@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&family=Poppins:wght@300;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: #1b1b1b; */
}

body {
    background-color: #FDFEFF;
    margin: 0px 0px;
    scroll-behavior: smooth;
    /* color: #57575a; */
}

.heading{
    font-family: Manrope;
    font-size: 40px;
    font-weight: 600;
}

.seperation{
    height: 1px;
    background-color: rgb(67, 67, 67);
}

.mainHead2{
    font-size: 25px;
    line-height: 6vh;
}

#sectionFourthMobile{
    display: none;
}

#sectionFourth{
    display: block;
}

.btnPurple:hover{
    background-color: #7c63ac;
}
.btnWhite:hover{
    background-color: rgb(225, 225, 225);
    /* color: white; */
}

/************************ Head Container  **************************/

/************************ navigation section ************************/


.nav {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
    padding: 10px 20px;
    font-family: Manrope;
    z-index: 10;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.head-container{
    position:sticky;

}

.logo {
    height: 50px;
}
.menu {
    display: flex;
    gap: 0;
    padding: 0 40px;
}
.menu a {
    color: #0D1518;
}
.menu-items {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    margin: 0px 10px;
    text-align: center;
    font-size: 20px;
}
.menu-items:first-child, a:hover {
    color:#6E4CAE;
    /* text-decoration: underline; */
    text-underline-offset: 10px; 
}
#click{
    display: none;
}

.bars i {
   display: none;

}


/********************** end of navigation  **************************/


/******************* main or front page section  *********************/
.main{
    font-family: Manrope;
    color: black;
    display: flex;
    position: relative;
    align-items: left;
    flex-direction: column;
    padding: 0px 30px;
    background-position: center;
    top: 0;
    background-image: url(bgimage.png);
    width: 100%;
    height: auto;
}

.maintext{
    padding: 60px 0;
    position: relative;
    font-size: 65px;
    display: flex;
    align-items: left;
    justify-content: center; 
    flex-direction: column;  
    line-height: 14vh;
    font-weight: 600;
}

.main p{
    font-family: poppins;
    width: 61vw;
    display: flex;
    flex-direction: column;
    font-size: 26px;
    line-height: 5vh;
    padding: 20px 0 0 0;
    color: white;
    font-weight: 100;
}

.main .mainColorWht{
    color: #FFFFFF;
}

.main .mainColorPur{
   color: #CBB1FF; 
}

.mainBtn{
    display: flex;
    flex-direction: row;
    /* margin: 0 0 5% 0; */
}
.main button{
    padding: 15px 45px;
    font-size: 30px;
    border-radius: 8px;
    border: 0;
    margin: 0 2% 6% 0;

}

.btnPurple{
    background-color: #6E4CAE;
    color: #FFFFFF;
}

.btnWhite{
    background-color: #FFFFFF;
    color: #6E4CAE;
}
/************************* End of Head Container *******************/


/************************* section First start ********************/

.first .heading{
    display: flex;
    text-align: center;
    width: 70%;
    margin:20px auto;
}

.first img{
    width: 50%;
}


