.banner {
    min-height: 100vh;
    background-image: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/circuit1.svg), url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/circuit-2.webp);
    background-repeat: no-repeat, repeat;
    background-position: center, center;
    background-size: cover, 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(100vh - 92vh);
}
.banner h1{
	font-weight: 700;
	font-size: 85px;
	line-height: 105px;
}
.ban-img{
    max-width: 450px;
    width: 100%;
    height: auto;
}
.ban-btn {
    background: #FF5B5B;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 30px;
}
.container.wrapper{
min-width:90%;
max-width:90%;
}
body{
    font-family: 'Outfit';
}
section{
    padding: 35px 10px;
}
.company2{
    background:#FDEEF0;
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    width: 100%;
}
 .company2{    
    position: relative;
 }

.company2::before{
content:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cube.webp");
position:absolute;
top:0px;
left:1%;
animation:rotate 5s linear infinite;
}
.company2::after{
    content:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/doublecube.webp");
position:absolute;
bottom:230px;
right:0%;
animation: rotate 2s  infinite;
}
@keyframes rotate {
    0%{
    top: 0;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}
.company2content{
border:1px solid white;
background: white;
box-shadow: 1px 3px 23px 1px #ebc9c9;
padding: 8px;
border-radius: 70px;
}
.orangebg{
    background:url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/two-mobile.webp),#fdeef066;
    padding: 28px 25px;
    border-radius: 70px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
h2{
    font-size: 56px;
    font-weight:700;
}
.appcolor{
    color:#FF5B5B;
}
.apppara{
    font-size: 17px;
    line-height:30px;
    color:#0F2121;
}
.company3{
    background:#FDEEF0;
    background-repeat: no-repeat;
    background-position: 90% 10%;
    display: flex;
    position: relative;
    align-items: center; 
}
.company3{
    animation:none;
}
.company3::after{
    content:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/doublecube.webp");
position:absolute;
top:60px;
left:80%;
animation: boomEffect 5s infinite;
}
.appused{
    font-size:45px;
    font-weight:bold;
    line-height:65px;
    color:#FF5B5B;
    text-transform: capitalize;
}
.orangetab.active{
    color: #fff !important;
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/tab2arrow.webp"),#FE8080 !important;
    background-repeat: no-repeat !important;
    background-position: 96% 50% !important;
}
.orangetab{
    padding:15px 20px;
    border-radius:8px !important; 
    font-size:17px;
    font-weight:600;
    background:#FFFFFF;
    color:black !important;
}
.tabappcontent{
    border: 1px solid #f592a147;
    padding: 30px 30px;
    height: 100%;
    background: #f6d5da4d;
border-radius:8px;
}
.imgst{
    min-width: 101px;
    max-width: 101px;
    display: flex;
    justify-content: center;
   height:90px;
    align-items: center;
    border-radius: 5px;
}
.adjust{
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gg{
    min-width: 120px;
}
.company4{
    background:#FDEEF0 !important;
    background-position:90% 20% !important; 
   background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    /* min-height: 90vh; */
    align-items: center;
}
.company4{
    animation: none;
}
.boom {
  animation: boomEffect 0.6s infinite;
}

@keyframes boomEffect {
  0% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(0.3);
  }
}
.company4::before{
    content:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/doublecube.webp");
position:absolute;
animation:rotate 5s linear infinite;
}
.company4::after{
    content:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cube.webp");
position:absolute;
right:10%;
top:50px;
animation:rotate 5s linear infinite;
}
.whitebox{
    background: white;
    padding:10px 10px;
    margin-right:20px;
    min-width: 250px;
    border-radius:10px;
    position:relative;
    box-shadow: 0px 0px 4px -1px grey;
}
.roundarrow{
    position: absolute;
    left: 40%;
    top: 116px;
    
}
.move {
    animation: moveleft 60s infinite  linear;
}

.over{
    overflow: hidden;
}
@keyframes moveleft {
    0% {
        transform: translateX(0px); 
    }
    100% {
        transform: translateX(-100%); 
    }
}
h2{
    color:black;
    text-transform: capitalize;
}
.company5{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/stickbg.webp"),#FDEEF0;
    /* background-position: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.appbox{
    padding: 35px 25px; 
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(175px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 10px;
}
.forimg{
    position: sticky;
    top:0px;
    z-index: 88;
}
.twomobile {
    min-width: 300px;
    position: relative;
    left: 0;
}
.appdiamond{
    border:2px solid white;
    padding:35px;
    position:relative;
    background: #ffffffa3;
    height: 100%;
}
/*.appdiamond:hover .decen::after{
	z-index: inherit;
}*/
.eee::after{
    content: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/dia.webp);
    position: absolute;
    z-index: 9;
    right: -7%;
    bottom: -41px;
}
.appdiamond:hover{
    z-index: 99;
    transform: scale(1.1);
    transition:2s;
    background: white !important;
}
.company6{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/threedot.webp),url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cube.webp"), #FDEEF0;
    background-position: 50% 68%, 0% 50%;
    background-repeat: no-repeat !important;
    background-size: 66%, 5%;
    display: flex;
    align-items: center;
}
.rect{
    background:#443D3D;
    align-items: center;
    justify-content: center;
    padding:10px 10px;
    border-radius:7px;
}
.rect p{
     margin-bottom:0px !important;
     color:white;
}
.company6 .eee:nth-child(3).eee:after,.company6 .eee:nth-child(6).eee:after,.company6 .eee:nth-child(9).eee:after{
    display: none;
}
.orangedot {
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
}
.orangedot img{
	position: relative;
	z-index: 9;
}
.company7{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cube.webp"),url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/doublecube.webp"),#FDEEF0;
     background-position: -10% 20%,90% 90%; 
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.company8{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/doublecube.webp"),url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cube.webp"),#FDEEF0 !important;
    background-repeat:no-repeat !important;
    background-position: 2% 21%, 98% 95% !important;
    z-index:99;
