/* Global Style Start */
*{
    font-family: "Inter", sans-serif;
}
body{
    background-color: #212121;
}
/* Global Style End */
/* Navbar Style Start */
  nav .container-fluid{
    padding-left: 73px; 
    padding-right: 73px;
  }
  .login-btn{
    width: 102px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #34C9DE;
    font-weight: 500;
    font-size: 17px;
    border-radius: 77px;
    border: 1px solid #34C9DE;
    padding: 0px;
    transition: all 0.4s ease-in-out;
  }
  .login-btn:hover{
    color: #fff;
    border: 1px solid #34C9DE;
    background-color: #34C9DE;
  }
  nav .nav-item a{
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
  }
  @media(max-width: 768px){
    nav .container-fluid{
      padding-left: 25px; 
      padding-right: 25px;
    }
    .navbar-collapse{
      background-color: #1B1A1A;
      z-index: 100;
    }
  }

  .offcanvas-start{
    width: 80%;
    background-color: #1B1A1A;
    opacity: 1;
    padding: 15px;
  }
  .offcanvas-body ul{
    list-style: none;
    padding: 0px;
  }
  .offcanvas-body ul li a{
    color: #fff;
    transition: all ease-in-out 0.2s;
  }
  .offcanvas-body ul li a:hover{
    color: #CE2AFF;
  }
  .offcanvas-body .nav-link{
    padding-left: 0px;
  }
/* Navbar Style End */

/* On Machine Style Start */
.on-machine .bg-img{
    max-width: 1530px;
    position: absolute;
    top: -22px;
    left: 0px;
    z-index: -1;
  }
  .on-machine .content-container{
    padding-left: 75px;
  }
  .on-machine .img-container img {
    top: -115px;
    right:50px;
    position: relative;
    width: 111%;
    max-width: 1040px;
    z-index: -1;
  }
  .on-machine h1{
    font-size: 55px;
    font-weight: 700;
    color: #D2D2D2;
  }
  .on-machine p{
    font-size: 16px;
    font-weight: 400;
    color: #D2D2D2;
  }
  .on-machine .btns{
    margin-top: 150px;
  }
  .on-machine .btns .btn{
    font-size: 16px;
    font-weight: 600;
    color: #D2D2D2;
    border-radius: 30px;
    padding: 16px 24px 16px 24px;
    transition: all 0.4s ease-in-out;
  }
  .on-machine .btns .demo-request-btn{
    background-color: #CE2AFF;
  }
  .on-machine .btns .demo-request-btn:hover{
    background-color: transparent;
    border: 1px solid #D2D2D2;
  }
  .on-machine .btns .learn-more-btn{
    background-color: transparent;
    border: 1px solid #D2D2D2;
  }
  .on-machine .btns .learn-more-btn:hover{
    background-color: #CE2AFF;
    border: 1px solid #CE2AFF;
  }
  @media(max-width: 992px){
    .on-machine .content-container{
      padding-left: 25px;
      margin-top: 150px;
    }
    .on-machine .btns{
      margin-top: 50px;
    }
    .on-machine .img-container img{
      right: 0px;
      width: 100%;
    }
  }
/* On Machine Style End */
/* What Is Loopbot Style Start */
.what-is-loopboot{
    position: relative;
    top: -250px;
    color: #fff;
  }
  .what-is-loopboot span{
    font-size: 18px;
    font-weight: 600;
    color: #34C9DE;
    margin-bottom: 30px;
    line-height: 26px;
  }
  .what-is-loopboot h1{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 58px;
  }
  .what-is-loopboot p{
    color: #DEDEDE;
    font-size: 17px;
    font-weight: 400;
    max-width: 650px;
    margin-bottom: 0px;
  }
  .what-is-loopboot .learn-more-btn{
    color: #CE2AFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 16px 24px 16px 24px;
    border: 1px solid #CE2AFF;
    background-color: transparent;
    margin-top: 60px;
    transition: all 0.4s ease-in-out;
  }
  .what-is-loopboot .learn-more-btn:hover{
    color: #fff;
    background-color: #CE2AFF;
  }
  .what-is-loopboot img{
    width: 110%;
  }
  @media(max-width: 992px){
    .what-is-loopboot{
      position: relative;
      top: 0px;
      color: #fff;
      padding: 0px 30px;
    }
    .what-is-loopboot img{
      width: 100%;
      margin-bottom: 40px;
    }
    .what-is-loopboot h1{
      font-size: 35px;
    }
  }
