*{

    font-family:"Poppins",sans-serif ;
}

body {
    margin: 0;
    padding: 0;
    font-family:"Poppins",sans-serif ;
    background-color:#0D0D0D;
    background: url("./assets/yantra.png") no-repeat;
     background-size: cover;
    background-position: center;
    
  }
body a:hover {
    text-decoration: underline;
    transition: 0.3s;
    
}
.navbarcontainer{
    background-color: transparent;
    color: white;
    display: flex;
    justify-content: center;
    z-index: 1;
   
   
}
.navbarcontainer  h3{
    
    z-index: 1;
}
.navbar{
    background-color: rgb(169,169,169,0.1);
    backdrop-filter: blur(15px);
    display:flex;
    border-radius: 30px;
    justify-content: center;
    height: 40px;
    width: 30% auto;
    border:rgb(220,220,220);
    border-style: outset;
    border-width: 2px;
    position: absolute;
    z-index: 1;
}

.navbar-items{
    padding: 10px;
    color: white;
    font-size:15px;
    justify-content: space-between;
}
.navbar-items a{
    color: white;
    text-decoration: none;
    padding: 10px ;
    cursor: pointer;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}


.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
}


.text-overlay h2 {
    font-size: 24px;
   
}



.home-bottom{
    display:flex;
    justify-content: center;
    gap:30px;
    width: 100%;
}
.rect-box{
    background-color: white;
    border-radius: 20px;
    width: 200px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px; 
    border: solid;
    border-width: 1px;
    border-color:grey;
    line-height: 2px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}

.rect-box p{
    color: #708090;
}

.aboutsection .mockup{
    
    width: 100%;
    height: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
    
 }
