@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.header{
    width: 100%;
    height: 100vh;
     background-color: #5e5e5e;
}
.navbar{
    width: 100%;
    height: 15vh;
    background-color: #091736;
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.logo-container{
    display: flex;
    padding: 10px;

}
.logo{
 font-size: 30px;
 color: white;
 cursor: pointer;

}
.nav-items{
    display: flex;
    align-items: center;
    padding: 10px;
    
}
.nav-item{
    display: flex;
    text-align:center;
    justify-content: space-between;
    gap: 50px;
}
.item{
    color: white;
    list-style: none;
    cursor: pointer;
}
.fa-sharp{
    font-size: 15px;
    margin-left: 10px;
}
.startedbtnContainer{
    width: 170px;
    height: 60px;
    display: flex;
    padding: 5px;
    align-items: center;
    /* border: 2px solid red; */
}
.startedbtn{
    width: 100%;
    height: 100%;
    font-size:17px ;
    /* color: white; */
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.bannerContainer{
    display: flex;
    height: calc(100vh - 80px);
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom, #0a1e46 0%, #8a1eae 100%);
    /* padding: 10px; */
}

.bannersmallcontainer{
    width: 50%;
    /* height: 50vh; */
    margin: auto;
    justify-content: center;
    text-align: center;
    padding: 10px;
    /* border: 2px solid red; */
}
.para1{
    color: #c4c4c4;
    text-transform:uppercase;
}
.banner-headingcontainer{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
}
.bannerheading{
    color: white;
    font-size: 55px;
    margin-top: 20px;
    padding: 5px;
}

.para2Conatiner{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px;  
    width: 100%;
}

.para2{
    color: white;
    display: flex;
    font-size:17px ;
    line-height: 23px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.Quotebtn{
    padding: 10px;
    width: 170px;
    height: 50px;
    background-color: rgb(3, 12, 31);
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.cardcontainer{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.card {
  flex:1;
  height:280px;
  color: white;
  background-color:#262626;
}
.card:nth-of-type(2n+1){
    background-color: #091736;
}

.cardContent{
    padding: 20px;
    margin-top: 50px;
    margin-left: 10px;
    width: 250px;
    justify-content: center;
    align-items: center;
    color: white;  
}
.cardContent button{
    margin-top: 15px;
    border: none;
    background-color: #ccc;
    outline: none;
    color:black;
    border-radius:5px;
}


.complexContainer{
    background: linear-gradient(to bottom, #0a1e46 0%, #8a1eae 100%);
    padding: 100px 0px;
}

.bussinesscontainer{
    width: 80%;
    display: flex;
    align-items: center;
    margin: auto;
}
.leftbussinesscont{
    flex:2
}
.leftpara{
    color: #c4c4c4;
}
.leftheading{
    font-size: 50px;
    color: #a2a2a2;
    margin-top: 20px;
}
.rightbussinesscont{
    flex:1
}
.rightbussinessPara{
    line-height: 25px;
    /* padding: 20px; */
    color: #c4c4c4;
}
.smartCardCont{
background-color: #0a1e46;
padding: 60px 0px;
}
.insmartCardCont{
    width:80%;
    margin: auto;
    gap: 10px;
    display: flex;
}
.smartCard{
    padding: 40px 20px;
    flex: 1;
    background-color: #373636;
    color: white;
    /* border: 2px solid red; */
    border-radius: 10px;
} .active{
    background-color: #8a1eae;
}
.smartCard:hover{
    background-color: #8a1eae
}

.smartcardImg{
    background-color: white;
    border-radius: 5px;
    height: 100px;
    width: 100px;
}
.smartCardheading{
    margin-top: 20px;
}
.smartcardPara{
    margin-top: 20px;
    color: #c4c4c4;
}
.r-smartCard{
    background-color: white;
}

.businessMain {
    background: linear-gradient(to bottom, #0a1e46 0%, #8a1eae 100%);
}

.inmain {
    width: 80%;
    margin: auto;
    padding: 100px 0px;
}

.businessHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.businessHeading h1 {
    text-align: center;
    color:rgb(85, 85, 85);
    font-size: 35px;
    letter-spacing: 2px;
}

.businessHeading>p {
    text-align: center;
    color:#646464;
    font-size: 14px;
}

.businessHeading span ,.rightContent span{
    /* font-weight: ; */
    color:#888888
}

.bussinessBoxs {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 30px
}

.businessBox {
    background-color:#262626;
    padding: 35px 30px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.businessBox:nth-of-type(2n+1) {
    background-color: #c4c4c4;
    color: black
}

.businessBox .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 60px;
    height: 60px;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.content span {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.content p {
    text-align: center;
    line-height: 23px;
}
.OrgainicMain{
    background-color: #0a1e46;
}

.orgainic {
    /* margin-top: 30px; */
    gap: 50px;
    /* background-color: aqua; */
    padding: 20px 0px;
    display: flex;
}

.orgainicLeft {
    flex: 1;
}

.orgainicContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.orgainicContent span {
    font-weight: bold;
    color:#ccc;
    margin-bottom: 10px;
}
.orgainicContent p{
    color: #c4c4c4;
}
.orgainicContent h1 ,.rightContent h1 {
    font-size: 40px;
    color:#ccc;
}

.tiks {
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #c4c4c4;
}

.btn button {
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #8a1eae;
    color: #fff;
}

.orgainicRight {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.orgainicRight .img {
    width: 85%;
}

.img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.timg {
    position: absolute;
    bottom: -20px;
    left: -20px
}

.timg img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.Teammain{
    background: linear-gradient(to bottom, #0a1e46 0%, #8a1eae 100%);
    border-top: 1px solid #919090;
}
.TeamBoxes {
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.TeamBox {
    flex: 1;
}

.teamBoxImg {
    position: relative;
}

.teamBoxImg img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    /* height: 100%; */
}

.founder{
    background-color:black;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
    opacity:0.85;
    bottom: 3px;
    position: absolute;
    width: 100%;
    padding: 16px 10px;
}
.founder span:nth-of-type(2){
    font-weight: bold;
    font-size: 22px;
}
.founder .icon{
    display: flex;
    margin-top: 5px;
    align-items: center;
  width: 100%;

    justify-content: space-evenly;
}
.icon i{
    font-size: 25px;
    cursor: pointer;
}
.Testmain{
    background-color:#0a1e46;
}
.Testnomial {
    padding: 20px 0px;
}

.testBoxes {
    padding: 40px 0px;
    display: flex;
    align-items: center;
    gap: 30px
}
.comma span{
font-size: 45px;
color: #898888;
}
.testBox {
    border: 1px solid rgb(168, 164, 164);
    border-radius: 10px;
    padding: 30px;
}
.testName{
    margin-top: 20px;
    gap: 20px;
    display: flex;
    align-items: center;
}
.testLogo{
    width:70px;
    height: 70px;
}
.testLogo img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.para{
    line-height: 25px;
    color: #7e7e7e;
}
.tname{
    display: flex;
    flex-direction: column;
}
.tname span:nth-of-type(1){
    font-size: 22px;
    font-weight: bold;
    color: #5e5e5e;

}
.tname span:nth-of-type(2){
    color:#898888
}
.dot{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px
}
.dot span{
    font-size: 22px;
    color: #646464;
    cursor: pointer;
}
.QuestionMain{
    border-top: 1px solid rgb(198, 198, 198);
    background: linear-gradient(to bottom, #0a1e46 0%, #8a1eae 100%);

}
.inQuestionMain{
    width:80%;
    padding: 40px 0px;
    margin: auto;
    gap:40px;
    display: flex;
}
.QuestionLeft{
    flex:1;
    height: 400px;
    width:100%;
    background-color: #7e7e7e;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.QuestionLeft i{
    color:#fff;
    font-size: 80px;
}
.QuestionRight{
    flex:1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.rightContent{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.rightDrop{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap:20px
}
.suggestion{
    display: flex;
    justify-content: space-between;
}
.suggestion span:nth-of-type(1){
font-weight: bold;
color: #a8a8a8;
}
.suggestion span:nth-of-type(2){
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.footer{
    background-color: #0a1e46;
}
.inFooter{
    width:80%;
    padding: 80px 0px;
    gap:8px;
    margin: auto;
    display: flex;
}
.LeftFooter{
    flex:2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.LeftFooter h1,.CenterFooter h1,.RightFooter h1{
    font-size: 30px;
    color: #d5d5d5;
}
.LeftFooter p{
    color: #d5d5d5;
}
.LeftFooter .search{
    margin-top: 7px;
}
.search{
    display: flex;
    gap:15px;
}
.search input{
    border: none;
    /* width: 60%; */
    outline: none;
    border-bottom: 1px solid #fff;
    color: #d5d5d5;
    padding:12px 5px;
    background-color: transparent;
}
button{
    padding: 12px 30px;
    cursor: pointer;
}
.CenterFooter{
    flex:1;
}
ul{
    margin-top: 15px;
    list-style: none;
}
ul>li{
    margin: 10px 0px;
}
li>a{
    color: #d5d5d5;
    text-decoration: none;
}
.RightFooter{
    flex:1;
}
.RightFooter span{
    color: #d5d5d5;
}

@media(max-width:1200px) {
    .inmain,.inQuestionMain,.inFooter,.insmartCardCont,.bussinesscontainer {
        width: 90%
    }
}

@media(max-width:990px) {
    .bussinessBoxs {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }
}

@media(max-width:728px) {
    .orgainic ,.inQuestionMain,.inFooter{
        display: flex;
        flex-direction: column;
        gap: 20px
    }
    .bussinessBoxs{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .QuestionLeft{
        min-height:400px ;
    }
    .timg {
        position: absolute;
        bottom: -20px;
        left: -5px
    }
    .insmartCardCont {
       
        flex-direction: column;
        gap: 25px;
    }
    .nav-item{
        display: none;
    }
    .TeamBoxes{
        flex-direction: column;
        gap:20px
    }
}

@media(max-width:428px) {
    .leftbussinesscont {
        width: 100%;
        /* padding: 20px; */
    }
    .leftheading{
        font-size: 30px;
    }
    .bannersmallcontainer{
        width:100%
    }
    .bussinesscontainer{
        flex-direction: column;
    }
    .businessHeading h1 {}

    .orgainicContent h1 {
        font-size: 25px;
    }

    .img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .timg img {
        width: 200px;
        height: 150px;
        object-fit: cover;
    }

}
/* for mobile css */

 @media screen and (max-width:600px) {
    .cardcontainer{
        display: flex;
        flex-direction: column;
    }
    .testBoxes{
        flex-direction: column;
        gap: 20px;
    }


    .bannerContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 2px !important;
        padding: 10px;
    }
    .bannerheading {
        color: white;
        font-size: 21px;
        margin-top: 20px;
        padding: 5px;
    }
    .para2 {
        color: white;
        display: flex;
        font-size: 15px;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .card {
        width: 100%;
        height: 280px;
        border: 1px solid #ccc;
        color: white;
        background: #5e5e5e;
    }
    .leftbussinesscont {
         margin-left: 0px;
    }

} 