/* What Is Loopbot Style End */
/* Powerful Style Start */
.powerful{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #1B1A1A;
  }
  .powerful .title{
    font-size: 24px;
    font-weight: 600;
    color: #34C9DE;
    margin-bottom: 15px;
  }
  .powerful h1{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  .powerful p{
    text-align: center;
    color: #DEDEDE;
  }
  .powerful .list{
    list-style: none;
  }
  .powerful .page-count{
    display: flex;
    justify-content: start;
    align-items: flex-start;
  }
  .powerful .page-count span:first-child{
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin-right: 5px;
  }
  .powerful .page-count span:last-child{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 18px;
  }
  .powerful .list{
    max-width: 520px;
    min-height: 500px;
  }
  .powerful .list .title{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 58px;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .powerful .list .item .content{
    padding-left: 50px;
  }
  .powerful .carousel-icon-container{
    width: 47px;
    height: 47px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .powerful .item{
    visibility: hidden;
    transform: translateY(-200px);
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all ease-in-out 0.6s;
  }
  .powerful .item.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .powerful  .progress-container {
    width: 2px;
    height: 307px;
    background-color: #2A2A2F;
    position: relative;
    left: 0px;
    bottom: 0px;
    margin: 20px auto;
  }
  .powerful  #progressBar {
    width: 100%;
    background-color: #CE2BFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    transition: all 0.6s ease;
  }
  @media(max-width: 768px){
    .powerful .title{
      font-size: 20px;
    }
    .powerful h1{
      font-size: 35px;
    }
    .powerful .list .title{
      font-size: 35px;
      line-height: 1.2;
    }
    .powerful p{
      font-size: 14px;
    }
  }
/* Powerful Style End */
/* Why Style Start */
.why{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .why .title{
    margin-bottom: 90px;
    font-weight: 700;
    color: #34C9DE;
    text-align: center;
  }
  .why .col-md-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-right: 2px solid #FFFFFF;
  }
  @media (max-width: 768px) {
    .why{
      margin-bottom: 0px;
    }
    .why .col-md-6{
      border-right: 0px;
      border-bottom: 2px solid #FFFFFF;
      padding-bottom: 50px;
      margin-bottom: 50px;
    }
    .why .counters{
      justify-content: center;
    }
  }
  .why .col-md-6:last-child{
    border: 0px;
  }
  .why .col-md-6 span{
    font-size: 96px;
    font-weight: 700;
    line-height: 80px;
  }
  .why .col-md-6 .count-value{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .why .col-md-6 .hr{
    width: 120px;
    height: 2px;
    background-color: #DEDEDE;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .why .col-md-6 p{
    color: #DEDEDE;
  }
/* Why Style End */
/* Demo Request Style Start */
.demo-request{
    background-color: #1B1A1A;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
  }
  .demo-request .card{
    border: 1px solid #D2D2D2;
    background-color: transparent;
    padding: 25px;
    border-radius: 17px;
  }
  .demo-request input, .contact-form textarea{
    max-width: 393px;
    height: 48px;
    border-radius: 8px !important;
    font-weight: 400;
    font-size: 14px;
    color: #84818A;
    font-family: "Poppins", sans-serif;
  }
  .demo-request .send-btn{
    background: #CE2AFF;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
  }
  .demo-request .send-btn:hover{
    background: transparent;
    border: 1px solid #fff;
  }
  .demo-request .privacy-group input{
    width: 24px;
    height: 24px;
  }
  .demo-request .privacy{
    font-size: 12px; 
    color: #84818A; 
    font-weight: 400;
  }
  .demo-request .privacy a{
    color: #CE2AFF;
    text-decoration: none;
  }
  .demo-request .img-container .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 90px;
  }
  .demo-request .img-container .sorting{
    font-size: 36px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 48px;
    margin-top: 30px;
  }
  .demo-request .img-container .sorting span{
    color: #CE2AFF;
  }
  @media (max-width: 1200px) {
    .demo-request{
      padding-right: 0px;
    }
    .demo-request .img-container{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .demo-request .img-container .sorting{
      font-size: 24px;
    }
    .demo-request .img-container .content{
      right: 0px;
    }
  }
/* Demo Request Style End */
/* Supporters Style Start */
  .supporters{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .supporters .title{
    margin-bottom: 90px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .supporters .col-md-6{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .supporters .col-md-6 a{
    transition: all 0.2s ease-in-out;
  }
  .supporters .col-md-6 a:hover{
    opacity: 0.5;
  }
  @media (max-width: 992px) {
    .supporters{
      margin-bottom: 0px;
    }
    .supporters .col-md-6{
      margin-bottom: 100px;
    }
  }
/* Supporters Style End */
/* Get In Touch Style Start */
.get-in-touch{
    background-color: #1B1A1A;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
  }
  .get-in-touch .title{
    font-weight: 700;
    font-size: 48px;
  }
  .get-in-touch .row{
    justify-content: end;
  }
  .get-in-touch .icon{
    width: 30px;
    height: 30px;
    font-size: 25px;
    margin-right: 30px;
  }
  .contact-form{
    color: #CFD3D7;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
  }
  .contact-form input, .contact-form textarea{
    max-width: 504px;
    height: 56px;
    border-radius: 8px;
    font-weight: 400;
    color: #A2A9B0;
  }
  .contact-form .send-btn{
    background: #CE2AFF;
    border-radius: 57px;
    padding: 16px 48px 16px 48px;
    color: #fff;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
  }
  .contact-form .send-btn:hover{
    background: transparent;
    border: 1px solid #fff;
  }
  @media (max-width: 992px){
    .get-in-touch{
      padding-right: 0px;
    }
    .contact-form{
      padding: 0px;
      padding-top: 100px;
    }
    .get-in-touch .row{
      justify-content: center;
    }
    .contact-form .row{
      justify-content: center;
    }
    .get-in-touch .title{
      font-size: 35px;
    }
  }
/* Get In Touch Style End */

/* Footer Style Start */
footer{
    width: 90% !important;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  footer .trademark{
    color: #a6a6a6;
    font-weight: 400;
  }
  footer .social-medias .social{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    background-color: #a6a6a6;
    font-size: 16px;
    text-decoration: none;
  }
  footer .copyright{
    color: #a6a6a6;
  }
  footer .title{
    font-weight: 600px;
    color: #fff;
    margin-bottom: 30px;
  }
  footer .agreements{
    list-style: none;
    padding: 0px;
  }
  footer .agreements a{
    text-decoration: none;
    color: #a6a6a6;
    line-height: 30px;
  }
  footer .subscribe{
    border-radius: 53px;
    background: #FFFFFF0A;
    padding: 25px 100px 25px 25px;
    line-height: 16px;
    border: 0px;
    width: 100%;
  }
  footer .subscribe-btn{
    color: #34C9DE;
    background-color: transparent;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 10;
  }
/* Footer Style End */

