
/*------Portfolio website start------*/
/*------ menu section start------*/

@media screen and (max-width:768px){
    .menu-icon{
    width: 10%;
    height: 80px;
    float: right;
    width: 70%;
   
}

.menu-icon i{
    line-height: 80px;
    font-size: 24px;
    margin-left: 30px;
    display: none;
}
    .menu-item{
        display: none;
    }

    .menu-icon i{
        display: inline-block;
        float: right;
    }

.logo h1 {
   
    line-height: 80px;
    padding-left: 40px;
    font-family: Trebuchet MS;
    font-size: 25px;
    font-weight: bold;
}

.logo h1::before{
    content: 'J';
    font-size: 35px;
    font-family: Garamond ;
    color: #B03052;
}


.responsive-menu{
    width: 100%;
    height: auto;
    background:  linear-gradient(#c2f9f8,#d4dcfc);
    z-index: 11;
    position: fixed;

}

.responsive-menu ul li{
    font-size: 17px;
    list-style: none;
    line-height: 55px;
    font-family: tahoma;
    padding: 0px 5px;
        margin-top: 10px;


}

.responsive-menu ul li i{
    padding-right: px;


}

.responsive-menu ul li a{
    text-decoration: none;
    color: black;
    transition: 1s;

}


.top{
    width: 33px;
    height: 33px;
    background:  #FFEDFA;
    position: fixed;
    right: 5px;
    bottom: 10px;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #B03052;
}
.top i{
    font-size: 14px;
    padding-left: 2px;
    margin-top: 8px;
    color: #B03052;
}

/*hero*/
.home-container{
    width: 100%;
    height: 650px;
    padding-top: 50px;
    background: linear-gradient(to right,#c2f9f8, #d4dcfc);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    text-align: center;
}

.main-img{
    width: 100%;
    height: auto;
    margin-top: -30px;
    align-items: center;
    justify-items: center;
    margin-left: -40px;
}

.img-box{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin-top: 90px;
    position: relative;
    border: 1px solid linear-gradient( #B03052,#CDC1FF);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-box::before,
.img-box::after{
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    margin-top: 150px;
    overflow: hidden;
    background: conic-gradient(transparent,transparent,transparent,#B03052);
    transform: rotate(0deg);
    animation: rotate-border 10s linear infinite;
}

.img-box::after{
    animation-delay: -5s;
}

@keyframes rotate-border{
    100%{
        transform: rotate(360deg);
    }
}

.img-item{
    width: 100%;
    height: 100%;
    background: #F5EFFF;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    z-index: 1;

}

.img-item img{
    width: 330px;
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    margin-top: -5px;
}

.main-text{
    width: 100%;
    height: auto;
    font-weight: bold;
    padding: 100px 0px 0px 0px;
}
.main-text h3{
    font-size: 12px;
    padding-right: 0px;
    color: black;
}

.main-text h1{
    font-size: 39px;
    font-weight: bold;
    font-family: Garamond ;
    background: linear-gradient( #B03052,#CDC1FF);
    color: transparent;
    -webkit-background-clip:text;
    margin-right: 0px;
}
.main-text h2{
    font-size: 19px;
    padding-top: 5px;
     font-family: Arial;
     padding: 5px 0px 10px 0px;
     font-weight: bold;
     color: black;
}

.btns{
    background: #B03052;
    border: 2px solid white;
    border-radius: 40px;
    box-shadow: 0px 0px 6px #B03052;
    padding: 7px 23px;
    font-size: 12px;
    color: black;
    font-weight: 600;
    transition: 1s;
}

.btn-icon{
    margin-top: 20px;
}

.btn-icon a{
    padding: 8px;
    border: 2px solid #B03052;
    border-radius: 50%;
    font-size: 10px;
    color: #B03052;
    transition: 1s;
}


/*about*/
.about-text{
    width: 100%;
    text-align: center;
    margin-top: 30px;

}
.about-text h2{
    font-size: 25px;
    font-family: Garamond;
    padding-bottom: 20px;
    font-weight: bold;
}

.about-text h2 span{
    color: #B03052;
}
.about-text p{
    font-size: 10px;
    color: #757474;
    margin-bottom: 30px;
}

.about-text p span{
    font-size: 20px;
    font-weight: 600;
}
.about-text p span::before{
    content: 'J';
    font-size: 29px;
    font-family: Garamond ;
    color: #B03052;
}

.about-img{
    width: 190px;
    height: 190px;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);    position: relative;
    overflow: hidden;
    border: 2px solid #B03052;
    margin-top: 80px;
    margin-left: 0px;
}

.about-img img{
    position: absolute;
    justify-content: center;
    margin-top: -50px;
    width: 260px;
    height: auto;

}


.btnn{
    background: #B03052;
    border: 2px solid #B03052;
    box-shadow: 0px 0px 6px #B03052;
    padding: 10px 20px;
    font-size: 10px;
    color: black;
    font-weight: 600;
    transition: 1s;
}

.btnn a{
    color: white;
    text-decoration: none;
}

/*service*/
.service-section h2{
     font-size: 23px;
    font-family: Trebuchet MS;
    padding: 90px 0px 70px 0px;
    font-weight: bold;
}

.service-box img{
    width: 42px;
    height: auto;
    margin: 10px 0px 10px 0px;
}

.service-box h3{
    font-size: 11px;
    font-family: Georgia ;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-box p{
      color: #595757;
      line-height: 25px; 
      font-size: 9px; 
}


.btnnn{
    background: transparent;
    border: 2px solid #B03052;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #B03052;
    padding: 7px 18px;
    font-size: 8px;
    color: black;
    font-weight: 600;
    font-size: Verdana;
    margin: 10px 0px 15px 0px;
    transition: 1s;
}

/*education*/
.container h3{
    text-align: center;
    font-size: 22px;
    font-family: Serif;
    font-weight: bold;
    margin-top: 70px;
}

.container p{
    font-size: 11px;
    font-family: Serif;
    text-align: center;
    margin-bottom: 60px;
    color: #595757;
}
.main-timeline4 .title{font-size:17px;font-weight:600;color:#1ebad0;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:11px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #1ebad0;font-size:20px;color:#1ebad0;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}

@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #1ebad0;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#B03052}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#B03052}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .inner-content{padding:10px}
}





/*------ portfolio section start------*/

.portfolio-section h3 {
    font-size: 23px;
    font-weight: bold;
   font-family: vardana;
   margin-top: 100px;
}

.portfolio-section p{
    font-size: 11px;
    margin: 10px 20px 40px 20px;
}

.portfolio-item div{
    width: 290px;
    height: 450px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    float: left;
    margin: 14px 40px;
     overflow: hidden;
    
}
/*------ portfolio section end------*/



/*------ My Progress Section------*/
.progress-section{
    min-height: 100vh;
    text-align: center;
    background: ghostwhite;
    padding-bottom: 0px;
}
.progress-section h3{
    font-family: ;
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 70px;
}

.progress-item{
    width: 80%;
    height: 350px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    margin-left: 70px;
    border-radius: 40px;
    padding-top: 30px;
    padding-left: 10px;
}

.technical-name{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0px 0px 0px;    
}

.technical-bar{
    height: 20px;
    width: 410px;
    border-radius: 3px;
    background: #dbdbdb;
}
.technical-per{
    height: 20px;
    width: 410px;
    border-radius: 3px;
    position: relative;
    background:  #B03052;
    animation: fillBars 2.5S 1;
}

.technical-per span{
    color: white;
    font-weight: 500;
    font-size: 13px;
}
/*------ My Progress Section end------*/



/*-------team section start------*/
.team-section{
   width: 100%;
   height: auto;
   padding-top: 0px;
   padding-bottom: 60px;
   background: #f7f4f4;
}

.team-section h2{
    margin: 10px;
    font-size: 22px;
    font-weight: bold;
}
.team-section p{
    font-size: 10px;
    margin: 0px 30px;
    margin-top: -70px;

}
.team-item {
  position: relative;
  width: 40%;
  margin: 15px 50px;
  height: ;
  
}

.image {
  display: block;
  width: 100%;
  height: 310px;
  position: relative;
}
.title h4{
    position: absolute;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 70px;
  bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
}
.title h4 span{
    color: white;
    font-size: 9px;
}

.text  {
  color: white;
  font-size: 9px;
  position: absolute;
  top: 35%;
  left: 0;
  margin: 0px 20px;
  
}

.text ul li{
        list-style: none;
}
.text ul li a{
    color: white;
    font-size: 17px;
    margin-top: 10px;
    transition: 1s;
    text-decoration: none;
    margin-right: 10px;

}
/*------team section end----*/


/*------contact section start----*/

.contact-item{
    width: 75%;
    height: 460px;
    max-width: 900px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    flex-wrap: wrap;
         border-bottom: 2px solid gray;

    grid-template-columns: repeat(2, 1fr);
}
.list-text1{
    font-size: 21px;
    font-family: Georgia;
    margin-bottom: 40px;
    margin-left: 10px;
    color: #B03052;
}

.list-text2{
    font-size: 12px;
    font-family: Georgia;
    margin-left: 0px;
}

.list-text3{
    font-size: 19px;
    margin-top: 10px;
    margin-right: 10px;
        color: #B03052;

}
.list-text{
    font-family: Georgia;
    margin-top: 40px;
    font-size: 16px;
}
.list-text4{
    font-size: 21px;
    color: #B03052;
    margin-top: 20px;
    margin-right: 10px;
}

.index-html h3{
    color: #B03052;
    font-size: 21px;
    padding-top: 30px;
    font-family: Georgia;
}
.form-text1{
    width: 95%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
   background: transparent;
   border: 2px solid white;
   color: black;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 20px;
    font-family: Georgia;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.form-text2{
    width: 95%;
    height: 40px;
    font-size: 14px;}

.form-text3{
    width: 95%;
    height: 40px;
    font-size: 14px;}

.form-text4{
    width: 95%;
    height: 115px;
    font-size: 14px;}


.submit{
    width: 27%;
    height: 35px;
     font-size: 14px;
   background:  #B03052;
   color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 20px;
    font-family: Georgia;
}


/*------ footer-section start------*/
.footer-section{
    width: 100%;
    height: auto;
    background: #262626;
    color: white;
    padding: 40px 50px 20px 50px;
    text-align: center;
}

.footer-item1{
    padding: 10px 40px;
    text-align: center;
}

.footer-item2{
    text-align: center;
    padding: 0px 20px;
}

.footer-item2 h3{
    font-size: 21px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;

}

.footer-item3{
    text-align: center;
    padding: 0px 40px;
}

.footer-item3 h3{
    font-size: 21px;
    font-family: Arial;
    margin: 30px 0px 30px 30px;
}
.footer-item4{
    text-align: center;
    padding: 0px 0px;
}

.footer-item4 h3{
    font-size: 21px;
    font-family: Arial;
    margin: 30px 0px 30px 30px;
}
