* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Inter', sans-serif;
}   
html {
    scroll-behavior: initial;
    overflow: hidden;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #000;
    color: #fff;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    border-left: 3px solid #007bff;
    padding: 25px;
    margin: 0;
}

h2 span { display: block; }

h3 {font-size: 20px;font-stretch: expanded;color: #007bff; line-height: 100%;}

h2,h3,h4 {text-transform: uppercase;}

.part1 {
    width: 100%;
    height: 70vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 100px;
}
.part1 h1{
    font-size: 3.8vw;
    text-align: center;
}
.part1 p{
    font-size: 1.5vw;
    text-align: center;
    line-height: 120%;
}
.part1 button{
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1)
}
.part1 button:hover{
    background-color: #007bff;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #000;
}

.part2 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    /* background-image: url(charlesdeluvio-cZr2sgaxy3Q-unsplash.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: -1;
    /* filter: blur(5px); */
}
.part2 img {
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
}
#imgthree {
    position: absolute;
    bottom: -50vh;
    z-index: 5;
    height: 900px;
    width:650px;
}
#imgtwo, #imgfour {
    position: absolute;
    z-index: 4;
    bottom: -50vh;
}
#imgtwo {
    left: 15%;
    height: 880px;
    width:600px;
}
#imgfour {
    right: 15%;
    height: 880px;
    width:600px;
}
#imgone, #imgfive {
    bottom: -50vh;
    position: absolute;
    z-index: 3;
}
#imgone {
    left: 10%;
    height: 700px;
    width:350px;
    border-radius: 30px;
}
#imgfive {
    right: 10%;
    height: 700px;
    width:350px;
    border-radius: 30px;
}
/* .logos {
    width: 100%;
    background-color: #efefef;
} */
@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 40px 0;
    background: rgb(255, 255, 255);
    white-space: nowrap;
    position: relative;
  }
  .logos h3{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    color: #0b0b0b;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f6f5f5);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f3f3);
  }
  
  .logos:hover .logos-slide {
    animation-play-state: paused;
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    height: 60px;
    margin: 0 40px;
  }
  .our-process{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
  }
  .ourr{
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 100px;
  }
  .our-process h1{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .our-process p{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our-divv{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 100px;
    gap: 20px
  }
  .our-div{
    background-color: transparent;
    width: 25%;
    border-radius: 8px;
    padding: 30px;
  }
  .icon-box{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
  .icon-box .process-icon {
    z-index: 1;
    margin-right: 42px;
    font-size: 48px;
  }
  .icon-box:after {
    content: "";
    border: 1px dashed #fff;
    width: 60%;
    transform: translateY(-50%);
  }
  .icon-boxx{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
  }
  .icon-boxx .process-icon {
    z-index: 1;
    margin-right: 42px;
    font-size: 48px;
  }
  .our-div h5{
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .our-div p{
    color: #e5e5eb;
    display: flex;
    justify-content: right;
    align-items: start;
    line-height: 130%;
    letter-spacing: 2px;
  }
 .ourr h2{
    text-transform: none;
    border-left: 0px;
 }
 .dedicated-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
 }
 .dedi-div{
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    gap: 30px;
 }
 .teams-div{
    display: flex;
    align-items: flex-start;
    gap: 25px;
    justify-content: space-between;
 }
 .teams-div i{
    font-size: 35px;
    color: #007bff;
 }
 .teams-div h6{
font-size: 22px;
font-weight: 500;
 }
.container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

section {padding: 50px 0;}

.col {
    width: 50%;
}

#vertical {height: 180vh;width: 100vw;}

.vertical__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.vertical__content .col_left {height: 100%;}

.vertical__content .col.col_right {
    width: 40%;
}

.vertical__item:not(:last-child) {
    margin-bottom: 60px;
}
.vertical__item h3 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
}
.vertical__item p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 100;

}


#horizontal {
    padding: 100px 0;
}
#horizontal h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
}
.horizontal_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    font-size: 20px;
    opacity: 0.7;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.horizontal__content {
    display: flex;
}

.horizontal__item {
    border: 1px solid #efefef;
    padding: 60px 55px;
    border-radius: 10px;

}
.horizontal__item:not(:last-child) {
    margin-right: 50px;
}

