/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,600&display=swap');

/* comman css */
body,h1,h2,h3,h4,h5,h6,p,a,span,label{
    font-family: 'Poppins', sans-serif;
}
.bg-primary{
    background:#038aff !important;
}
.bg-secondary{
    background:#6f42c1 !important;
}
.bg-grey{
    background: #444 !important;

}
.bg-green{
    background: #66c4a8 !important;
}
.bg-yellow{
    background:#e7b346 !important;
}
.text-primary{
    color:#038aff !important;
}
.text-green{
    color:#66c4a8 !important;
}
.text-yellow{
    color:#e7b346 !important;
}
.text-grey{
    color: #444 !important;

}
li{
    list-style:none;
}
a,
a:hover{
    text-decoration:none;
}
.border-light {
    border-color:#f8f9fa14 !important;
}
h3,h4,h5{
    font-weight: 600;
}
/* Menu */
.header{
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }
  
div#mainmenu a,
.menubtn a{
    font-size:14px;
    padding: 0 15px;
}
div#mainmenu a:hover,
.menubtn a:hover{
    color:#161348 !important;
}
.white-btn a{
    background:#fff ;
    color:#444 !important;
    border-radius:5px;
    padding:8px;
    font-size: 14px;
    font-weight:600;
}
.white-btn a:hover {
    background: #161348;
    color: #fff !important;
}
.white-btn.ml-3{
    font-size:10px;
}
i.fa-solid.fa-plus.bg-grey.text-white.mr-1.rounded.p-1{
    font-size:10px;
}
.slider-details .white-btn:hover i {
    color: #fff !important;
}
/* end of Menu */
.card-no span{
    font-size:13px;
}
.card-no li{
    font-size:18px; 
}
.bluebox{
    box-shadow: 0px 10px 20px #cccccc91;
    border-radius: 10px !important;
}
.company-name p{
    font-size:10px;
}
.viewall-btn a{
    border-bottom: 2px solid #038aff;
    font-weight: 500;
}
.slider-section{
    padding:50px 0;
}
.paymentbox{
    box-shadow: 0px 4px 10px #0808083b;
    border-radius: 10px 10px 60px 10px;
}
/* tools */
.progress {
    height:10px;
}
.progress-bar{
    background-color: #e7b346;
}
.progressbarlbl {
    position: absolute;
    right: 3px;
    bottom: 4px;
}
.progressbar {
    box-shadow: 0px 10px 20px #ccc9;
    border-radius: 15px;
    max-width: 450px;
    margin-top: 70px;
}
.videobox {
    top: 0px;
    right:15%;
}
.videobox img{
    box-shadow: 0px 10px 20px #ccc9;
    border-radius: 15px;
}
.play-btn{
    top: 20px;
    right: 15px;
}
.tools-detail span{
    border-radius:20px;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px !important;
  }
  
  .container1:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .container1 input:checked ~ .checkmark {
    background-color: #66c4a8;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container1 input:checked ~ .checkmark:after {
    display: block;
  }
  
  .container1 .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* end of tools */
/* features */
.feature-video img{
    box-shadow: 0px 10px 20px #ccc9;
    border-radius: 15px;

}
.feature-video .play-btn{
    left:15px;
    right:inherit;
}
/* end of features */
/* texhnology */
.technology-details{
    max-width:500px;
}
.box-1 {
    border-radius: 10px !important;
    box-shadow: 0px 10px 20px #cccccc63;
}
.box-1 p{
    font-size:12px;
}
.box-1 h6{
    font-weight:600;
}
.overlap-img-1,
.overlap-img-2{
    margin-left:-18px;
}
.ui-kit-user img{
 border:2px solid #fff !important;
}
.box-1.box-img.border.rounded img{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.infinity-solution.bg-secondary{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding:30px 20px;
}
.infinity-solution p{
   
    font-size: 14px;
    font-weight: 300;
}
/* awards */
.awards-section{
    background-color: #fafbff;
    padding:100px 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-wrapper{
    margin:100px 0;
    
  }
  .swiper-wrapper .viewall-btn a {
    border-bottom: 2px solid #545b62;
    font-weight: 500;
    font-size: 14px;
}
.top-box{
    margin-top:-80px;
}
.container.slider{
margin:auto 0 auto auto;
}
div#accordion button.btn.btn-link.collapsed,
button.btn.btn-link {
    width: 100%;
    text-align: left;
    color: #444;
    position: relative;
    text-wrap: wrap;
    padding: 0;
}
div#accordion button.btn.btn-link.collapsed:after{
    content: '\f067';
    position:absolute;
    right:0;
    top:0;
    font-family: "Font Awesome 6 Free";
    font-weight:600;
}

button.btn.btn-link:after{
    content: '\f068';
    position:absolute;
    right:0;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight:600;
}

div#accordion button.btn.btn-link.collapsed:hover{
    text-decoration: none;
    color:#038aff;
}
div#accordion .card-header {
   box-shadow: 0px 10px 20px #ccc9;
    background-color: #fff;
}
div#accordion .btn-link {
    font-weight: 400;
    color: #444444;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
}
div#accordion .card-body {
    
    font-size: 14px;
}
.btn-blue {
    font-size: 14px;
    font-weight: 500;
}
.new-project .btn-blue:hover,
.new-project .white-btn.ml-3 a:hover{
    background: #161348 !important;
}
/* footer */
.footer{
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
width:100%;
height:auto;
padding-top: 100px !important;
}
.footer .btn-blue:hover{
  background-color: #fff !important;
  color:#161348 !important;
}
.footer .white-btn a:hover{
    background-color: #038aff !important;
    color:#fff !important;
   
  }
  .footer p,
  .footer li a{
    font-size:12px !important;
    color:#ccc;
  }
  .about-details{
    max-width:320px;
  }
  
  @media(max-width:767px) {
    .row-reverse{
        flex-wrap: wrap-reverse;
    }
    .d-flex.justify-content-end.align-items-center.new-project {
        margin-top: 20px;
        justify-content: start !important;
    }
    .infinity-solution.bg-secondary .white-btn,
    .feature-video.position-relative,
    .box-1.box-img.border{
        margin-top: 20px;
    }
   
    .progressbar{
        margin-top:0;
    }
  }
  

.swiper-wrapper {
    margin: 30px 0 !important;
}
#accordion li {
    list-style: disc;
}