*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


/*------Portfolio website start------*/
/*------ menu section start------*/
.menu-container{
    width: 100%;
    height: 80px;
    background:  linear-gradient(#d4dcfc,#c2f9f8);
    position: fixed;
    z-index: 11;
    top: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    display: flex;
}

.logo{
    width: ;
    height: 80px;
    float: left;
}

.logo h1 {
   
    line-height: 80px;
    padding-left: 40px;
    font-family: Trebuchet MS;
    font-size: 35px;
    font-weight: bold;
}

.logo h1::before{
    content: 'J';
    font-size: 45px;
    font-family: Garamond ;
    color: #B03052;
}

.menu-item ul li.active a{
    color: #B03052;
}

.menu-item{
    width: 70%;
    height: 80px;
    float: left;
    padding-left: 15%;
    background:;


}

.menu-item ul li{
    font-size: 21px;
    list-style: none;
    float: left;
    line-height: 80px;
    width: 110px;
    text-align: center;
    font-family: tahoma;
        margin-top: 5px;

}

.menu-item ul li i{
   padding-left: 0px;
}

.menu-item ul li a{
    text-decoration: none;
    color: black;
    transition: 1s;
}

.menu-item ul li:hover{
    background: #B03052;
    margin-top: -0px;
}

.menu-item ul li:hover >a{
    color: white;
}

.menu-icon i{
    line-height: 80px;
    font-size: 24px;
    margin-left: 30px;
    display: none;
}
/*------ menu section end------*/


/*------ home section start------*/
.home-container{
    width: 100%;
    height: 600px;
    padding-top: 10px;
    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: 180px 20px 20px 150px;

}

.main-text h3{
    font-size: 23px;
    padding-left: 10px;
    color: black;
}

.main-text h1{
    font-size: 53px;
    font-weight: bold;
    font-family: Garamond ;
    background:  linear-gradient( #B03052,#CDC1FF);
    color: transparent;
    -webkit-background-clip:text;
}
.main-text h2{
    font-size: 30px;
    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));
}

@keyframes disply-text{
    25%,
    100%{
        display: none;
    }
}

.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;
}

@keyframes fill-text {
    10%,
    100%{
        width: 0;
    }

    70%,
    90%{
        width: 100%;
    }
}

.btns{
    background: #B03052;
    border: 2px solid white;
    border-radius: 40px;
    box-shadow: 0px 0px 6px #B03052;
    padding: 10px 30px;
    font-size: 20px;
    color: black;
    font-weight: 600;
    transition: 1s;
}

.btns a{
    color: white;
    text-decoration: none;
}

.btns:hover{
    background: transparent;
    color: #B03052;
    box-shadow: none;
    border: 2px solid #B03052;

}

.btns:hover a{
    color: #B03052;
}

.btn-icon{
    margin-top: 25px;
}

.btn-icon a{
    padding: 8px;
    border: 2px solid #B03052;
    border-radius: 50%;
    font-size: 20px;
    color: #B03052;
    transition: 1s;
}

.btn-icon a:hover{
    background: #B03052;
    color: white;
    box-shadow: 0px 0px 6px #B03052;
}

.main-img{
    width: 50%;
    height: auto;
    float: left;
}

.img-box{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-top: 170px;
    margin-left: 180px;
    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: 200px;
    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;

}
/*------ home section end------*/


/*------ about section start------*/
.about-section{
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:;
    gap: 2rem;
     flex-wrap: wrap;
}

.about-text{
    width: 60%;
        padding-left: 160px;

}
.about-text h2{
    font-size: 35px;
    font-family: Garamond;
    padding-bottom: 30px;
    font-weight: bold;
}

.about-text h2 span{
    color: #B03052;
}
.about-text p{
    font-size: 19px;
    color: #757474;
    margin-bottom: 30px;
    margin-right: 60px;
}

.about-text p span{
    font-size: 29px;
    font-weight: 600;
}
.about-text p span::before{
    content: 'J';
    font-size: 40px;
    font-family: Garamond ;
    color: #B03052;
}