.horizontal__num {
    /* font-stretch: condensed; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 220px;
    width: 400px;
}
.icon-back {
    background-color: #007bff;
    height: 60px;
    width: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.horizontal__num i{
    color: #fff;
}
.horizontal__num h5 {
    font-size: 28px;
    line-height: 100%;
}
.horizontal__num p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 140%;
    font-weight: 100;
    margin-left: 0%;
    width: 100%;
}

.glass {
    background-color: #007bff;
    height: 100vh;
    width: 100vw;
}

.indus-container {
    width: 100%;
    padding: 100px 50px 50px 50px;
}
.sec-gap{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.sec-gap h1{
    color: #fff;
    margin-bottom: 10px;
    font-size: 3.3vw;
    font-weight: 600;
    line-height: 1;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
}
.sec-gap h3 {
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px;
    text-align: center;
    text-transform: none;
    font-stretch: normal;
}
.grid-col-panel{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
    padding-top: 4rem;
    position: relative;
}
.grid-col-panel:before {
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
    width: 30px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.grid_colm_item{
    text-align: center;
    border-right: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    padding: 40px 50px;
    min-height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-col-panel a{
    text-decoration: none;
}
.grid-col-panel figure {
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#343338,#302e34,#2b2a2f,#27252b,#232127);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.grid_colm_head {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    padding-top: 20px;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
}
.grid-col-panel:after {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 100%;
    height: 30px;
    background-color: #000;
    z-index: 1;
}

.blur-bg {
    height: 110vh;
    width: 100%;
    background-color: #fff;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.blur-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 10%;
    gap: 15px;
    margin-right: 10%;
    width: 80%;
}
.blur-text p{
    color: #000;
    text-align: center;
    margin-top: 30px;
    line-height: 150%;
}

.blur-text h1{
    /* margin-top: 20vh; */
    color: #000;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.blur-text h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    border-left: none;
    padding: 0%;
    text-transform: none;
    text-align: center;
}
.blur-bg button{
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1)
}
.blur-bg button:hover{
    background-color: #007bff;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #fff;
}
.blur-bg img{
    height: 60vh;
    width: 55%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.reasons {
    width: 100%;
}
/* .ellipse1{
    position: absolute;
    left: -33%;
    top: -210px;
     z-index: 1;
    background-color: pink;
    filter: blur(5px);
    height: 30vh;
    border-radius: 50%;
    width: 35vh;
    text-align: left;
} */

.reasons h1{
    font-size: 3vw;
    letter-spacing: 1.9px;
    margin-left: 10%;
    margin-top: 100px;
}
.reasons p{
    color: #ffffffbe;
    margin-top: 2vh;
    margin-left: 10%;
}
.reason-container {
    width: 50%;
    position: relative;
    /* background: rgb(13,96,228);
background: radial-gradient(circle, rgba(13,96,228,1) 7%, rgba(69,49,184,1) 100%); */
}
.reason-text {
    padding: 20px 30px;
    background: rgb(18,37,67);
background: linear-gradient(90deg, rgba(18,37,67,1) 7%, rgba(0,123,255,1) 100%);
    position: relative;
    border-radius: 6px;
    height: 160px;
}
.reason-text h4{
    color: white;
}
.reason-text p{
    color: rgba(255, 255, 255, 0.596);
    margin-left: 0px;
    margin-top: 1.5vh;
}
.reason-textt {
    padding: 20px 30px;
    background: rgba(0,123,255,1);
background: linear-gradient(90deg,  rgba(0,123,255,1) 7%, rgba(18,37,67,1) 100%);
    position: relative;
    border-radius: 6px;
    height: 140px;
}
.reason-textt h4{
    color: white;
}
.reason-textt p{
    color: rgba(255, 255, 255, 0.596);
    margin-left: 0px;
    margin-top: 1.5vh;
}
.left-cont {
    left: 0%;
    padding: 10px 50px 10px 0px;
}
.right-cont {
    left: 50%;
    padding: 10px 0px 10px 50px;
}
.icon-cont {
    background: rgb(18,37,67);
    background: linear-gradient(90deg, rgba(18,37,67,1) 7%, rgba(0,123,255,1) 100%);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 32px;
    z-index: 10;
    right: -20px;
}
.right-cont .icon-cont{
 left: -20px;
}
.timeline {
    position: relative;
    /* max-width: 1200px; */
    margin-left: 10%;
    width: 80%;
    margin-right: 10%;
    margin-bottom: 100px;
    margin-top: 50px;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    height: 100%;
    animation: moveline 6s linear forwards;
}
@keyframes moveline {
    0%{
        height: 0%;
    }
    100% {
     height: 100%;
    }
}
.left-arrow{
    height: 0%;
    width: 0%;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
}
.right-arrow{
    height: 0%;
    width: 0%;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -14px;
}

.above-footer{
    height: 60vh;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.above-footer-left {
    margin-left: 10%;
    width: 40%; 
  }
  
  .above-footer-left h2 {
    font-size: 3vw;
    font-weight: 700;
    color: white;
    line-height: 4vw;
    border-left: none;
     padding: 0px;
  }
  
  .above-footer-left p {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
  }
  
  .above-footer-right {
    width: 24%;
  }
  
  .above-footer-right button {
    width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #007bff; 
  color: #fff; 
  text-align: center;
  font-size: medium;
  line-height: 50px; 
  border: none;
  cursor: pointer;
  }
  
  .above-footer-right button:hover {
    background-color: #EDBFFF;
  }
  .locate-us{
    height: 350px;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .locate{
    border: 2px solid #007bff;
 background-color: #007bff4d;
 width: 80%;
height: 300px;
padding: 40px;
  }
  .locate h1{
    font-size: 40px;
    color: #fff;
  }
  .addresses{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 30px;
  }
  .stamps{
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 8px;
  }
  .stamp-img img{
    height: 125px;
    width: 95px;
  }
  .stamp-add{
    display: block;
    height: 125px;
    width: 150px;
  }
  .stamp-add h3{
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
  }
  .stamp-add p{
    margin-top: 5px;
    font-size: 0.85rem;
    font-weight: 100;
  }
  .moving{
    width: 100%;
    height: 120vh;
    /* background-color: hsl(346deg, 17%, 70%, 1); */
    background-color: black;
    display: flex;
  }
  
footer{
    /* height: 100vh; */
    padding: 10px;
    width: 100%;
    background-color: #111;
}
footer .container{
    background-color: #111;
}
footer .row{
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
}
.footer-col ul{
    list-style: none;
}
.footer-col h4{
    color: white;
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
}
.footer-col h4::before{
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    background-color: #007bff;
    bottom: -10px;
}
.footer-col ul li {
   padding: 10px 0;
}
.footer-col ul li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.7;
    transition: 0.5s;
} 
.footer-col ul li a:hover{
    opacity: 1;
}
.row hr{
    opacity: 0.7;
}
.row .socailIcons i{
    display: inline-block;
    color: white;
    font-size: 20px;
    margin: 0 15px;
    transition: 0.5s;
}
.row .socailIcons i:hover{
    color: #007bff;
}
.row .col p{
    margin-bottom: 10px;
}