@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* =====================================
   MODERN FURNXPERT HERO
===================================== */

#banner{
    background: linear-gradient(135deg,#f4c04d,#f2b53d);
    padding: 70px 0;
}

.banner-container{
    max-width: 1450px;
    padding-left: 70px;
    padding-right: 70px;
}

.homepage_left{
    padding-top: 40px;
}

.modern-banner-title h1{
    font-size: 64px;
    line-height: 1.08;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.homepage_banner_content h6{
    font-size: 22px;
    line-height: 1.7;
    color: #444;
    max-width: 760px;
    margin-bottom: 35px;
}

.modern-banner-buttons .btn{
    padding: 14px 26px;
    font-size: 16px;
    border-radius: 6px;
    margin-right: 14px;
}

.btn-download{
    background:#0F4C81;
    color:#fff !important;
}

.homepage_right{
    text-align:center;
}

.homepage_right img{
    width:100%;
    max-width:700px;
}

/* =====================================
   MOBILE
===================================== */

@media(max-width:991px){

    #banner{
        padding:50px 0;
    }

    .banner-container{
        padding-left:20px;
        padding-right:20px;
    }

    .modern-banner-title h1{
        font-size:42px;
        text-align:center;
    }

    .homepage_banner_content h6{
        font-size:18px;
        text-align:center;
    }

    .modern-banner-buttons{
        text-align:center;
    }

    .homepage_right{
        margin-top:40px;
    }

}

