

body {
    overflow-x: hidden;background: #fff;
}

.section1 .nav-link {
    color: #fff;
}

.section1 {
    background: url(..//image/Slice\ 1\ .png);
    background-size: cover;
    background-position: center;

    /* background-color: rgb(1, 1, 1); */
}



/* top fixed header */

.headerr {
    width: 100%;
    padding: 20px;
    position: relative;
    top: 0;
    height: 60px;   
}

.headerr.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    right: 0;

}
.header{
    padding: 100px 0;
}
.header .ancr a:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.header .menu2 h1 {
    color: #fff;
    font-weight: 500px;
    background: -webkit-linear-gradient(#0F78B3, #f0c002);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    text-align: center;
    display: flex;
    font-size: 36px;
    padding-left: 15px;
}

.header .menu2 {
    padding: 34px;
}

.header .menu .ancr a:hover {
    background: linear-gradient(#9F3058, #0B1318);
    transition: all.2s ease;
    transform: translateY(-6px);
}

.header .menu2 p {
    font-size: 11px;
    align-items: center;
    color: #fff;
    padding-left: 34px;

}

.header .menu h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400px;
    background: -webkit-linear-gradient(#0F78B3, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.header .menu h1{
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #0F78B3, #f0c002);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-size: 50px;
  }
  
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }



.header .menu {
    padding: 34px;
}
.header .menu3 ul li a:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out;
    background: #811160;
    display: inline-block;
}
.header .menu3 ul li a{
    color: white;
    font-size: 25px;
    padding: 5px 10px;
    background-color: black;
    border-radius: 60px;
    transition: all 0.5s ease;
}
.header .menu3 {
    display: flex;
    justify-content: flex-end;
    margin: 12px;
}

.header .menu3 ul {
    list-style: none;
}

.header .menu3 ul li {
    padding: 13px 0;
    text-align: center;

}

.portfolio img {
    width: 100%;
}

.header .menu3 ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #0F78B3;
    font-size: 17px;

}

.header .menu3 a:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease;
    background-color: #9F3058;
}
.header .menu p {
    color: #ffffff;
    font-size: 12px;
}