.workingBox{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.product1{
	color: #6E4CAE;
	text-align: center;
	width: 280px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product1 img {
	height: auto;
    width: 100%;
}

.productHeading{
    font-size: 28px;
    text-align: center;
    font-family: poppins;
    font-weight: 600;
}

.first .workingBox .product1 .product-info p{
    margin: 10px 0;
    font-size: 15px;
    font-family: poppins;
}


/********************* end of section first  *************************/

/********************** start of section second **********************/

.second .heading{
    display: flex;
    align-items: center;
    width: 50%;
    margin:auto;
    text-align: center;
    flex-direction: column;
    line-height: 8vh;
}
.second span{
    color: #6E4CAE;
    text-align: center;
    line-height: 8vh;
    text-align: center;
    margin:20px auto;
}

.second .paraSecond{
    width: 70%;
    color: #000;
}

.secondImg{
    width: 120%;
}
.secondbg{
    background-image: linear-gradient(white,rgb(184, 143, 184));
}
@media only screen and (max-width: 600px) {

}
/************************ end of section second ***********************/


/************************8 start of section third *********************/
.third{
    background-color: #0D1518;
}

.thirdSecBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thirdPara{
    color: #FFFFFF;
    font-size: 21px;
}

.thirdTextBox{
    margin: 20px auto;
}

.third .heading {
    text-align: center;
}

.third span {
    color: #CBB1FF;
    line-height: 8vh;
    font-size: 40px;
    margin: 20px auto;
}

.logos-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 5px 50px;
}

.technology-logo {
    width: 50px; /* Adjust the size as needed */
    height: 50px;
    margin: 10px 15px;
}

/************************* end of section third  ***********************/

/************************ start of section fourth ********************/



.fourthContainer{
    display: flex;
    flex-direction: row;
    margin: 0 100px;
} 

.fourthBtn{
    display: flex;
    flex-direction: column;
    width: 35%;
    height: 35%;
}
.fourthAcBtn{
    line-height: 6vh;
    font-size: 40px;
    text-align: left;
    margin: 20px 0;
    color: #CBB1FF;
    border: 0;
    /* width: 100%; */
}

.activeButton {
    background-color: #FFFFFF;
    color: #6E4CAE;
  }


.fourthImg{
    display: flex;
    align-items: center;
}

.fourth img{
    display: flex;
    text-align: caboutUscontainenter;
}
.fourthContain{
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    font-family: poppins;
    justify-content: center;
    width: 70%;
    /* margin: 0 0 0 30px; */
}

.fourth .fourthTitle{
    /* font-family: poppins; */
    display: flex;
    text-align: left;
    font-size: 40px;
    margin: 0;
}

.fourth .fourthSummary{
    /* font-family: poppins; */
    display: flex;
    color: #000;
    line-height: 5vh;
    /* padding: 10px 0; */
    font-size: 28px;
    text-align: left;
}

.fourth .fourthPara{
    font-family: poppins;
    width: 100%;
    color: #000;
    line-height: 4vh;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}



.fourthMobiContainer{
	display: flex;
	align-items: left;
	justify-content: center;
	flex-wrap: wrap;
    font-family: poppins;
}

.fourthMobiContain{
	overflow: hidden;
	background: black;
	color: white;
	text-align: center;
	width: 300px;
	height: auto;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 1.2rem;
 	margin: 2rem;
   box-shadow: 5px 15px 25px #a29de6;
}


.fourthMobititle{
    font-size: 20px;
    color: #fff;
    align-items: left;
    text-align: left;
    padding: 5px 0px;
    font-weight: 600;
}
.fourthMobipara1{
    font-size: 15px;
    color: #fff;
    align-items: left;
    text-align: left;
    padding: 5px 0px;
    font-weight: 400;
}
.fourthMobipara2{
    font-size: 12px;
    color: #fff;
    align-items: left;
    text-align: left;
    padding: 5px 0px;
    font-weight: 400;
    text-align: justify;
}
.fourthMobiContain img {
    height: auto;
    width: 100%;
}

/* .product a:link, .product a:visited{
	color: #ffc107;
	display: inline-block;
	text-decoration: none;
	background-color: #ffc107;
  border-style: solid;
  border-width: 1px;
  border-color: #ffc107;
	padding: 1.2rem 3rem;
	border-radius: 1rem;
	margin-top: 1rem;
	font-size: 14px;
	transition: all 0.2s;

} */


/********************* end of section fourth  ***********************/

/* start of about us section  */

.aboutUs{
    justify-content: center;
    background-color: #000;
    font-family: poppins;
    text-align: center;
    padding: 30px 70px;
}


.aboutUs h2{
    color: #CBB1FF;
    font-size: 50px;
}

.aboutUsContainer {
    display: flex;
    flex-wrap: wrap; /* Allow content to wrap on smaller screens */
    justify-content: center;
    align-items: center;
}

.aboutUsImg {
    flex: 1;
    margin-right: 20px;
}

.aboutUsImg img {
    width: 80%;
    max-width: 80%; /* Ensure the image doesn't exceed its natural size */
    height: auto;
}


.aboutUscontain {
    flex: 1;
    margin-top: 20px; /* Add some space between image and text on smaller screens */
}

.aboutUscontain p {
    text-align: justify;
    color: #fff;
    line-height: 1.6;
}



/********************* start of section fifth *********************/

.fifthContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #000;
    font-family: poppins;
}
.fifthTitle{
    margin: 10px auto;
    color: #CBB1FF;
    font-size: 50px;
}
.fifth p{
    color: #fff;
    font-size: 25px;
    width: 45%;
    text-align: center;
}
.fifthContain{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
    font-size: 15px;
    font-family: poppins;
}