@media(max-width:991px){

    .hero-modern {
        padding: 70px 0;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image {
        margin-top: 45px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        margin-bottom: 10px;
    }
}


.w-100{
    width: 100%;
}

body{
    font-family: "Montserrat", sans-serif;
}

    .bnefits-item .text h5 {
        font-size: 16px;
    }
    .tablenew{
        display: inline-block;
    float: none;
    }

.top-bar{
    background: #313131;
    padding: 10px 0px;
    color: #FFFFFF;
 }
 .top-left ul li{
    display: inline-block;
    margin-right: 21px;
 }
 .topbar-in ul li a{
   color: #FFFFFF;
   font-weight: 400;
   font-size: 16px;
   text-transform: capitalize;
   display: block;
 }
 .top-bar .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-right ul li span{
    margin-right: 10px;
}
/* sticky-header */
.sticky{
    /*position: fixed;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*right: 0px;*/
    z-index: 11;
    transition: all ease-in .7s;
    box-shadow: 0px 0px 30px 2px #201b3244;
}
.navbar .nav-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 101px;
}
.logo img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.nav-info .menu{
    display: flex;
    align-items: center;
}
.menu ul li{
    margin-left: 15px;
    display: inline-block;
} 
.menu ul li a{
    color: #333232;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}
.nav-info .search{
    margin-left: 24px;
}
.search a span i{
    font-size: 20px;
    font-weight: 400;
    color: #333232;
}
.navbar{
   
    padding: 10px 0px;
    background-color: #fff;
}
.navbar .container{
    display: block !important;
}
/* hero */
.hero{
    background-image: url(./imgs/banner3.png);
	/* background-image: url(./imgs/aboutus.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px;
}
.comn-btn a{
    font-size: 20px;
    font-weight: 600;
    background-color: #FEA925;
    border-radius: 4px;
    border: 1.3px solid transparent;
    padding: 7px 26px;
    color: #141414;
    letter-spacing: 0px;
    text-transform: capitalize;
}
/* .comn-btn a:hover{
    background-color: transparent;
    border: 1.3px solid #FEA925;
    color: #FFFFFF;
} */
 .hero-in .comn-h2{
    width: 716px;
    line-height: 46px;
    max-width: 100%;
    display:flex;
   flex-direction: column;
 }
  .hero-in .comn-h2 span:nth-child(2){
   margin-left: 142px;
  }
    .hero-in .comn-h2 span:last-child{
   margin-left: 300px;
  }
    .hero-in .comn-h2:before{
        display:none;
    }
.comn-h2{
    color: #FEA925;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    line-height: 50px;
}
.comn-h2::before{
    position: absolute;
    content: "";
    width: 84px;
    height: 4px;
    border-radius: 22px;
    background-color: #FEA925;
    top: 120px;
    left: 0;
}
.hero-in p{
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*color: #FFFFFF;*/
    /*max-width: 100%;*/
    /*margin-bottom: 30px;*/
    /*line-height: 30px;*/
    /*width: 590px;*/
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 742px;
    margin-bottom: 30px;
    line-height: 32px;
}
.comn-col{
    padding: 0px 15px !important;
}
/* software */
.software{
    padding: 74px 0px 68px;
}
.software-img img{
    max-width: 100%;
    object-fit: cover
}
.comn-para{
  font-size: 16px; /*16px;*/
  color: #6E6E6E;
  line-height: 30px; /*30px;*/
  margin-bottom: 30px; /*30px;*/
}
.software-info .comn-h2{
    color: #2D2D2D;
}
.row{
    margin: 0px -15px;
}
/* tool-analyze */
.tool-analyze{
    padding: 50px 0px 67px;
    background-color: #222222;
}
.tool-analyze-top h2{
    color: #FEA925;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 50px;

}
.tool-analyze-top h2 br{
    display: none;
}
.tool-analyze-top p{
    padding: 0px 0px 30px;
    color: #FFFFFF;
    font-size: 16px;
   line-height: 30px;
   margin-bottom: 0px;
}
.tool-analyze-top{
    text-align: center;
    padding-bottom: 70px;
}
.analyze-items .col-4{
    width: 20%;
    max-width: 100%;
}
.bnefits-item .text  br{
    
}
@media  (max-width:576px) {
    .tool-analyze-top h2 br{
        display: inline-block;
    }
    .bnefits-item .text  br{
        display: inline-block;
   }
    .bnefits-item .text{
        width: calc(100% - 38px);
    }
    .bnefits-item .text h5{
        font-size: 14px !important;
    
    }
    .analyze-items .col-4{
        width: 50%;
        margin-bottom: 0px;
    }
    .comn-h2{
        font-size: 29px !important;
    }
}
.analyze-items .tool-box{
    background-color: #313131;
    text-align: center;
    padding: 42px 10px 18px; 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}
.analyze-items .tool-box-wrapr{
    background: #161515 !important;
}
.analyze-items .tool-box::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background-color: #5B9BD5;
}
.analyze-items{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}
.tool-box span{
    position: absolute;
    background-color: #5B9BD5;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.analyze-items .tool-box02::before{
    background-color: #7030A0 !important;
}
.tool-box02 span{
    background-color: #7030A0;
}
.analyze-items .tool-box03::before{
    background-color: #FFC000 !important;
}
.tool-box03 span{
    background-color: #FFC000;
}
.analyze-items .tool-box04::before{
    background-color: #FF9934 !important;
}
.tool-box04 span{
    background-color: #ffffff;
}
.analyze-items .tool-box05::before{
    background-color: #3D7E1C !important;
}
.tool-box05 span{
    background-color: #3D7E1C;
}
.analyze-items .tool-box06::before{
    background-color: #FF0000 !important;
}
.tool-box06 span{
    background-color: #FF0000;
}
.tool-box h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: capitalize;
}
/* benefits */
.benefits{
    padding: 50px 0px 67px;
}
.benefits-items{
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    margin-top: 30px;
}
.benefits-in h2{
    color: #2D2D2D;
}
.bnefits-item{
    display: flex;
    align-items: center;
}
.bnefits-item .point{
    font-size: 24px;
    font-weight: 600;
    color: #FEA925;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.072);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.benefits-in .comn-para{
    font-size: 16px;
    width: 824px;
    max-width: 100%;
}
/* Footer/ */
.main-ft{
    background-color: #222222;
    padding: 30px 0px;
}
.ft-in .comn-para{
    /*margin-top: 10px;*/
    color: #FFFFFF;
    line-height: 37px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}