background-size:5% !important;
    background: #FDEEF0;
    display: flex;
    align-items: center;
}
.bore1{
    padding: 40px 50px 20px 50px;
    background: white;
    position: relative;
}
.code1::after{
    content: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/topdot.webp);
    position: absolute;
    right: 0%;
    top: 102px;
}
.code2::before{
    content: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/downdot.webp);
    position: absolute;
    top: -77px;
    left: -6%;
}

.bore1 h3{
    font-size:25px;
    font-weight:600;
}
.over1{
    border-radius:10px !important;
}
.design1{
    background:white;
    border-radius: 15px 108px 15px 15px;
    position: relative;
    padding: 45px 27px 20px 27px;
    min-height: 302px;
}
/* .design1::after{
    content: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/one2.webp);
    right: 0px;
    top: 0px;
    position: absolute;
} */
.orangerou{
    width: 50px !important;
    height: 50px;
    border-radius: 27px;
    font-size: 20px;
    font-weight:bold;
    color:white;
    background:#FF5B5B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0%;
    top: 24px;
}
.next{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.company9{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/cube.webp"),#FDEEF0 !important;
    background-repeat:no-repeat !important;
    animation:animationnew 5s linear infinite !important;
    background-position:10% 70% !important;
    display: flex;
    align-items: center;
}
@keyframes animationnew{
    0%{
        transform: translateY(-20%) !important;
    }
    100%{
        transform: translateY(0%) !important;
    }
}
.bloom {
    width: 50px;
    height: 50px;
    border-radius: 80px;
    left: 0px;
    position: absolute;
    background: radial-gradient(rgb(255 255 255), #ffffff);
    animation: scale 5s linear infinite;
    top: -17px;
}
@keyframes scale{
    0%{
        transform: scale(0.2);
        opacity: 1;
    }
    50%{
            transform: scale(0.5);
            opacity: 0.5;
        
    }
    100%{
            transform: scale(0.9);
            opacity: 0;
        
    }
}
.bring{
    width:1155px;
}
.exp{
    background: #FF5B5B;
    border: 0px;
    padding: 12px 32px;
    color: white;
    border-radius: 24px;
}
.leading{
    width: 1166px;
}
.company11{
    background:#FDEEF0;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    min-height:90vh;
    background-repeat: no-repeat;
}
.company11content{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/orangelastbg.webp");
    background-position: center;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}
.company10{
    background:url("https://d2tq5plsi3dsez.cloudfront.net/Hivelance/orangeglitters.webp"),#FDEEF0;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    display: flex;
    /* min-height:60vh; */
    align-items: center;
}
/*.leftside{
    text-align: end;
    position: relative;
    right: -15%;
    z-index: 99;
}*/
/*.rightside{
    display: flex;
    align-items: end;
    position: relative;
    left: -1%;
}
.right{
    display: flex;
    align-items: end;
    position: relative;
    left: -4%;
}*/
.subh{
    font-weight: 700;
}
.company5content{
    max-height: 723px;
    overflow: hidden;
    overflow-y: scroll;
    padding:30px 10px;
}
.company5content::-webkit-scrollbar {
    display: none; 
  }
  .mtop{
    margin-top:150px;
  }
.whitebox p{
    font-weight:700;
}
@media(max-width:1400px){
    .twomobile {
        min-width: 204px;
    }
    .bore1 {
        padding: 20px 30px;
    }
    .apppara {
        font-size: 14px;
        line-height: 24px;
    }
    h2 {
        font-size: 35px;
    }
    .appdiamond {
        padding: 25px;
    }
    .subh {
        font-weight: 700;
        font-size: 19px;
    }
    .leading {
        width: auto !important;
        padding: 0px 20px;
    }
    .orangetab {
        font-size: 14px;
            padding: 15px 10px;
    }
    .banner h1 {
        font-weight: 700;
        font-size: 58px;
        line-height: 69px;
    }
    .next{
        font-size: 15px;
    }
    p {
    font-size: 15px;
    line-height: 35px;
}
.company11content{
    padding: 20px;
}
}
@media (max-width:1199px){
    .bring, .leading{
        width:auto;
      }
      h2{
            font-size: 45px;
      }
      .twomobile{
        display: none;
      }
      .decen::after {
        content: "";
      }
      .newgrey{
        font-size: 11px;
        font-weight:200;
      }
      .code1::after {
        content: "" !important;
      }
      .code2::before {
        content: "";
      }
      .company11content {
        background: transparent;
      }
      .bore1 {
        padding: 40px 31px;
      }
}

  @media(max-width:991px){
    .container.wrapper{
        min-width: 100%;
    max-width: 100% !important;
    }
    .banner{
        margin-top: inherit;
    }
    .eee::after{
        display: none;
    }
    h2 {
        font-size: 28px;
        text-align: center;
    }
    .orangebg {
        padding: 28px 15px;
    }
    .apppara {
        font-size: 15px;
        text-align: center;
    }
    .phone{
        display: none;
    }
    .appused {
        font-size: 24px;
        line-height: 34px;
    }
    .orangetab{
        font-size: 13px;
    }
    .gg{
        min-width: 119px;
    }
    .twomobile{
        display: none;
    }
    .subh {
        font-weight: 700;
        font-size: 20px;
  }
  .decen::after {
    content: url("");
    position: absolute;
    z-index:0;
    right: 0;
    bottom: 0px;
  }
  .appdiamond:hover {
    z-index: 99;
    transform: scale(1.0);
  }
  .leading{
    width:auto;
  }
  .company11content {
  background:transparent;
  }
  .bring{
    width:auto;
  }
  .appbox{
    padding: 35px 16px;
  }
  .company6 {
    background:#FDEEF0;
  }
  .next {
    font-size: 14px;
    line-height: 25px;
  }
  .mbottom{
    margin-bottom:15px;
  }
  .code1::after {
   display: none;
  }
  .bore1 h3 {
    font-size: 19px;
  }
  .bore1 {
    padding: 24px 32px;
  }
  .code2::before {
    display: none;
  }
  .design1{
    padding: 20px;
    min-height: 259px;
  }
  .orangerou{
    top: 3px;
  }
  .rect {
    justify-content: start;
    padding: 10px 20px;
  }
}
@media(max-width: 768px){
    .banner{
        margin-top: inherit;
    }
    .banner h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
    }
    .ban-img{
        display: none;
    }
    .company2::after{
        display: none;
    }
    .company2::before{
        display: none;
    }
    .orangebg{
        background-image: none;
    }
    .eee::after{
        display: none;
    }
    .formsection .container, .row>div{
        padding: inherit;
    }
    .company4::before{
        display: none;
    }
    .company4::after{
        display: none;
    }
    .a1 {
    padding: 10px 30px;
}
.company3::after{
    display: none;
}
.company2::before{
    display: none;
}
    .appbox {
        padding: 16px 16px;
    }
    .mtop {
     margin-top: 0px; 
}
.company5content{
    padding: 0 10px;
}
.company5{
    padding-bottom: 0;
}
.design1 {
        padding: 20px;
        min-height: 185px;
    }
    .tabappcontent{
        padding: 10px;
    }
}