
/*------ portfolio website start-----*/
@media screen and (max-width:992px){

/*menu*/
    .menu-icon{
    width: 10%;
    height: 80px;
    float: right;
    width: 77%;
   
}

.menu-icon i{
    line-height: 80px;
    font-size: 28px;
    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: 33px;
    font-weight: bold;
}

.logo h1::before{
    content: 'J';
    font-size: 38px;
    font-family: Garamond ;
    color: #B03052;
}


.responsive-menu{
    width: 100%;
    height: auto;
    background: linear-gradient(#c2f9f8,#d4dcfc);
    margin-top: 80px;
    z-index: 11;
    position: fixed;


}

.responsive-menu ul li{
    font-size: 20px;
    list-style: none;
    line-height: 35px;
    font-family: tahoma;
    padding: 0px 5px;
     margin-top: 30px;

}

.responsive-menu ul li i{
    padding-right: 5px;
}

.responsive-menu ul li a{
    text-decoration: none;
    color: black;
    transition: 1s;
}

.top{
    width: 38px;
    height: 38px;
    background:  #FFEDFA;
    position: fixed;
    right: 5px;
    bottom: 10px;
    line-height: 25px;
    border-radius: 50%;
    border: 2px solid #B03052;
}
.top i{
    font-size: 16px;
    padding-left: 2px;
    margin-top: 8px;
    color: #B03052;
}

/*hero*/
.home-container{
    width: 100%;
    height: 600px;
    padding-top: 50px;
    background: linear-gradient(to right,#c2f9f8, #d4dcfc);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.main-text{
    width: 50%;
    height: auto;
    float: left;
    font-weight: bold;
    padding: 160px 20px 20px 70px;

}

.main-text h3{
    font-size: 19px;
    padding-left: 10px;
    color: black;
}

.main-text h1{
    font-size: 44px;
    font-weight: bold;
    font-family: Garamond ;
    background: linear-gradient( #B03052,#CDC1FF);
    color: transparent;
    -webkit-background-clip:text;
}
.main-text h2{
    font-size: 24px;
    padding-top: 10px;
     font-family: Arial;
     padding: 10px 0px 20px 0px;
     font-weight: bold;
     color: black;
}

.main-text h2 span{
    display: inline-block;
    color: transparent;
    position: relative;
    -webkit-text-stroke:.7px black;
    animation: disply-text 16s linear infinite;
    animation-delay: calc(-4s * var(--i));
}

.main-text h2 span::before{
    content: attr(data-text);
    position: absolute;
    color: #B03052;
    white-space: nowrap;
    width: 0;
    border-radius: 2px solid #B03052;
    overflow: hidden;
    animation: fill-text 4s linear infinite;
}

.btns{
    background: #B03052;
    border: 2px solid white;
    border-radius: 40px;
    box-shadow: 0px 0px 6px #B03052;
    padding: 10px 30px;
    font-size: 16px;
    color: black;
    font-weight: 600;
    transition: 1s;
}

.btns a{
    color: white;
    text-decoration: none;
}

.btn-icon{
    margin-top: 25px;
}

.btn-icon a{
    padding: 8px;
    border: 2px solid #B03052;
    border-radius: 50%;
    font-size: 15px;
    color: #B03052;
    transition: 1s;
}

.main-img{
    width: 50%;
    height: auto;
    float: left;
}

.img-box{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-top: 170px;
    margin-left: 80px;
    position: relative;
    border: 1px solid linear-gradient( #B03052,#CDC1FF);
    padding: 5px;
    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: 120px;
    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;

}

/*about*/
.about-text{
    width: 50%;
    padding-left: 20px;

}
.about-text h2{
    font-size: 30px;
    font-family: Garamond;
    padding-bottom: 20px;
    font-weight: bold;
}

.about-text h2 span{
    color: #B03052;
}
.about-text p{
    font-size: 15px;
    color: #757474;
    margin-bottom: 30px;
}

.about-text p span{
    font-size: 24px;
    font-weight: 600;
}
.about-text p span::before{
    content: 'J';
    font-size: 34px;
    font-family: Garamond ;
    color: #B03052;
}

.about-img{
    width: 245px;
    height: 245px;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);    background: ;
    position: relative;
    overflow: hidden;
    border: 2px solid #B03052;
    margin-top: 50px;
}

.about-img img{
    position: absolute;
    justify-content: center;
    margin-top: -50px;
    width: 350px;
    height: auto;

}


.btnn{
    background: #B03052;
    border: 2px solid #B03052;
    box-shadow: 0px 0px 6px #B03052;
    padding: 10px 20px;
    font-size: 15px;
    color: black;
    font-weight: 600;
    transition: 1s;
}

.btnn a{
    color: white;
    text-decoration: none;
}

/*service*/
.service-section{
    width: 100%;
    height: auto;
    background: ;
    text-align: center;
    background: ghostwhite;
    justify-content: center;
    padding-bottom: 30px;
}
.service-section h2{
     font-size: 28px;
    font-family: Trebuchet MS;
    padding: 20px 0px 70px 0px;
    font-weight: bold;
}
.service-section h2 span{
    color: #B03052;
}

.service-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;

}

.service-box{
    width: 270px;
    height: auto;
    background: ;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px gray;
    margin: 20px;padding: 10px;
    transition: 1s;
}
.service-box img{
    width: 48px;
    height: auto;
    margin: 10px 0px 10px 0px;
}

.service-box h3{
    font-size: 15px;
    font-family: Georgia ;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-box p{
      color: #595757;
      line-height: 25px; 
      font-size: 13px; 
}


.btnnn{
    background: transparent;
    border: 2px solid #B03052;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #B03052;
    padding: 7px 18px;
    font-size: 11px;
    color: black;
    font-weight: 600;
    font-size: Verdana;
    margin: 10px 0px 15px 0px;
    transition: 1s;
}

.btnnn a{
    color: black;
    text-decoration: none;
}

/*education*/
a{text-decoration:none}
.container h3{
    text-align: center;
    font-size: 28px;
    font-family: Serif;
    font-weight: bold;
    margin-top: 70px;
}

.container h3 span{
    color: #B03052;
}

.container p{
    font-size: 16px;
    font-family: Serif;
    text-align: center;
    margin-bottom: 60px;
    color: #595757;
}


/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:70%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #1ebad0;font-size:25px;color:#1ebad0;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.main-timeline4 .year:before{content:"";border-left:20px solid #1ebad0;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:22px;font-weight:600;color:#1ebad0;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:15px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #1ebad0;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color: #B03052;color: #B03052}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color: #B03052}
.main-timeline4 .timeline:nth-child(2n) .title{color: #B03052}
.main-timeline4 .timeline:nth-child(3n) .year{border-color: #B03052;color: #B03052}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color: #B03052}
.main-timeline4 .timeline:nth-child(3n) .title{color: #B03052}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#1ebad0;color:#1ebad0}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(4n) .title{color:#1ebad0}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:992px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}




/*------ portfolio section start------*/

.portfolio-section h3 {
    font-size: 28px;
    font-weight: bold;
   font-family: vardana;
   margin-top: 100px;
}

.portfolio-section p{
    font-size: 15px;
    margin: 10px 20px 40px 20px;
}

.portfolio-item div{
    width: 310px;
    height: 470px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    float: left;
    margin: 20px;
     overflow: hidden;
    
}
/*------ portfolio section end------*/



/*------ My Progress Section------*/
.progress-section{
    min-height: 100vh;
    text-align: center;
    background: ghostwhite;
    padding-bottom: 10px;
}
.progress-section h3{
    font-family: ;
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 70px;
}

.progress-item{
    width: 80%;
    height: 390px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    margin-left: 90px;
    border-radius: 40px;
    padding-top: 40px;
    padding-left: 30px;
}

.technical-name{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0px 0px 0px;    
}

.technical-bar{
    height: 20px;
    width: 580px;
    border-radius: 3px;
    background: #dbdbdb;
}
.technical-per{
    height: 20px;
    width: 580px;
    border-radius: 3px;
    position: relative;
    background:  #B03052;
    animation: fillBars 2.5S 1;
}

.technical-per span{
    color: white;
    font-weight: 600;
}
/*------ 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: 26px;
    font-weight: bold;
}
.team-section p{
    font-size: 13px;
    margin: 0px 30px;
    margin-top: -70px;

}
.team-item {
  position: relative;
  width: 29%;
  margin: 10px ;
  height: ;
  
}

.image {
  display: block;
  width: 100%;
  height: 330px;
  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: 19px;
  text-align: center;
  padding-top: 15px;
}
.title h4 span{
    color: white;
    font-size: 11px;
}

.text  {
  color: white;
  font-size: 11px;
  position: absolute;
  top: 35%;
  left: 0;
  margin: 0px 20px;
  
}

.text ul li{
        list-style: none;
}
.text ul li a{
    color: white;
    font-size: 21px;
    margin-top: 10px;
    transition: 1s;
    text-decoration: none;
    margin-right: 10px;

}
/*------team section end----*/



/*------contact section start----*/

.contact-item{
    width: 80%;
    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: 25px;
    font-family: Georgia;
    margin-bottom: 40px;
    margin-left: 10px;
    color: #B03052;
}

.list-text2{
    font-size: 15px;
    font-family: Georgia;
    margin-left: 0px;
}

.list-text3{
    font-size: 23px;
    margin-top: 10px;
    margin-right: 10px;
        color: #B03052;

}
.list-text{
    font-family: Georgia;
    margin-top: 50px;
    font-size: 20px;
}
.list-text4{
    font-size: 25px;
    color: #B03052;
    margin-top: 20px;
    margin-right: 10px;
}

.index-html h3{
    color: #B03052;
    font-size: 25px;
    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: 310px;
    background: #262626;
    display: flex;
    color: white;
    flex-wrap: wrap;
}

.footer-item1{
    text-align: left;
    padding: 40px 40px;
}

.footer-item1 h3{
    font-size: 30px;
    font-family: sans-serif;
}

.footer-item1 h3 span{
    color: #B03052;
    font-weight: bold;
    font-size: 43px;
    font-family: vardana;
}

.footer-item1 p{
    font-size: 12px;
    margin-top: 30px;
}

.footer-item2{
    text-align: left;
    padding: 40px 40px;
}

.footer-item2 h3{
    font-size: 21px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;
}

.footer-item2  ul li{
    font-size: 14px;
    font-family: vardana;
    list-style: none;
    margin-top: 12px;
}

.footer-item3{
    text-align: left;
    padding: 40px 40px;
}

.footer-item3 h3{
    font-size: 21px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;
}
.footer-item3  ul li{
    font-size: 14px;
    font-family: vardana;
    list-style: none;
    margin-top: 10px;
    
}
.footer-item4{
    text-align: left;
    padding: 40px 0px;
}

.footer-item4 h3{
    font-size: 21px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;
}

.footer-item4  ul li{
    font-size: 14px;
    font-family: vardana;
    list-style: none;
    margin-top: 12px;
}

.footer-item4  ul i{
    font-size: 25px;
    margin-top: 30px;
    margin-right: 10px;
    transition: 1s;

}

.under-footer{
    width: 100%;
    height: 40px;
    background: #B03052;
}
.under-footer p{
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 40px;
}
/*------ footer-section end------*
}