.ft-in h4{
    font-size: 20px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
}
.ft-in ul li a{
    color: #FFFFFF;
    display: flex;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
}
.ft-icn{
    font-size: 20px;
    margin-right: 14px;
}
.ft-in ul li a:hover{
    color: #FEA925;
}
.copyright-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.copy-right{
    padding: 21px 0px;
}
.copy-right-social li a{
    padding: 7px 13px;
    background-color: #FFDCA5;
    font-size: 22px;
    color: #000000;
    border-radius: 3px;
    font-weight: 900;
}
.copy-right-social li a:hover{
    background-color: #000000;
    color: #FFDCA5;
}
.copy-right-social{
    display: flex;
    gap: 16px;
}
.copyrt-p{
    font-size: 20px;
    font-weight: 500;
    color: #1F1F1F;
    margin-right: 10px;
}
.copyrt-rw{
    align-items: center;
}
.bars{
    display: none;
    opacity: 0;
}
.cancle-btn{
    display: none;
}
.search{
    position: relative;
}
.serchitem{
    width: 400px;
    background: #fff;
    padding: 15px;
    z-index: 1;
    position: absolute;
    transition: 0.3s;
    right: -10px;
    box-shadow: 0px 3px 5px rgb(28 23 23 / 22%);
    transform: translateY(100px);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.search:hover .serchitem{
    transform: translateY(0px);
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}
.serchitem input{
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: 0px;
    padding: 10px 15px;
    color: #000;
    width: 100%;
    font-size: 14px;
    padding-left: 35px;
}
.serchitem i{
    position: absolute;
    left: 29px;
    color: #000;
    font-size: 14px;
    top: 31px;
}
.extrapra{
    display: none;
}
@media (max-width:1300px) {
   
    .bnefits-item .text h5{
        font-size: 16px;
    }
}
@media (max-width:1200px) {
     .bnefits-item .text h5{
        font-size: 13px;
    }
    .benefits-items{
        gap: 0px;
    }
    .benefits-items li{
        width: 33.33%;
        margin-bottom: 20px;
    }
    .tool-box h4 {
        font-size: 16px;
    }
    .software-info .comn-h2{
        font-size: 28px;
    }

}
@media (max-width:992px) {
      .benefits-items li{
        width: 50%;
        margin-bottom: 20px;
    }
     .hero-in .comn-h2{
         display:block;
     }
      .hero-in .comn-h2 span:nth-child(2){
          margin-left: 0px;
      }
      .hero-in .comn-h2 span:last-child{
          margin-left: 0px;
      }
      .hero-in .comn-h2:before{
           display:inline-block;
      }
    .analyze-items .col-4 {
        width: 25%;
        max-width: 100%;
    }
    .ft-in ul{
        display: none;
    }
    .ft-in h4.active + ul{
        display: block;
    }
    .ft-in ul li a {
        color: #FFFFFF;
        display: flex;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        padding: 8px 15px;
        border-bottom: 1px solid #686868;
    }
    .ft-in ul li:last-child a{
        border-bottom: 0px;
    }
    .ft-in ul{
        
        background: #464646;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    }
    .ft-in h4 {
        font-size: 14px;
        color: #FFC107;
        text-transform: capitalize;
        margin-bottom: 0px;
        font-weight: 500;
        background: #393939;
        padding: 15px 15px;
        border-radius: 5px;
        position: relative;
    }
    .ft-in h4::before{
        position: absolute;
        content: "\f078 ";
        right: 10px;
        font: normal normal normal 14px / 1 FontAwesome;
        color: #fff;
        transition: 0.3s;
    }
    .ft-in h4.active::before{
        transform: rotate(180deg);
    }
    .ft-in{
        margin-bottom: 15px;
       }
    .bars{
        display: inline-block;
        opacity: 1;
        font-size: 24px;
        cursor: pointer;
    }
    .search a span i{
        font-size: 24px;
    }
    .nav-info .logo{
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
    }
    .nav-info .logo img{
        width: 100px;
    }
    .menu ul{
        display: none;
        visibility: hidden;
    }

    .nav-info .menu>ul{
    padding-top: 50px;
    left: 0px;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background: #3f7a7a4f;
    display: block;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.886);
    transform: translateX(-100%);
    opacity: 0;
    z-index: 10;
    transition: all ease .7s;
    }
    .nav-info .menu.open ul{
        transform: translateX(0px);
        opacity: 1;
    }
    .nav-info .menu>ul li{
        display: block;
        margin-left: 0px;
    }
    .nav-info .menu>ul li a{
        padding: 14px 30px 14px;
    }
    .nav-info .menu>ul li a{
        color: #FFFFFF;
    }
    .close-menu{
        position: absolute;
        right: 40px;
        top: 40px;
        display: block;
        color: #fff;
        font-size: 25px;
        font-weight: 800;
   }
   .cancle-btn{
    display: block;
   }
   .close-menu:hover{
    color: #FF0000;
   }
}
@media (max-width:768px) {
    .logo img{
         width: 120px;
    }
    .analyze-items .tool-box{
        margin-bottom: 50px;
    }
    .analyze-items .col-4 {
        width: 50%;
        max-width: 100%;
    }
    .benefits-items li {
        width: 100%;
        margin-bottom: 0px;
    }
    .copy-right-social li a {
        background-color: #FFDCA5;
        font-size: 13px;
        color: #000000;
        border-radius: 3px;
        font-weight: 900;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .copyright-right {
        justify-content: center;
        margin-top: 10px;
    }

    .copyrt-p {
        font-size: 16px;
        font-weight: 500;
        color: #1F1F1F;
        margin-right: 0px;
        text-align: center;
        line-height: 20px;
    }
    .ft-in .comn-para{
        line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    }
    .benefits{
        padding: 50px 0px;
        padding-bottom: 30px;
    }
    .benefits-items{
        gap: 17px;
        margin-top: 25px;
    }
    .bnefits-item h5{
        font-size: 14px;
    }
    .bnefits-item .point{
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .benefits-in .comn-para{
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .benefits-in h2:before{
        position: absolute;
    content: "";
    width: 84px;
    height: 4px;
    border-radius: 22px;
    background-color: #FEA925;
    top: 54px;
    left: 0;
    display: block !important;
    }
    .benefits-in h2{
        font-size: 16px !important;
        line-height: 24px;
        max-width: 100%;
        width: 300px;
        position: relative;
        margin-bottom: 23px;
    }
    .tool-analyze{
        padding: 50px 0px;
        padding-bottom: 0px;

    }
    .analyze-items{
        padding-top: 0px;
    }
    .tool-box h4{
        font-size: 14px;
        line-height: 22px;
        width: 150px;
        max-width: 100%;
    }
    .tool-analyze-top h2{
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        text-align:center;
    }
    .tool-analyze-top p{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 40px;
    }
    .software {
        padding: 50px 0px;
    }
    .comn-para{
        font-size: 14px;
        line-height: 24px;
    }
    .comn-h2::before{
        display: none;
    }
    .hero-in .comn-h2::before{
        display: block;
    }
    .hero-in .comn-h2 {    margin-bottom: 50px;}
    .software-info .comn-h2 {
        color: #2D2D2D;
        font-size: 13px !important;
        line-height: 24px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .software-img{
        position: absolute;
        width: 126px;
        right: 15px;
        top: -30px;
    }
    .software-img img{
        width: 100%; 
    }
    .software .container{
        position: relative;
    }
    .hero{
        padding: 63px 0px;
    }
    .search{
        display: none;
    }
    .comn-btn a{
        font-size: 14px;
    }
    .hero-in p{
        display: none;
    }
    .comn-h2::before{
        top: 86px;
    }
    
   .comn-h2 span{
    display: block;
    font-size: 16px;
    line-height: 24px;
   }
 
}

/* =========================
   HERO BUTTONS FIX
========================= */

.hero-bt{
    margin-top:35px;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.hero-bt .btn{
    display:inline-block !important;
    padding:16px 34px !important;
    border-radius:8px !important;
    font-size:18px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    transition:all 0.3s ease;
}

/* PRIMARY BUTTON */

.hero-btn-primary{
    background:#111 !important;
    color:#fff !important;
    border:2px solid #111 !important;
}

.hero-btn-primary:hover{
    background:#333 !important;
    color:#fff !important;
}

/* SECONDARY BUTTON */

.hero-btn-secondary{
    background:#fff !important;
    color:#111 !important;
    border:2px solid #fff !important;
}

.hero-btn-secondary:hover{
    background:transparent !important;
    color:#111 !important;
}

/* MOBILE */

@media(max-width:991px){

    .hero-bt{
        justify-content:center;
    }

}