@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    padding: 0px;
    margin: 0px;
}

body{
    background: #232323;
}

.bannerLogo{
    padding: 50px 0px;
    text-align: left;
}

.bannerContent{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}
.bannerTopContentWrapper{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.bannerTopContentWrapper h1{
    font-family: 'poppins';
    font-size: 55px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}

.bannerTopContentWrapper h1 span {
    color: #1DD2E3;
}
.bannerTopContentWrapper p{
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 300;
    line-height: 33px;
    color: #fff;
    margin: 0px;
}

.bigText h2 {
    margin: 0px;
    font-size: 380px;
    font-weight: bold;
    font-family: 'Poppins';
    color: #151515;
    text-transform: uppercase;
    line-height: 72%;
}

.bigText{
    position: relative;
}
.bigText img{
    position: relative;
    left: 0px;
    transform: translate(0%, -34%);
    bottom: 0;
    max-width: 50%;
}
.bottomText {position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -145px);width: 100%;display: flex;flex-direction: column;gap: 19px;max-width: 50%;}

.bottomText span {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #1dd2e3;
    text-transform: uppercase;
    line-height: 33px;
}

.bottomText p {
    margin: 0px;
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 300;
    line-height: 33px;
    color: #fff;
}

.machineImg img {
    width: 100%;
}

.machineContent {
    position: absolute;
    top: 116px;
    z-index: 1;
    right: 112px;
}

.machineImg {
    position: relative;
}

.machineSec {
    background: #56595D;
}

.machineContent h2 {
    margin: 0px;
    font-size: 44.38px;
    font-family: 'Poppins';
    line-height: 100%;
    color: #fff;
    font-weight: normal;
    letter-spacing: -2px;
}

.machineContent h2 span {
    color: #1dd2e3;
}

.inqueryformSec {
    background: #D9D9D9;
    padding: 100px 0px;
}

.inqueryformWrapper {
    max-width: 763px;
    margin: auto;
}

.inqueryformContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.inqueryformTopContentWrapper{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 76px;
}

.bntCall {
    width: 100%;
    padding: 34px;
    background: #1DD2E3;
    border-radius: 20px;
}

.bntCall a {
    text-decoration: unset;
    color: #232323;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
}

.inqueryformContent  p{
    color: #232323;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 33px;
    line-height: 38px;   
    margin: 0px;
}

.inqueryformContent p b {
    font-weight: 700;
}
.inputFiled input, .inputFiled textarea, .inputFiled select {
    width: 100%;
    padding: 15px;
    border: 1px solid #818181;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    outline: 0px;
    border-radius: 0px;
}

.inqueryformContent form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

 .inputFiled textarea {
    min-height: 165px;
 }
.submitBtn button {
    width: 100%;
    padding: 15px;
    border: 0px;
    background: #1dd2e3;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
    text-transform: uppercase;
    line-height: 33px;
}

.contentSec h3 {
    margin: 0px;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 40px;
    color: #1AB6C5;
}

.contentSec {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.contentSec img {
    max-width: 512px;
    margin: auto;
}
.videoSec {
    padding: 142px;
    position: relative;
    background-image: url(../img/Layer.png);
    background-attachment: fixed;
    background-size: contain;
}

.VideoIframe img {
    width: 100%;
}

.videoSec:before {
}

.VideoIframe {
    position: relative;
}

.macPlantImg img {
    width: 100%;
}

.gallerySec {
    padding: 100px 0px;
}

.secTitle h2 {
    margin: 0px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 81%;
    width: fit-content;
    margin: auto;
    padding: 0px 100px;
    background: #232323;
    position: relative;
}

.secTitle {
    position: relative;
    margin-bottom: 86px;
}

.secTitle:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #9B9B9B;
}

.galleryGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 24px;
}

.galleryGrid .galleryItem .galleryImage img {width: 100%;}


.videoCompanyImg {
    max-width: 90%;
    margin: auto;
    position: relative;
}

.videoCompanyImg img {
    width: 100%;
}

.videoCompany {
    padding-bottom: 100px;
}

.playIcon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
}

.vibrationSec {
    padding: 100px 0px;
    background: #D9D9D9;
}

.vibrationGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 106px;
    align-items: baseline;
}

.vibrationGrid .vibrationItem {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.vibrationGrid .vibrationItem img {
    width: max-content;
    margin: 0px auto;
}

.vibrationSec .title {
    margin-bottom: 87px;
    text-align: center;
}

.vibrationGrid .vibrationItem h5 {
    color: #232323;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    margin: 0px;
}

.vibrationSec .title h2 {
    color: #232323;
    font-family: 'Poppins';
    font-size: 33px;
    line-height: 38px;
    margin: 0px;
    font-weight: 700;
}

.youtubeVideo {
    padding: 100px 0px;
    background: #1dd2e3;
}

.youtubeVideoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.youtubeVideoGrid .youtubeVideoItem img {
    width: 100%;
}
.applicationSec {
    background: #D9D9D9;
    padding: 100px 0px;
}

.applicationSec .row {
    justify-content: center;
    gap: 50px 0px;
}

.applicationSec  .applicationItem {
    display: flex;
    padding: 35px;
    background: #B1B1B1;
    border: 1px solid #424242;
    text-align: center;
    flex-direction: column;
    gap: 48px;
    height: 100%;
    justify-content: space-between;
}

.appContent h5 {
    color: #232323;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    line-height: 26px;
}

.applicationSec .row .applicationItem .appImg {}

.applicationSec .row .applicationItem .appImg img {
    width: 100%;
    max-width: 185px;
    object-fit: contain;
}

.applicationSec .row .col-sm-12.col-md-4 {
    /* width: fit-content; */
}

.applicationGridOne, .applicationGridTwo {
    display: grid;
    grid-template-columns: 357px 357px 357px;
    gap: 48px;
    align-items: center;
    justify-content: center;
}

.applicationGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.applicationGridTwo {
    grid-template-columns: 357px 357px;
}

.globalMap {
    padding: 100px 0px;
}

.globalMap .title {
    margin-bottom: 70px;
}

.globalMap .title h2 {
    margin: 0px;
    text-align: center;
    color: #1DD2E3;
    font-size: 44px;
    font-family: 'Poppins';
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.addressOneGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 38px;
}

.addressItem {
    border-radius: 37px;
    background: #FFFFFF;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: flex-start;
}

.addressItem .addressIcon {
    text-align: right;
}

.addressItem .addressContent {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.addressItem .addressContent h5 {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: bold;
    color: #020202;
    margin: 0px;
}

.addressItem .addressContent p {
    margin: 0px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #020202;
    font-weight: 400;
    line-height: 24px;
    min-height: 120px;
}
.addressGrid .row {
    justify-content: center;
    gap: 40px 0px;
}

.addressGrid .row .col-sm-12.col-md-4 {
    padding: 0px 20px;
}

.bgGreen {
    background: #1dd2e3;
}

.bgGreen .submitBtn button {
    background: #232323;
    color: #1dd2e3;
}
.mobileBlock{
    display: none;
}

.HollowBanner .bigText h2 {
    font-size: 300px;
}

.HollowBanner .bigText img {
    max-width: 43%;
    transform: translate(0%, -30%);
}

.HollowBanner .bottomText {transform: translate(-50%, -55px);}
.bannerLogo img {
    max-width: 200px;
}

.HeaderLogo {
    padding: 20px 100px;
}

.HeaderLogo img {
    max-width: 150px;
    transform: scale(1.4) translateY(20px);
}
.PaverBlockSec img {
    max-width: 40%;
}

.PaverBlockSec .bottomText {
    transform: translate(-50%, -70px);
}

.SolidBlockkSec .bigText img {
    max-width: 25%;
}

.SolidBlockSec .bottomText {
    transform: translate(-50%, -60px);
}
.SolidBlockSec img {
    max-width: 40%;
    transform: translate(0%, -50%);
}

.bannerSec {
    overflow: hidden;
}

a {
    text-decoration: none !important;
}

.videoSec iframe {
    width: 100%;
    height: calc(100vh - 180px);
}

@media (max-width: 767px) {
    .videoSec iframe {
        height: auto;
        min-height: 260px;
    }
}