.header .menu a {
    text-decoration: none;
    background: linear-gradient(#0F78B3, #000);
    padding: 14px 23px;
    border-radius: 14px;
    color: #fff;
}

.header .ancr {
    margin-top: 25px;

}

/* img */
.img1 {
    padding: 65px;
    background-color: #ffffff;
}

.img1 .abou1 .cnt {
    padding: 50px 0px;
}

.img1 .about1 a {
    text-decoration: none;
    background: linear-gradient(#9F3058, #0B1318);
    padding: 14px 23px;
    border-radius: 14px;
    color: #fff;
}

.img1 .cnt a:hover {
    background: linear-gradient(#0B1318, #9F3058);
    transition: all .5s ease;
}

.img1 .cnt {}

.img1 .about p {
    background: -webkit-linear-gradient(#000000, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 4px;

}

.img1 .about h1 {
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img1 .about p{
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17.5px;
}

.about p {
    font-size: 17px;
    padding-bottom: 12px;
    margin: 0;  
}
.skills p{
    font-size: 23px;
}

.img1 .cnt {
    padding-top: 18px;
}

.img1 .about1 {
    margin-top: 10px;
}

.img1 .ellips {
    display: flex;
    justify-content: flex-end;
}

.mv .skills {
    color: #9F3058;
    text-align: center;
    font-size: 23px;
    
}

.mv .skills1 h1 {
    text-align: center;
    color: #000;
    margin-top: 0px;
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu1 {
    display: flex;
    align-items: center;
    height: 404px;
}

.summar .menu h1 {
    font-size: 19px;
    padding-bottom: 7px;
}
.summar .menu1 {
    display: flex;
    justify-content: center;
    height: 420px;
}

.summar .menu span {
    height: 3px;
    /* width: 500px; */
    background-color: #000;
    display: block;
    /* background: linear-gradient(#9F3058,#0B1318); */
    margin: 2px;
    padding: 3px;

}

.design .work p {
    text-align: center;
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 34px 0 10px 0;
    font-size: 23px;
    margin: 0;
}

.design .work h1 {
    text-align: center;
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 400px;
    margin-bottom: 30px;


}
.home{
    padding-top: 12px;
    margin-left: 14px;
}
.home1{
    padding-top: 12px;
    margin-right: 3px;
}

.advance .home span {
    height: 4px;
    width: 690px;
    background-color: #000;
    display: block;
    background: linear-gradient(#9F3058, #000);
    margin: 4px;
    padding: 4px;
    border-radius: 12px;

}

.advance .home h1 {
    font-size: 18px;
}

.advance .home1 h1 {
    font-size: 18px;
    padding-left: 15px;
}

.portfolio .some {
    text-align: center;
    padding: 23px;
}


.portfolio .some h1 {
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400px;
}

.some p {
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
}

.imag p {
    font-size: 17px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 22px;
}

.lets {
    padding: 54px;
}

.lets .touch p {
    font-size: 23px;
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.lets .touch h1 {
    font-size: 33px;
    font-weight: 400px;
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.lets .address .call a:hover {
    background: linear-gradient(#203948, #9F3058);
    transition: all .5s ease;

}
.mv p{
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.lets .touch1 p {
    justify-content: space-between;
    line-height: 40px;
}

.lets .touch2 p {
    color: red;
}

.lets .touch3 p {
    color: red;
}

.lets .touch2 h1 {
    font-size: 24px;
    font-weight: 400px;
}

.lets .touch3 h1 {
    font-size: 24px;
    font-weight: 400px;
}

.lets .project h1 {
    margin-top: 50px;
    font-size: 33px;
    font-weight: 400px;
    background: -webkit-linear-gradient(#9F3058, #0B1318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/* input {
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0);
    width: 310PX;
    margin-bottom: 39px;

} */

.lets .message input {
    margin-bottom: 45px;
}

.lets .project2 .message1 input {
    position: relative;
    top: 180px;
}

.address {
    position: relative;
    top: 230px;
}

.address .call a {
    text-decoration: none;
    background: linear-gradient(#9F3058, #0B1318);
    padding: 14px 23px;
    border-radius: 10px;
    color: white;

}

.footer {
    background: url(..//image/Slice\ 1\ .png);
    margin-top: 75px;
}

.footer .face {
    margin: 12px;
}

.footer .quick h1 {
    color: #fff;
    font-size: 23px;
}

.footer .quick ul {
    list-style: none;

}


.footer .footer1 img {
    width: 30%;
    padding-left: 23px;
    /* padding: 50px; */
}
.footer .quick a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-decoration: underline 1.5px solid #ffffff;
    padding-top: 5.50px;
    font-weight: 600px;
}

.footer .quick ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;

}

.footer .quick ul li a i {
    margin-right: 40px;
    color: red;
    padding: 5px;
    margin: 4px;
}

.footer .quick h2 {
    color: #fff;
    font-size: 19px;

}
.footer .quick1{
    margin: 40px 0;
}

.footer .quick h1 {
    color: #fff;
    font-size: 22px;
}


.footer .quick p {
    font-size: 13px;
    color: #fff;
}

.footer .quick2 h1 {
    color: #fff;
    font-size: 23px;
}
.footer .quick1{
    color: white;
    margin: 0;
}
.footer .quick1 h1{
    font-size: 22px;
}
.footer .quick1 a {
    text-decoration: none;
    font-size: 17px;
    text-decoration: underline 1px solid #fff;
    padding: 3px;
    color: #fff;
}

.footer .right h2 {
    text-decoration: underline 1.5px solid #ffffff;
    padding-top: 3.5px;
}

.footer .email h1 {
    font-size: 18px;
}

.footer .email p {
    color: #fff;
    font-size: 12px;
}
/* 
.footer .footer1 {
    padding: 35px;
} */

.footer .face ul {
    list-style: none;
}

.footer .face ul li {
    padding: 10px 0;
}

.footer .face ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #0F78B3;
    font-size: 17px;
}

.footer .face a:hover {
    transform: translateY(-10px);
    transition: all .5s ease;
    background-color: #9F3058;

}
.footer .email a{
    text-decoration: none;
    color: white;
}
.footer .email2 a{
    text-decoration: none;
    color: white;
}
.summar{
    padding:0px;
}
#skills{
    padding: 0px;
}
/* ////////////// */

h2 {
  margin-bottom: 2rem;
}

button {
  background-color: #000;
  border: 0;
  border-radius: 0;
  padding: 1rem 2rem;
  color: #fff;
  cursor: pointer;
}
button:hover {
  border-radius: 6px;
  background-color: #f50045;
  transition: all 500ms ease;
}

.ce_ixelgen_progress_bar {
  max-width: 800px;
  /* margin: 0 auto; */
}
.ce_ixelgen_progress_bar .progress_bar_item {
  margin-bottom: 13px;
}
.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.ce_ixelgen_progress_bar .item_value {
  font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  height: 0.5rem;
  width: 100%;
  background-color: #000;
  border-radius: 4px;
}
.ce_ixelgen_progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0.5rem;
  margin: 0;
  background-color: #f50045;
  border-radius: 4px;
  transition: width 100ms ease;
}
.label_flex{
    display: flex;
    justify-content: space-between;
}



/* ////////// */



.progress-containerMain {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-barbar{
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 0.25s;
}

.progress {
    width: 100%;
}

.progress-containerMain1 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar {
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 3.50s;
} */

.progress {
    width: 100%;
}

.progress-containerMain2 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar {
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 3.50s;
} */

.progress {
    width: 100%;
}

.progress-containerMain3 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar {
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 3.50s;
} */

.progress {
    width: 100%;
}

.progress-containerMain4 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar {
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 3.50s;
} */

.progress {
    width: 100%;
}

.progress-containerMain5 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar {
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 3.50s;
} */

.progress {
    width: 100%;
}

.progress-containerMain6 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar {
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 1.50s;
} */

.progress {
    width: 100%;
}

.progress-containerMain7 {
    width: 100%;
    background-color: #9F3058;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .progress-barbar{
    height: 30px;
    width: 0;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    transition: width 1.25s;
} */

.progress {
    width: 100%;
}



.progress-bar-1 {
    background-color: #0B1318 !important;
}

.progress-bar-2 {
    background-color: #0B1318 !important;
}

.progress-bar-3 {
    background-color: #0B1318 !important;
}

.progress-bar-4 {
    background-color: #0B1318 !important;
}

.progress-bar-5 {
    background-color: #0B1318 !important;
}

.progress-bar-6 {
    background-color: #0B1318 !important;
}

.progress-bar-7 {
    background-color: #0B1318 !important;
}


.headerr {
    width: 100%;
    padding: 20px;
    position: relative;
    top: 0;
}

.headerr.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #333;
}

.footer{
    padding: 35px;
}

.footer .email2 h1 {
    font-size: 18px;
}

.footer .email2 p {
    color: #fff;
    font-size: 12px;
}

.down-ftr .copy p {
    text-align: center;
    font-size: 20px;
    background-color: #0B1318;
}

.down-ftr .copy p {
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 12px;      
    margin-bottom: 0px;
    background: url(..//image/yellow\ pic.png);
}


.project input{
    width: 100%;
    border:1px solid #807b7b;
}

.touch2 a{
    text-decoration: none;
    color: red;
}
.touch3 a{
    text-decoration: none;
    color: red;
}
.quick2 a{
    border-radius: 14px;
}


/* SLIDE PROJECTS*/
/* .carousel{
    width:90%;
    margin:0px auto;
  } */
  .slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
  }
  .wrapper .slick-dots li button:before {
    font-size:20px;
    color:white;
  }
  .slick-prev:before, .slick-next:before {
    color: #1ba7fb !important;
}

.portfolio .carousel{
    background-color: #f8f8f8;
    border-radius: 12px;
}
.portfolio .imag:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.portfolio .img{
    width: 100%;
    border-radius: 7px;
}
.portfolio .carousel{
    text-decoration: underline 1px solid #333;
    padding: 3px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    margin: 0px 10px;
    border-radius: 10px;
}
.carousel .imag img{
    border-radius: 23px;
}
.sunbit{
    color: #e9fa00;
}


