/* animation points */

  #particles-js canvas {
    display: block;
    vertical-align: bottom;
  }
  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000022;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  
  .js-count-particles{
    font-size: 1.1em;
  }
  
  #stats,
  .count-particles{
    -webkit-user-select: none;
  }
  
  #stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  
  .count-particles{
    border-radius: 0 0 3px 3px;
  }

  /* animation close */




.hdr_bnr_cont {
    position: relative;
    width: 100vw;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logo_icon{
    height: 1.8em;
    vertical-align: bottom;
}
.bnr_slider_or_bgimg {
    width: 100vw;
    height: 65vh;
    position: sticky;
    top: 0;
    z-index: 0;
    background-color: #fff;
}

.container_div_prdt {
    z-index: 1;
    position: relative;
    /* padding-top: 2em; */
    background-color: #fff;
    background-color: #202020;
}

.navigaion_info {
    position: sticky;
    z-index: 1;
    background-color: #d7d5d5;
    top: 3.6em;
    padding: 10px;
    overflow: hidden;
    box-shadow: -2px 3px 5px rgba(0, 0, 0, .1);
}

.navigaion_info .navbar {
    padding: 10px 20px;
    /* Padding around the navbar */
    border-radius: 5px;
    /* Rounded corners */
    display: flex;
    /* Use flexbox for alignment */
    justify-content: center;
    /* Center items horizontally */
}

.navigaion_info .nav-list {

    list-style: none;
    /* Remove default list styling */
    padding: 0;
    /* Remove default padding */
    margin: 0;
    /* Remove default margin */
    display: flex;
    /* Use flexbox for horizontal layout */
}

.navigaion_info .nav-item {

    margin: 0 15px;
    /* Spacing between items (left and right) */
}

.nav_elements {
    color: #000;
    text-decoration: none;
    /* Remove underline from links */
    font-weight: bold;
    /* Bold text */
    transition: color 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    /* Smooth transition for hover effect */
}

.nav_elements:hover {
    color: #FF4E00;
    /* Change color on hover */
}

.navs_cntnt {
    padding: 1em 0em;
}

.feature_img_div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 25em;
    border-radius: 15px;
}
.features_img_1 {
    background-image: url('../product/TilesIFCViewer.webp');
}

.features_img_2 {
    background-image: url('../product/PointCloudViewer.webp');
}

.features_img_3 {
    background-image: url('../product/Construction Deviation Detection.webp');
}


.features_img_4{
    background-image: url('../product/RightsofLight.webp');
    
}
.ele_info_container {
    margin: 5em 0em;
}
.features_hdr{
    padding-top: 2em;
    color: #fff;
    font: normal normal 800 60px / 1.2 "Manrope-Extrabold";
    letter-spacing: -2px;
}
.text_features{
    color: #fff;
    font: normal normal 18px / 1.4 "Manrope";
    margin-bottom: 4em;
}
.contnt_ifo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 10px;
    color: #fff;
}
#Features_container{
    padding-bottom: 2em;
}
.Benefits_container_div{
    padding: 2em 0em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.benefit {
    background-color: #000; /* Light cyan background */
    border-radius: 15px; /* Rounded corners */
    padding: 15px; /* Spacing inside the div */
    margin: 10px 0; /* Margin between divs */
    font-size: 20px; /* Font size */
    color: #fff; /* Dark teal text color */
    transition: transform 0.3s;
    text-align: center;
}
.side_hdr_benefits{
    color: #fff;
    font: normal normal 800 30px / 1.2 "Manrope-Extrabold";
    letter-spacing: -2px;
    margin-bottom: 0;
}

.cont_benefits{
    font: normal normal 18px / 1.4 "Manrope";
}
.hdng_elemnt {
    color: #fff;
    font: normal normal 800 40px / 1.2 "Manrope-Extrabold";
    letter-spacing: -2px;
    /* margin-bottom: 20px;
    text-decoration: underline; */
}
.hr_line{
    border: none; height: 4px; background-color: #fff;
    width: 97%;
    size: 4;
}

.text_elemnt {
    font: normal normal 18px / 1.4 "Manrope";
}

.right_text_inf {
    padding-left: 6%;
}

.heading_main {
    font: normal normal bold 64px/1 "Manrope-Extrabold";
    letter-spacing: -2px;
    color: #fcfbfd;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    top: 32%;
    left: 23%;
    z-index: 2;
  }
  .bim_span{
    position: relative;
    left: 14px;
  }
  .sub_hdr_b{
    font-size: 25px;
  }
  .cls_sub_hdr{
    font: normal normal normal 18px/1.3 "Manrope";
    letter-spacing: 1px;
    /* width: 70%; */
    margin-top: 20px;
    margin-left: 17px;
    color: #FF6724;

  }
  .benefit_video {
    position: relative;
    width: 100%;
    height: 35em;
    overflow: hidden;
}
.active_nav_elements {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #FF4E00;
}
/* .pricing_hdng{
    color: #fff;
    margin: 1em 0em;
} */

#banner_carousel{
    height: 100%;
    width: 100%;
}


.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-item {
    width: 100%;
    height: 100%;
    border: none;
}

.vedio_play_contineous {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the video fills the container while maintaining its aspect ratio */
}
.img_div_benifit{
    display: flex;
    justify-content: center;
    align-items: center;
}
 .image_benifit{
    height: 1.5em;
    margin-right: 10px;
 }


@media (max-width: 1330px) {
    .heading_main {
        font-size: 55px;
      }
    .feature_img_div{
        height: 20em;
    }
    .features_hdr{
        padding-top: 1em;
        font-size: 38px;
    }
}

@media (max-width: 1000px) {
    .hdng_elemnt {
        font-size: 30px;
    }
    .side_hdr_benefits{
        font-size: 25px;
    }
    .ele_info_container{
        border-bottom: 1px solid gray;
        padding-bottom: 3em;
        margin: 4em 0em;
    }
    .right_text_inf {
        padding-left: 0;
       
    }
    .second_prt{
        order: 0;
    }
    .first_prt{
        order: 1;
    }
    .contnt_ifo {
        padding-top: 30px;
    }
    
}
@media (max-width: 991px) {
    .features_hdr{
        padding-top: 0.5em;
    }
    .Benefits_container_div{
        grid-template-columns: 1fr;
    }
    .benefit_video{
        height: 20em;
    }
    .bim_span {
        position: relative;
        left: 10px;
    }
    .sub_hdr_b {
        font-size: 17px;
    }
    .cls_sub_hdr {
        font-size: 14px;
        margin-top: 12px;
        margin-left: 11px;
       
    }
}
@media (max-width: 680px) {
    .heading_main {
        font-size: 30px;
        letter-spacing: 0px;
        left: 13%;
      }
    .feature_img_div{
        height: 15em;
    }
    .hdng_elemnt {
        font-size: 24px;
        letter-spacing: -0.2;
        padding-bottom: 6px;
    }
    .side_hdr_benefits{
        font-size: 20px;
        letter-spacing: -0.2;
        padding-bottom: 6px;
    }
    .text_elemnt {
        font-size: 16px;
    }
    .cont_benefits, .text_features{
        font-size: 16px;
    }
    .features_hdr {
        font-size: 32px;
        letter-spacing: 0;
    }
    
}