.aboutsection{
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.about-container{
    color:white;
    background-color :#7127FF;
    border: #7127FF solid;
    border-radius: 18px;
    justify-content: center;
    width:600px;
    height: 500px auto;
}
.abouttxt{
    text-align: center;
    padding-left:40px;
    padding-right: 40px;
}
.services{
    justify-content: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .text{
    color:white;

}

.rowitems{
    display: flex;
    gap:40px;
    justify-content: center;
    margin-top: 20px;
}
.rowitems h4{
    color: white;
}
.container-box{
    width:200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-image img{
    width:100px;
    height:100px;
    border-radius: 360px;
}
.services h4{
    text-align: center;
    font-weight: 20;
}
.features{
    margin-top: 40px;
}
.features .featurestext{
color:white;
text-align: center;
}
.image-container1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;

}
.container-1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-container1 .container-1 img{
    width: 300px;
    height: 360px;
    border-radius: 13px;
    cursor: pointer;
    margin: 10px;
    transition:400ms ;
}
.content{
    color: white;
    font-weight: 20;
}
.content h4{
    color: white;
    font-weight: 20;
    font-size: 15px;
}
.container-1 img:hover{
    filter: grayscale(0.5);
    transform: scale(1.03);
}
.footer{
    width: 100%;
    background-color:#FFC977;
    padding: 70px 0;
    margin-top: 52px;
    bottom: 0;
    width: 100%;
}
.footer-col{
    width: 25%;
    padding: -1px 15px;
}
.container-2{
    max-width: 1000px;
    margin: auto;

}
.row{
display: flex;
flex-wrap: wrap;

}
.footer li{
    list-style: none;
    display: flex;
    text-align:center;
}
.footer-col h4{
    font-size: 18px;
    color:black;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position:relative;
}

.footer-col h4::before{
    content: '  ';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background-color:#363636;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li::not(:last-child){
    margin-bottom: -15px;
}
.footer li{
    list-style: none;
    display: flex;
    text-align:center;
    

}
.footer ul li a{
     font-size: 16px;
     text-transform: capitalize;
     color: black;
     text-decoration: none;
     display: block;
     font-weight: 300;
     transition: all 0.3s ease;
     margin-left: -40px;

}
.footer li a{
    text-decoration: none;
    color: black;
    padding-right: 30px;
    
}
.footer-col ul li a:hover{
color:white;
padding-left: 8px;
}

.footer-col .social-links a{
    display: inline-flex;
    
    height: 40px;
    width: 40px;
    background-color:#7127FF;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.5s ease;
    justify-content: center;
    align-items: center;

}

.footer-col .social-links a:hover{
    background-color:grey;
}
.outer-footer{
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color:black;
    font-size: 13px;
    background-color:#FFC977;
    margin-bottom: -80px;
}



@media only screen and (min-width:300px)and (max-width:600px){
    .home-bottom{
        gap:20px;
    }
    .image-container img{
        width: 100%;
    }
   
    
    .navbar-items a{
        font-size: 60%;
        
        padding: 5px;
    }
    .rect-box{
        width:150px;
        height:50px;
        line-height: 0.5px;
    }
    .rect-box h3{
        font-size: 60%;
    }
    .rect-box p{
        font-size: 35%;
    }

    .aboutsection{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-content: center;
    padding: 20px;
    
    
}
.about-container{
    color:white;
    background-color :#7127FF;
    border: #7127FF solid;
    border-radius: 18px;
    justify-content: center;
   width:100%;
   height: auto;
   
}
.abouttxt{
    text-align: center;
    padding-left:20px;
    padding-right: 20px;
    font-size: 80%;
}
.aboutsection .mockup{
    
   width: 100%;
   height: 80%;
    display: flex;
   justify-content: center;
   align-items: center;
   
}
.aboutsection .mockup img{
    width: 90%;
    height: 90%;
}

.rowitems{
    width: 100%;
    gap:10px;
}
.container-box{
    width:100px;
    height: 100px;
}
.container-image img{
    width:50px;
    height:50px;
    border-radius: 360px;
}

.services h4{
    font-size: 10px ;
}
.image-container1 {
    width: 100%;
    gap: 2px;
  
}
.image-container1 .container-1 img{
    width: 80%;
    height: 80%;
    
}
.footer{
    width: 100%;
}
.footer .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.footer-col ul{
    width: 100%;
}

.outer-footer{
    font-size: 70%;
}
}

@media only screen and (min-width:600px)and (max-width:900px){
    .image-container img{
        width: 100%;
    }
   
    
    .navbar-items a{
        font-size: 60%;
        
        padding: 5px;
    }
    .rect-box{
        width:150px;
        height:50px;
        line-height: 0.5px;
    }
    .rect-box h3{
        font-size: 15px;
    }
    .rect-box p{
        font-size: 8px;
    }

    .aboutsection{
    display: flex;
    margin-top: 40px;
    justify-content: center;
    padding: 20px;
   
    
    
}
.about-container{
    color:white;
    background-color :#7127FF;
    border: #7127FF solid;
    border-radius: 18px;
    justify-content: center;
   width:100%;
   height: 100% ;
   
   
}
.abouttxt{
    text-align: center;
    padding-left:20px;
    padding-right: 20px;
    font-size: 60% ;
}
.aboutsection .mockup{
    
   width: 100%;
   height: 100%;
    display: flex;
   justify-content: center;
   align-items: center;
   
}
.aboutsection .mockup img{
    width: 90%;
    height: 90%;
}

.rowitems{
    width: 100%;
    gap:30px;
}
.container-box{
    width:100px;
    height: 100px;
    margin-top: 10px;
}
.container-image img{
    width:90px;
    height:90px;
    border-radius: 360px;
}

.services h4{
    font-size: 80% ;
}
.image-container1 {
    width: 100%;
    gap: 2px;
  
}
.image-container1 .container-1 img{
    width: 80%;
    height: 80%;
    
}
.footer{
    width: 100%;
}
.footer .row{
 
   padding: 20px;
    
}
.footer-col ul{
    width: 100%;
}

.outer-footer{
    font-size: 70%;
}
}
@media only screen and (min-width:900px)and (max-width:1200px){
    .image-container img{
        width: 100%;
    }
    
    
    .navbar-items a{
        font-size: 60%;
        
        padding: 5px;
    }
    .rect-box{
        width:150px;
        height:50px;
        line-height: 0.5px;
    }
    .rect-box h3{
        font-size: 70%;
    }
    .rect-box p{
        font-size:50%;
    }

    .aboutsection{
    display: flex;
    margin-top: 40px;
    justify-content: center;
    padding: 20px;
    
    
}
.about-container{
    color:white;
    background-color :#7127FF;
    border: #7127FF solid;
    border-radius: 18px;
    justify-content: center;
   width:100%;
   height: 100%;
   padding: 10px;
   
}
.abouttxt{
    text-align: center;
    padding-left:20px;
    padding-right: 20px;
    font-size: 70%;
}
.aboutsection .mockup{
    
   width: 100%;
   height: 100%;
    display: flex;
   justify-content: center;
   align-items: center;
   
}
.aboutsection .mockup img{
    width: 90%;
    height: 90%;
}

.rowitems{
    width: 100%;
    gap:30px;
}
.container-box{
    width:200px;
    height: 200px;
    margin-top: 10px;
}
.container-image img{
    width:90px;
    height:90px;
    border-radius: 360px;
}

.services h4{
    font-size: 90% ;
}
.image-container1 {
    width: 100%;
    gap: 2px;
  
}
.image-container1 .container-1 img{
    width: 80%;
    height: 80%;
    
}
.footer{
    width: 100%;
}
.footer .row{
 
   padding: 20px;
    
}
.footer-col ul{
    width: 100%;
}

.outer-footer{
    font-size: 70%;
}
}