.about-img{
    width: 310px;
    height: 310px;
    
    background: ;
    position: relative;
    overflow: hidden;
    border: 2px solid #B03052;
    margin-top: 50px;
    margin-left: 100px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.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 25px;
    font-size: 18px;
    color: black;
    font-weight: 600;
    transition: 1s;
}

.btnn a{
    color: white;
    text-decoration: none;
}

.btnn:hover{
    background: transparent;
    color: #B03052;
    box-shadow: none;
    transform: translateY(8px);
     border-radius: 40px;
}

.btnn:hover a{
    color: #B03052;
}
/*------ about section end------*/



/*------ service section start------*/
.service-section{
    width: 100%;
    height: 550px;
    background: ghostwhite;
    text-align: center;
    justify-content: center;
}
.service-section h2{
     font-size: 35px;
    font-family: Trebuchet MS;
    padding: 50px 0px 70px 0px;
}
.service-section h2 span{
    color: #B03052;
}

.service-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.service-box{
    width: 270px;
    height: auto;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px gray;
    margin: 13px;padding: 10px;
    transition: 1s;
}

.service-box:hover{
    transform: scale(1.1);
        background: linear-gradient(to right,#c2f9f8, #d4dcfc);

    box-shadow: none;
}
.service-box img{
    width: 55px;
    height: auto;
    margin: 10px 0px 0px 0px;
}

.service-box h3{
    font-size: 19px;
    font-family: Georgia ;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-box p{
      color: #595757;
      line-height: 25px;  
      font-size: 16px;
}

.btnnn{
    background: transparent;
    border: 2px solid #B03052;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #B03052;
    padding: 7px 20px;
    font-size: 15px;
    color: black;
    font-weight: 600;
    font-size: Verdana;
    margin: 10px 0px 15px 0px;
    transition: 1s;
}

.btnnn a{
    color: black;
    text-decoration: none;
}

.btnnn:hover{
    background: #B03052;
    box-shadow: none;
    transform: rotateY(30deg);
}

.btnnn:hover a{
    color: white;
}
/*------ service section end------*/



/*------ education section start------*/
a{text-decoration:none}
.container h3{
    text-align: center;
    font-size: 35px;
    font-family: Serif;
    font-weight: bold;
    margin-top: 150px;
}

.container h3 span{
    color: #B03052;
}

.container p{
    font-size: 20px;
    font-family: Serif;
    text-align: center;
    margin-bottom: 60px;
    color: #595757;
}





/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden; margin:40px;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:30px;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:24px;font-weight:600;color:#1ebad0;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:14px;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:990px){.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}
}
@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 #B03052;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:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}
/*------ education section end------*/




/*------ portfolio section start------*/

.portfolio-section h3 {
    font-size: 33px;
    font-weight: bold;
   font-family: vardana;
   margin-top: 100px;
}
.portfolio-section h3 span {
    color:  #B03052;
}
.portfolio-section p{
    font-size: 19px;
    margin: 10px 20px 40px 20px;
}

.portfolio-item {
    width: 100%;
    height: auto;
    background: ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.portfolio-item div{
    width: 330px;
    height: 490px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    float: left;
    margin: 15px;
     overflow: hidden;
    
}

.portfolio-item div img{
    width: 100%;
    height: auto;
    transition: 1s;
}

.portfolio-item div:nth-child(1):hover img{
    transform: translateY(-56%);
}
.portfolio-item div:nth-child(2):hover img{
    transform: translateY(-40%);
}
.portfolio-item div:nth-child(3):hover img{
    transform: translateY(-55%);
}
.portfolio-item div:nth-child(4):hover img{
    transform: translateY(-42%);
}
.portfolio-item div:nth-child(5):hover img{
    transform: translateY(-49%);
}
.portfolio-item div:nth-child(6):hover img{
    transform: translateY(-59%);
}

/*------ portfolio section end------*/
   

/*------ My Progress Section------*/
.progress-section{
    min-height: 100vh;
    text-align: center;
    background: ghostwhite;
    padding-bottom: 60px;
}
.progress-section h3{
    font-family: ;
    font-size: 32px;
    padding-top: 50px;
    margin-bottom: 70px;
}

.progress-section h3 span{
    color:  #B03052;
}

.progress-item{
    width: 70%;
    height: 430px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    margin-left: 200px;
    border-radius: 40px;
    padding-top: 60px;
    padding-left: 80px;
}

.technical-item{
    padding-left: 50px;   
}

.technical-name{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0px 0px 0px;    
}

.technical-bar{
    height: 20px;
    width: 650px;
    border-radius: 3px;
    background: #dbdbdb;
}
.technical-per{
    height: 20px;
    width: 650px;
    border-radius: 3px;
    position: relative;
    background:  #B03052;
    animation: fillBars 2.5S 1;
}


.technical-per span{
    color: white;
    font-weight: bold;
}
.technical-per::before{
    content: attr(pre);
    position: absolute;
    padding: 4px 6px;
    background: black;
    border-radius: 4px;
    font-size: 12px;
    top: -27px;
    right: 0px;
    transform: translateX(50%);
    width: 15px;
    height: 10px;
}

.technical-per::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: black;
    top: -17px;
    right: 0px;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

@keyframes fillBars{
    from{
        width: 0;
    }
    to{
        width: 100%;
    }

}
/*------ My Progress Section end------*/



/*-------team section start------*/
.team-section{
   width: 100%;
   height: 200px;
   padding-top: 0px;
   padding-bottom: 60px;
   background: #f7f4f4;
}

.team-section h2{
    margin: 10px;
    font-size: 30px;
    font-weight: bold;
}
.team-section h2 span{
        color: #B03052; 
}
.team-section p{
    margin-top: -70px;
    font-size: 17px;
}
.team{
     display: flex;
     justify-content: center;
     align-items: center;
     background: #f7f4f4;
     padding-bottom: 50px;
     flex-wrap: wrap;
}
.team-item {
  position: relative;
  width: 25%;
  margin: 20px;
  height: ;  
}

.image {
  display: block;
  width: 100%;
  height: 350px;
  position: relative;
}
.title h4{
    position: absolute;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 80px;
  bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  padding-top: 15px;
}
.title h4 span{
    color: white;
    font-size: 15px;
}

.team-text{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:  rgba(0, 0, 0, .7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.team-item:hover .team-text {
  height: 100%;
}



.text  {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 35%;
  left: 0;
  margin: 0px 20px;
  
}

.text ul li{
        list-style: none;
}
.text ul li a{
    color: white;
    font-size: 25px;
    margin-top: 10px;
    transition: 1s;
    text-decoration: none;
    margin-right: 10px;

}

.text ul li a:hover{
    transform: translateY(20px);
}

/*------ team-section end------*



/*------contact section start----*/

.contact-section{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
.contact-item{
    padding-left: 0px;
    position: relative;
    overflow: hidden;
}

.contact-item{
    width: 100%;
    height: 480px;
    max-width: 900px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    border-radius: 10px;
    overflow: hidden;
    display: grid;
         border-bottom: 2px solid gray;

    grid-template-columns: repeat(2, 1fr);
}
.contact-info{
     background: #eafdff;
    border-left: 2px solid gray;
    text-align: left;
    padding: 30px 30px;

}
.list-text1{
    font-size: 30px;
    font-family: Georgia;
    margin-bottom: 40px;
    margin-left: 10px;
    color: #B03052;
}

.list-text2{
    font-size: 19px;
    font-family: Georgia;
    margin-left: 0px;
}

.list-text3{
    font-size: 27px;
    margin-top: 10px;
    margin-right: 10px;
        color: #B03052;

}
.list-text{
    font-family: Georgia;
    margin-top: 50px;
}
.list-text4{
    font-size: 30px;
    color: #B03052;
    margin-top: 20px;
    margin-right: 10px;
}

.contact-form{
    background: #B03052;
    position: relative;
   background: linear-gradient(to right,#c2f9f8, #d4dcfc);

}
.contact-form:before{
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    top: 40px;
    left: -10px;
     background: linear-gradient(to right,#c2f9f8);

}

.index-html{
        text-align: left;
        padding-left: 30px;
}

.index-html h3{
    color: #B03052;
    font-size: 29px;
    padding-top: 30px;
    font-family: Georgia;
}
.form-text1{
    width: 95%;
    height: 45px;
    padding: 10px;
    font-size: 16px;
   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: 45px;
    padding: 10px;
    font-size: 16px;
   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-text3{
    width: 95%;
    height: 45px;
    padding: 10px;
    font-size: 16px;
   background: transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    border: none;
    outline: none;
       color: black;
    border-radius: 5px;
    margin-top: 20px;
    font-family: Georgia;
}

.form-text4{
    width: 95%;
    height: 120px;
    padding: 10px;
    font-size: 16px;
   background: transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    border: none;
    outline: none;
       color: black;
    border-radius: 5px;
    margin-top: 20px;
    font-family: Georgia;
}


.submit{
    width: 30%;
    height: 40px;
     font-size: 16px;
   background:  #B03052;
   color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 20px;
    font-family: Georgia;
}

.submit:hover{
    background: transparent;
    border: 2px solid  #B03052;
    color:  #B03052;
    font-weight: bold;
}
/*------contact section end----*/


/*------ footer-section start------*/
.footer-section{
    width: 100%;
    height: 350px;
    background: #262626;
    display: flex;
    color: white;
}

.footer-item1{
    text-align: left;
    padding: 40px 40px;
}

.footer-item1 h3{
    font-size: 35px;
    font-family: sans-serif;
}

.footer-item1 h3 span{
    color: #B03052;
    font-weight: bold;
    font-size: 48px;
    font-family: vardana;
}

.footer-item1 p{
    font-size: 17px;
    margin-top: 30px;
}

.footer-item2{
    text-align: left;
    padding: 40px 40px;
}

.footer-item2 h3{
    font-size: 26px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;
}

.footer-item2  ul li{
    font-size: 19px;
    font-family: vardana;
    list-style: none;
    margin-top: 12px;
}

.footer-item3{
    text-align: left;
    padding: 40px 40px;
}

.footer-item3 h3{
    font-size: 26px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;
}

.footer-item3  ul li a{
    text-decoration: none;
    color: white;
}

.footer-item3  ul li:hover a{
    font-weight: bold;
}
.footer-item3  ul li{
    font-size: 19px;
    font-family: vardana;
    list-style: none;
    margin-top: 10px;
    
}
.footer-item4{
    text-align: left;
    padding: 40px 0px;
}

.footer-item4 h3{
    font-size: 26px;
    font-family: Arial;
    margin: 20px 0px 30px 30px;
}

.footer-item4  ul li{
    font-size: 19px;
    font-family: vardana;
    list-style: none;
    margin-top: 12px;
}

.footer-item4  ul i{
    font-size: 30px;
    margin-top: 30px;
    margin-right: 10px;
    transition: 1s;
}

.footer-item4  ul i:hover{
    transform: scale(1.2);
}

.under-footer{
    width: 100%;
    height: 40px;
    background: #B03052;
}
.under-footer p{
    font-size: 17px;
    color: white;
    text-align: center;
    line-height: 40px;
}
/*------ footer-section end------*/

.top{
    width: 43px;
    height: 43px;
    background:  #FFEDFA;
    position: fixed;
    right: 10px;
    bottom: 0px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #B03052;
}
.top i{
    font-size: 22px;
    padding-left: 3px;
    margin-top: 8px;
    color: #B03052;
}
/*------Portfolio website end------*/

