@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100..900&display=swap');


:root{
    font-family: "Poppins", serif;
}


body {
    font-family: "Poppins", serif;
    /* font-weight: 100;
    font-style: normal; */
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body , img{
    max-width: 100%;
}

.container {
    max-width: 1345px;
    margin: 0 auto;
}

body, a {
    text-decoration: none;
    color: white;
}

.header-section {
    padding: 20px;
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    z-index: 1;
    background-image: url("./images/mainBnnr.jpg");
    background-position: center;
    background-size: cover;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul {
    display: flex; /* Changed to flex to align items in one row */
}

ul li {
    list-style: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-left: 25px;
}

.nav-btn {
    text-decoration: none;
    color: white;
    font-size: 25px;
    background-color: #1C33A1;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.f-btn:hover {
    background-color: #E62E2D;
}

.hero-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 210px; 
    color: white;
}
.hero-heading {
    font-size: 80px;
    font-weight: 900;
}

.f-btn {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
    background-color: #1C33A1;
    display: inline-block;
    font-size: 25px;
}

.f-red {
    background-color: #E62E2D;
}

.f-red:hover {
    background-color: #1C33A1;
}

.why-choose {
    margin-top: 40px; 
    padding: 40px 0; 
   color: black;
}


.row {
    display: flex; 
    flex-wrap: wrap; 
}
img.img-fluid{
    width: 16px;
    height: 20px;
}
.subheading{
    color: #1C33A1;
    font-size: 20px;
    font-weight: 600;
}
.mainhead{
    font-size: 50px;
    color: black;
}
.heading-two{
    font-size: 3.125rem;
color: black;
font-weight: bold;
text-transform: capitalize;
}
.first-para{
    line-height: 2;
    font-size: 20px;
    font-weight: 500;
}
/* hero section end */
/* choose section start */

.choose-box{
    padding: 42px;
  box-shadow: 0 5px 15px 0 rgb(110 110 110 / 19%);
  text-align: center;
}
h2.it{
    font-weight: 600;
}

p.lorem{
   line-height: 1.4;

}

a.read{
    color: #E62E2D;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
}
/* choose section end */

/* about company section start*/
section.about-company-section{
    width: 100%;
    color: black;
    margin-top: 40px;
}
p.about-para {
    font-size: 17px;
    line-height: 2;
    margin: 10px;
    color: black;
    font-weight: 500;
}
a.Readmore {
    margin-left: 10px;
    display: inline-block;
    text-transform: uppercase;
}
img.about-two{
    width: 90%;
}


img.about-three {
    position: absolute;
    left: -12%;
    top: 156px;
    width: 60%;
}

div.upper-content-box{
    position: absolute;
    color: white;
    background-color: #E62E2D;
    padding: 30px 50px;
    border: 25px solid white;
    left: 26%;
    bottom: -5%;
    border-radius: 5px;
}

.upper-content-box.hundred{
    font-size: 25px;
    font-weight: bold;
   }
h5.hundred {
    line-height: 0.6;
    font-weight: bold;
    font-size: 40px;
}
span.block{
    font-weight: 600;
    font-size: 17px;
    display: block;
}
/* company section end */

/* first-blue-section start */
.first-blue-section {
    position: relative; 
    margin-top: 200px;
    width: 100%;
    height: 450px;
    background-image: url("./images/solut-bg.png");
    background-position: center;
    background-size: cover;
    color: white;
}

.first-blue-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 51, 161, 0.9); 
    z-index: 1;
   
}

.blue-content {
    position: relative; 
    z-index: 2; 
    padding: 20px; 
    line-height: 2;
}       
h2.blue-content-heading{
    font-size: 50px;
    font-weight: bold;
}
p.blue-content-para{
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: large;
}
/* swiper-section start */
section.swiper-section{
    margin-top: 70px;
}

html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }




    /* second-slider-section start */
    .second-slider{
        margin-top:90px;
    }
    swiper-slide{
        border-radius: 5px;
    }
    div.second-slider-box{
        padding: 23px;
       
    }
    p.second-para{
        color:slategrey;
        line-height: 2;
    }

    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    h2.heading-box{
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    p.box-para{
        color: slategray;
        font-size: 15px;
    }
    h5.snoop {
        font-weight: 800;
        font-size: 18px;
        margin-top: 5px;
    }

    p.google {
        color: red;
        font-size: 14px;
    }
    .box-content-img.d-flex.text-center.align-items-center {
        line-height: 1;
    }
    
    .hover-red:hover{
        border:1px solid #E62E2D;
    }


    /* faqs section start */
    section.faq {
        background-color: #1C33A1;
        margin-top: 70px;
        padding: 40px;
        align-items: center;
    }
    div#accordionFlushExample {
        align-items: center;
        margin-top: 60px;
    }
    accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
       
        border-radius: 5px;
    }

    .c-white{
        color: white;
    }

/* faq section end */
/* touch in section staart */
section.right-solution-section{
   
    color: white;
}

.bg-right-img{
    position: relative;
    background-image: url('./images/touch-bg.png');
    background-position: center;
    background-repeat:no-repeat;
    width: 100%;
    height: 250px;
    padding: 25px;
    border-radius: 11px;
    bottom: -94px;
}
.bg-right-img::before{
    position: absolute;
    background-color: rgb(0 51 161 / 63%);
    content: "";
    inset: 0;
    border-radius: 11px;
   
}
.touch-content {
   position: relative;
    z-index: 2;
}
h3.touch-heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
}
h1.touch-main-heading {
    font-size: 3.188rem;
    font-weight: 600;
}

/* footer section start */
.footer-section{
    padding-top: 115px;
    background-color: black;
    color: white;
}
.footer-logo{
    padding: 10px;
}
.footer-para{
    line-height: 2;
    padding: 10px;
}
.footer-box{
    padding: 40px;
}
h2.footer-heading {
    font-size: larger;
    line-height: 1.4;
    font-weight: 800;
}
.footer-link{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
}

.home i{
    color: #E62E2D;
}