.fifthImg{
    color: #21201e;
	text-align: center;
	width: 280px;
    margin: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s ease;
}

.fifthImg:hover {
    /* Set box shadow on hover */
    box-shadow: 0 0 45px rgba(207, 207, 207, 0.871);
  }


.fifthImg img {
	height: auto;
    width: 100%;
    display: block;
}



/********************* end of section fifth ***********************/

/******************** start of section sixth *************************/

.sixth{
    background: radial-gradient(100% 100% at 49.97% 100%, rgba(110, 76, 174, 0.83) 0%, rgba(217, 217, 217, 0) 100%, rgba(255, 255, 255, 0) 100%);

}

.sixthContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: poppins;
}
.sixth p{
    color: #000;
    font-size: 25px;
    width: 45%;
    text-align: center;
    font-weight: 600;
}


.sixth .mainBtn{
    display: flex;
    flex-direction: row;
    margin: 50px auto 20px auto;
}
.sixth button{
    padding: 15px 45px;
    font-size: 30px;
    border-radius: 8px;
    border: 0;
    margin: 0 2% 6% 0;

}

/******************* end of section sixth ***********************/

/******************* start of section seventh ********************/
.seventhContainer{
    background-image: linear-gradient(black, gray);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: poppins;
}

.seventh .mainBtn{
    display: flex;
    flex-direction: row;
    margin: 50px auto 20px auto;
}
.seventh button{
    padding: 15px 60px;
    font-size: 30px;
    border-radius: 8px;
    border: 0;
    margin: 0 0% 6% 0;

}

/******************** end of seventh section  ********************/

/****************** start of footer section  *********************/



@media (max-width: 1024px) {

    #sectionFourthMobile{
        display: block;
    }
    
    #sectionFourth{
        display: none;
    }

    .maintext{
        font-size:35px;
        line-height: 8vh;
    }

    .menu {
        z-index: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        top: 0px;
        left: -100%;
        height: 100vh;
        width: 100%;
        transition: all 0.5s ease;
        background-color: #016eb9;
        align-items: center;
        margin-top: 0px;
      }
      .menu a {
        color: #fff;
      }
      .menu-items {
        padding: 10px 0px;
        text-align: center;
        margin: 13px 0px;
        justify-content: center;
      }

      .main p{
        width: 80vw;
        font-size: 15px;
    }

    .bars, .bars i {
        position: fixed;
        right: 21px;
        z-index: 2;
        display: block;
        margin-top: -6px;
        font-size: 18px;
        color: #1b1b1b;
      }
      .second .heading {
        width: 80%;
    }

    .second .paraSecond {
        width: 90%;
    }

    .secondImg {
        width: 90%;
    }

      .heading{
        font-size: 28px;
      }
      #click:checked ~ .menu {
        left: 0%;
        transition: all 0.5s ease;
      }
      #click:checked ~ .bars i::before {
        content: '\f00d';
      }

      .second span{
line-height: 5vh;
    }

    .thirdPara{
        color: white;
        font-size: 16px;
    }
    
    .third span {
        color: purple;
        line-height: 8vh;
        font-size: 30px;
        margin: 20px auto;
    }

    .fifth p{
        width: 70%;
        font-size: 16px;
    }

    .sixth p{
        width: 70%;
        font-size: 16px;
    }


}

/* end of section front page  */
footer {
    background-color: black;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  footer h3{
    font-weight: bold;
  }

  /* Style for the columns */
  .footer-column {
    flex: 1;
    margin: 10px;
  }

  .social-media{
    margin: 10px 0;
  }
  .icon{
    margin: 30px 10px auto 0;
  }

  /* Style for the contact information */
  .contact-info, .sitemap {
    list-style: none;
    padding: 0;
  }

  /* Style for the sitemap */
  .sitemap a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 5px;
  }

  .sitemap li {
    margin-left: 15px;
  }

  /* Style for the company logo and copyright */
  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: auto;
  }

  .logo img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

@media only screen and (max-width: 768px) {
    .mainBtn {
        flex-direction: column; 
    }
    .aboutUs{
        padding: 30px 15px;
    }
    .aboutUsContainer {
        flex-direction: column; /* Stack content vertically on smaller screens */
        text-align: center; /* Adjust text alignment for better readability */
    }

    .aboutUsImg {

        margin-left: 40px;
    }
}
