@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    
}
@font-face {
    font-family: nb;
    src: url(/NBInternationalProBoo.woff2);
}
body{
    background-color: white;
    color: black;
    font-family: "nb";
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    /* min-height: 100vh;
    user-select: none; */
   


}
nav{
height: 90px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items:center;
  
}
@media (max-width:600px) {
    nav{
        background-color: rosybrown;
    }
}
.menu ul li{
    list-style: none;
    margin: 0px 24px;

}
.menu ul{
   display: flex;
   justify-content: space-between; 
}
/* From Uiverse.io by cuzpq */ 
.theme-checkbox {
    --toggle-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 6.25em;
    height: 3.125em;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efefef), color-stop(50%, #2a2a2a)) no-repeat;
    background: -o-linear-gradient(left, #efefef 50%, #2a2a2a 50%) no-repeat;
    background: linear-gradient(to right, #efefef 50%, #2a2a2a 50%) no-repeat;
    background-size: 205%;
    background-position: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 99em;
    position: relative;
    cursor: pointer;
    font-size: var(--toggle-size);
  }
  
  .theme-checkbox::before {
    content: "";
    width: 2.25em;
    height: 2.25em;
    position: absolute;
    top: 0.438em;
    left: 0.438em;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efefef), color-stop(50%, #2a2a2a)) no-repeat;
    background: -o-linear-gradient(left, #efefef 50%, #2a2a2a 50%) no-repeat;
    background: linear-gradient(to right, #efefef 50%, #2a2a2a 50%) no-repeat;
    background-size: 205%;
    background-position: 100%;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .theme-checkbox:checked::before {
    left: calc(100% - 2.25em - 0.438em);
    background-position: 0;
  }
  
  .theme-checkbox:checked {
    background-position: 100%;
  }
.menu ul li a{
text-decoration: none;
margin: 0px 20px;
color: black;
}
.logo{
    font-size: 2rem;
    margin-left: 2%;
    
}
.logo span{
    color: blue;
    font-size:2.5rem;
}
.main-sec{
    display: flex;
    justify-content: space-evenly;
    /* background-color: rgb(255, 0, 0); */
    height: 600px;
}
.left{
    background-color: red;
    height: 60%;
    width: 25%;
    margin-top: 3.5%;
    /* margin-left: 3%; */
    border-radius: 10px;
    background-color: #fff;
    /* border-radius: 70%; */
    background-image: url(my.jpg);
    background-size: cover;
    /* border: 2px solid black; */
    /* border: rgb(27, 26, 26) solid; */
    box-shadow: 20px 20px 60px #00000041;

}
.right{
    height: 50%;
    width: 30%;
    margin-top: 60px;
    border-radius: 5px;
    /* background-color: red; */
    margin-left: 10%;
}
.right h3{
font-size: 2rem;
margin-top: 3px;
} 
.botton-contenear{
    margin-top: 20px;
    display: flex;
    /* align-items: center; */
    height: 40px;
    width: 75%;
    justify-content: space-between;
    /* background-color: blue;  */
}
.botton-contenear button{
    height:40px;
    width: 130px;
    background-color: white;
    color:black;
    border-radius: 22px;
}
.menu ul li a:hover{
    color: blue;
    font-size: 1.2rem;
}
.botton-contenear button:hover{
    background-color: blue;
    color: white;
}
.botton-contenear2{
    display: flex;
    margin-top: 10px;
}
.work{
    height: 50px;
    width: 100%;
    /* background-color: red; */
    font-family: sans-serif;
}
.work h3{
    margin-left: 3%;
}
.line{
    height: 5px;
    width: 5%;
    background-color: blue;
    margin-left: 3%;
}
.work-sec{
    height: 40vh;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-evenly;
}
.work-sec .first{
    height: 30vh;
    width: 45%;
    /* background-color: red; */
    margin-left: 2%;
}
.work-sec .first h4{
   margin-left: 5%;
   font-family: sans-serif;
}
.work-sec .first p{
    margin-left: 5%;
    margin-top: 2%;
}
.work-sec .secnod{
    height: 40vh;
    width: 45%;
    /* background-color: red; */
    margin-left: 2%;
}
.work-sec .secnod h4{
   margin-left: 5%;
   font-family: sans-serif;
}
.work-sec .secnod p{
    margin-left: 5%;
    margin-top: 2%;
}
.test{
    display: flex;
    justify-content: space-evenly;
    height: 390px;
    width: 100%;
    /* background-color: red; */
    font-family: sans-serif;
}
.left-test{
    height: 350px;
    width: 40%;
    background-color: black;
    background-image: url(web.png);
    background-size: cover;
    
}
.right-test{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* background-image: url(icon.webp);
    background-size: 50%; */
    height: 350px;
    width: 50%;
    /* background-color: green; */
    /* max-width: 100%;
    max-height: 100%; */
}
.right-test h1{
    position: absolute;
    top: 168%;
}
.right-test img{
    /* max-width: 100%;
    max-height: 100%; */
    height: 200px;
    width: 500px;
    position: absolute;
    top: 175%;
    left: 50%;
}
.right-test img :hover{
    filter: box-shadow 10px 10px 10px rgba(254, 0, 0, 0.6);
}
.test-logo{
    height: 70px;
    width: 100%;
    background-color: greenyellow;

}
.free-sec{
    height: 550px;
    width: 100%;
    /* background-color: blue; */
}
.free-sec h2{
position: absolute;
left: 3%;
margin-top: 2%;
font-size: 1.5rem;
}
.free-line{
    height: 5px;
    width: 5%;
    background-color: blue;
    position: absolute;
    top: 243%;
    left: 3%;
}
.free-right{
    height: 400px;
    width: 50%;
    /* background-color: bisque; */
    position: absolute;
    top: 250%;
    left: 1%;
}
.free-left{
    height: 400px;
    width: 45%;
    background-color: black;
    position: absolute;
    top: 250%;
    left: 55%;
    /* background-image: url(free.png);
    background-size: c; */
}
.free-left img{
    width: 100%;
    height: 100%;
}
.ecu-name{
    /* position: relative;
    top: 200px; */
    height: 70px;
    width: 100%;
    justify-content: center;
     align-items: center; 
   padding-left: 500px; 
   padding-top: 2%;
   font-size: 1rem;
}
.edu-sec{
    height: 550px;
    width: 100%;
    /* background-color: blue; */
}
.edu-sec h2{
    position: absolute;
    left: 2%;
}
.edu-line{
    height: 5px;
    width: 5%;
    background-color: blue;
    position: absolute;
    top: 332%;
    left: 2%;
}
.education{
    display: flex;
    height: 60%;
    width: 60%;
    color: black;
    background-color: white;
    position: absolute;
    top: 340%;
    left: 16%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 gray;
    

}
.education-linne{
    height: 80px;
    width: 100%;
    background-color: rgb(121, 121, 241);
   border-radius: 10px 10px 0px 0px;
   /* padding-left: 2%; */
}
.education-linne p{
margin-left: 2%;
margin-top: 1%;
font-size: 1.3rem;
}
.education-linne h3{
margin-left: 70%;
position: absolute;
top: 14%;



}
.education h4 {
color: black;
position: absolute;
top: 30%;
}
.ecu-sec{
    height: 420px;
    width: 100%;
    /* position: absolute;
    top: 20%; */
}
.ecu-right{
    height:400px ;
    width: 65%;
    position: absolute;
    left: 6%;
    /* background-color: aqua; */
}
.ecu-left{
    display: flex;
    height: 400px;
    width: 35%;
    /* background-color: greenyellow; */
    position: absolute;
    left: 55%;
    justify-content: center;
    
}
.ecu-left h1{
    margin-top: 20%;
    
}
.ecu-left p{
    position: absolute;
    top: 37%;
    font-size: 1.3rem;
}
.ecu-card{
    display: flex;
    height:450px;
    width: 100%;
}
.ecu-part{
    display: flex;
    height: 60%;
    width: 60%;
    color: black;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 16%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 gray;
    

}
.ecu-linne{
    height: 80px;
    width: 100%;
    background-color: rgb(121, 121, 241);
    border-radius: 10px 10px 0px 0px;
   /* padding-left: 2%; */
}
.ecu-linne p{
margin-left: 2%;
margin-top: 1%;
font-size: 1.3rem;
}
.ecu-linne h3{
margin-left: 70%;
position: absolute;
top: 13%;

}
.ecu-part h4 {
color: black;
position: absolute;
top: 30%;
}
.row {
    height: 300px;
    width: 90%;
    /* background-color: red; */
    display: flex;
    margin-left: 1px;
    /* position: relative;
    top: 100px; */
    
}
.card-sec{
height: 300px;
width: 100%;
display: flex;
justify-content: flex-start;
margin-left: 1px;
/* background-color: blue; */
}
.card {
  border-radius: 10px;
  filter: drop-shadow(0 5px 10px 0 #ffffff);
  width: 350px;
  height: 230px;
  background-color: white;
  padding: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.6s ease-in;
  margin-left: 2%;
 position: absolute;
 top: 188%;
 box-shadow: 5px 5px 10px 0 gray;
}

.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -15px;
  background: rgb(103, 103, 245);
  height:260px;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card:hover::before{
    transition-delay:0.2s ;

  transform: scale(40);
}

.card:hover{
    color: #ffffff;

}

.card p{
    padding: 10px 0;
}
.made{
    height: 200px;
    width: 100%;
    background-color: red;
    position: relative;
    top: 350px;
}













/* contact page */
.con-main{
    display: flex;
    height: 400px;
    width: 100%;
    /* background-color: palegoldenrod; */
    position: relative;
    top: 50px;
} 

.con-left{
    height: 385px;
    width: 50%;
    /* background-color: blue;
    display: flex; */
}
.left-img{
    height: 350px;
    width: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    /* left: 250px; */
    margin-left: 250px;
    top: 8px;
    background-image: url(my.jpg);
    background-size: cover;
    border-radius: 15px;
    border: 1px solid black;

}
.con-right h2 span{
    color: blue;
}
.con-right p span{
    color: blue;
    font-size: 1rem;
}
.con-right{
    height: 385px;
    width: 50%;
    /* background-color: greenyellow; */
}
.con-right h2{
   position: relative;
   margin-left: 35%;
   /* left: 35%; */
}
.con-right p{
    position: relative;
    top: 10%;
}
.con-icon{
    height: 40px;
    width: 30%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 70px;
    font-size: 1.5rem;
    align-items: center;
    justify-content: space-around;
    margin-left: 30%;

}
.made-sec{
    display: flex;
   height: 80px;
   width: 100%;
    /* background-color: blue; */
    position: relative;
    top: 100%;
    align-items: center;
    justify-content: center;
}
.made-sec2{
    display: flex;
   height: 100px;
   width: 100%;
    /* background-color: red; */
    position: relative;
    top: 100%;
    margin-left: 2px;
    padding-left: 2px;
    align-items: center;
    justify-content: center;
}
.con2{
    display: flex;
    height: 400px;
    width: 100%;
    /* background-color: palegoldenrod; */
    position: relative;
    top: 140px;
}
.con2-img{
    height: 385px;
    width: 50%;
    /* background-color: red; */
    align-items: center;
    justify-content: center;
   padding-left: 15%;
    /* background-image: url(contact.png);
    background-size: cover; */
}
.con2-right{
    height: 385px;
    width: 45%;
    /* background-color: greenyellow; */
    position: relative;
    left: 40px;
    display: flex;
    align-items: center;
    padding-top: 2%;
    /* justify-content: center; */
    /* background-image: url(contact.png); */
    /* background-size: cover; */
}
#loc{
    font-size: 2.5rem;
    position: relative;
    top: 9px;
    left: 32px;
}
#bhil{
    position: relative;
    top: 11px;
    left: 32px;
}
#Phone{
    position: relative;
    top: 13px;
    left: 32px;
}
#num{
    position: relative;
    top: 15px;
    left: 60px;
}
#address{
    position: relative;
    top: 25px;
    left: 20px;
    background-color: blue;
    color: white;
    border-radius: 7px;
    height: 40px;
    width: 40%;
}
.made-con{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 100%;
    /* background-color: red; */
    height: 100px;
}
.made-con p {
    position: relative;
    top: 100%;
}


/* Experience section */

.ex-page1{
    height: 85vh;
    width: 100%;
    /* background-color: royalblue; */
    display: flex;
    padding-top: 8vh;

}
.ex-left{
    height: 80vh;
    width: 50%;
    /* background-color: red; */
    background-image: url(https://abhisaphire.github.io/static/media/experience.85d6957f.svg);
    background-size: cover;
}
.ex-right{
    display: flex;
    /* align-items: center;
    justify-content: center; */
    height: 80vh;
    width: 50%;
    /* background-color: greenyellow; */
    flex-direction: column;
    gap: 3vh;
    align-items: center;
    padding-top: 13vh;  
}
.ex-right h1{
    font-size: 3.5rem;
    font-weight: 2vh;
}
.ex-right p{

    padding-left: 5vh;
    padding-right: 5vh;
}
.ex-page2{
    height: 85vh;
    width: 100%;
    background-color: royalblue;
    display: flex;
    /* padding-top: 8vh; */
}
@media (max-width:600px) {
    .ex-page1{
        height: 85vh;
        width: 100%;
        /* background-color: royalblue; */
        display: flex;
        padding-top: 8vh;
        flex-direction: column;

    }
    .ex-left{
        height: 80vh;
        width: 50%;
        /* background-color: red; */
        background-image: url(https://abhisaphire.github.io/static/media/experience.85d6957f.svg);
        background-size: cover;
    }
    .ex-right{
        display: flex;
        /* align-items: center;
        justify-content: center; */
        height: 80vh;
        width: 50%;
        /* background-color: greenyellow; */
        flex-direction: column;
        gap: 3vh;
        align-items: center;
        padding-top: 13vh;  
    }
    .ex-right h1{
        font-size: 3.5rem;
        font-weight: 2vh;
    }
    .ex-right p{
    
        padding-left: 5vh;
        padding-right: 5vh;
    }
    .ex-page2{
        height: 85vh;
        width: 100%;
        background-color: royalblue;
        display: flex;
        /* padding-top: 8vh; */
    }
}



*,
*::before,
*::after{
  margin:0;
  padding: 0;
  box-sizing: inherit;
}

/*Section used for centering process*/
section {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.accordion-item{
  background-color: white;
  border-radius: .4rem;
}

.accordion-item hr{
  border: 1px solid rgba(27, 21, 21, 0.184);

}

.accordion-link{
  font-size: 1.6rem;
  color: rgba(23, 18, 18, 0.8);
  text-decoration: none;
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.accordion-link h3{
  font-weight:500;
  font-size: 15px;
  
}

.accordion-link i{
  color: blue;
  padding: .5rem;
  
}

.accordion-link ul{
  display:flex;
  align-items: flex-end;
  list-style-type: none;
  margin-left: 25px;
}

.accordion-link li{
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 0 1px 5px;
}

.accordion-link div{
  display: flex;
}

.accordion-link .ion-md-arrow-down{
  display: none;
}

.answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: #222323;
  transition: max-height 650ms;
  border-radius: 1.5vh;
}



.answer p{
  color: #fff;
  font-size: 15px;
  padding: 2rem;
  
}

.accordion-item:target .answer{
  max-height: 20rem;
}

.accordion-item:target .accordion-link .ion-md-arrow-forward{
  display: none
}

.accordion-item:target .accordion-link .ion-md-arrow-down{
  display: block;
}