*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

/* .sumana_portfolio{
    border: 1px solid rebeccapurple;
} */
.sumana_portfolio .port{
    /* width: 1035px; */
    margin: auto;
               background: #1f232e;


    /* border: 1px solid red; */

}
.sumana_portfolio .port .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
         border-bottom: 1px solid rgba(67, 69, 69, 0.596);
    background: #1f232e;

}
.sumana_portfolio .port .nav .nav1{
 list-style: none;
}

.sumana_portfolio .port .nav .nav1 ul{
    width: 50%;
      /* display: flex;
    justify-content: center;
    align-items: center; */
   
}
.sumana_portfolio .port .nav .nav1 ul li{
 list-style: none;
 padding: 10px 50px;
 color: #b3b8be;
     font-size: 25px;

}
.sumana_portfolio .port .nav .nav1 ul li:hover{
    color:#16bdc5 ;
}
.sumana_portfolio .port .nav .nav2{
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.sumana_portfolio .port .nav .nav2 ul{
    width: 50%;
    font-size: 18px;
      display: flex;
    justify-content: center;
    align-items: center;
  
}
.sumana_portfolio .port .nav .nav2 ul li{
 list-style: none;
 padding: 10px  40px 10px 0px;
  color: #b3b8be;

}
.sumana_portfolio .port .nav .nav2 ul li:hover{
    color:#16bdc5 ;
}
.sumana_portfolio .port .my_salf {
    display: flex;
    justify-content: center;
    align-items: center;
       
    background: #1f232e;

}

.sumana_portfolio .port .my_salf .my_salf_l{
    color: #ffffffc5;
    width: 40%;
margin: 20px;
    padding: 20px;
font-family:sans-serif;
 /* border: 1px solid rebeccapurple; */
}
.sumana_portfolio .port .my_salf .my_salf_l p{
    padding: 10px;
     letter-spacing: 0.3px;
    line-height: 1.3;
}
.sumana_portfolio .port .my_salf .my_salf_l h3{
    padding: 10px;
}
.sumana_portfolio .port .my_salf .my_salf_l .h2{
       color: #07CCEC;
    /* -webkit-text-stroke: .7px #16bdc5; */

}


.sumana_portfolio .port .my_salf .my_salf_r1{
clip-path: polygon(47% 0, 53% 0, 100% 30%, 100% 70%, 55% 100%, 48% 100%, 0% 70%, 0% 30%);
width: 100%;
height: 300px;
position: absolute;
/* background:#00ecfa; */
 filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
 /* position: relative; */
 z-index:1;
overflow:hidden;
z-index:8;
/* border: 7px solid white; */
}
.sumana_portfolio .port .my_salf .my_salf_r1 img{
  width: 100%;
height: 300px;  
position: absolute;
top: 0;
z-index:8;
}

.icon{
 

    margin: 5px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}.icon .icon1{ 
   border: 2px solid #16bdc5;
    width: 40px;
    margin: 5px;
   height: 40px;
   display: grid;
   justify-content: center;
border-radius: 50px;
color: #16bdc5;
transition: 0.3s;
}

i{
    /* color: white; */
    font-size: 19px;
    padding-top: 10px;
    
}
.icon .icon2{
   border: 2px solid #16bdc5;
    width: 40px;
    margin: 5px;
   height: 40px;
    display: grid;
   justify-content: center;
border-radius: 50px;
color: #16bdc5;
}
.icon .icon3{
   border: 2px solid #16bdc5;
    width: 40px;
    margin: 5px;
   height: 40px;
   display: grid;
   justify-content: center;
border-radius: 50px;
color: #16bdc5;

}
.icon1:hover{
   background: #16bdc5;
   transform: translateY(-3px);
}
.icon1:hover i{
   color: #fff;
}
.for:hover{
    color: #1870dc;
}
a{
   text-decoration: none;
    color: white;
}
.sumana_portfolio .port .my_salf .my_salf_l button{
    border: none;
    outline: none;
    background: transparent linear-gradient(90deg,#1E0B9B 0%, #07CCEC 100%);
    font-size: 18px;
    padding: 10px;
    margin: 10px;
        color: #ffffffdc;

    border-radius: 20px;
    /* transition: all ease-in-out 0.9s; */

}
 
.sumana_portfolio .port .my_salf .my_salf_l button:hover{
            background: transparent linear-gradient(90deg,#07CCEC 0%, #1E0B9B 100%);

}

.my_salf_l h2{
    font-size: 28px;
    padding: 10px;
    /* background: slateblue; */
    display: inline-block;
}
.my_salf_l h2 span{
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: .7px #16bdc5;
    animation: text-style 16s linear infinite;
    animation-delay: calc(-4s * var(--i));
}
@keyframes text-styly{
    25%,100%{
        display: none;
    }
}
.my_salf_l h2 span::before{
    content: attr(data-text);
    position: absolute;
    width: 0;
    border-right: 2px solid #16bdc5;
    color: #16bdc5;
    white-space: nowrap;
    overflow: hidden;
    animation: file-text 4s linear infinite;
}
@keyframes file-text{
    10%,100%{
        width: 0;
    }
    70%,90%{
        width: 100%;
    }
}
.my_salf_r{
width: 20%;
height: 300px;
position:relative;
/* background:black; */
align-items:center;
display:flex;
justify-content:space-evenly;
color:white;
z-index:1;
overflow:hidden;

 box-shadow: 1px 2px 7px 3px #16bdc5;
margin: 20px;

}






/* .my_self_rr::before{
    content:'';
    width: 100%;
    height: 300px;
    position: absolute;
    top:-50%;
    left:-50%;
        animation-delay: 6s;

    background: linear-gradient(blue,red,blue);
    transform-origin: bottom right;
    animation: i 4s linear infinite;
    clip-path: polygon(47% 0, 53% 0, 100% 30%, 100% 70%, 55% 100%, 48% 100%, 0% 70%, 0% 30%);
}

.my_self_rr::after{
    content:'';
    width: 100%;
    height: 300px;
    position: absolute;
    top:-50%;
    left:-50%;
    background: linear-gradient(blue,red,green);
    transform-origin: bottom right;
    animation: i 4s linear infinite;
    animation-delay: 6s;
    clip-path: polygon(47% 0, 53% 0, 100% 30%, 100% 70%, 55% 100%, 48% 100%, 0% 70%, 0% 30%);
} */

@keyframes i{
    0%{
        transform: rotate(0deg);
        
    }
    100%{
        transform: rotate(360deg);
    }
    
   
}




.sumana_portfolio .port .sumana_about_me{

  
padding: 40px;
    background: #323846;
    /* border: 1px solid red; */
}
.sumana_portfolio .port .sumana_about_me .about_me{
    display: flex;
    justify-content:center;
  margin: auto;

}
.sumana_portfolio .port .sumana_about_me .about_me .about_l{
padding: 10px;
margin: 10px;
}
.sumana_portfolio .port .sumana_about_me .about_me .about_l .img{
    border-radius: 50%;
           animation: h 4s linear infinite;
           transition: all ease-in-out 0.5s;
}
.sumana_portfolio .port .sumana_about_me .about_me .about_l .img img{
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 1px 3px 10px 3px #16bdc5;

}
@keyframes h{
    0%,50%{
        transform: translateY(-15px);
        
    }
    25%,100%{
        transform: translateY(1px);
    }
    
   
}

.sumana_portfolio .port .sumana_about_me .about_me .about_l .image h3{
    padding: 25px 10px;
}

.sumana_portfolio .port .sumana_about_me .about_me .about_r{
padding: 10px ;
margin: 10px;
  font-family: sans-serif;
  color: #b3b8be;
}

.sumana_portfolio .port .sumana_about_me .about_me .about_r h1{
    padding: 10px 23px;
    color: #edf0f1;
}


.sumana_portfolio .port .sumana_about_me .about_me .about_r p{
    padding: 10px 20px;
        letter-spacing: 0.3px;
    line-height: 1.3;
}
.sumana_portfolio .port .sumana_about_me .about_me .about_r .count{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 20px; */
  
}
.sumana_portfolio .port .sumana_about_me .about_me .about_r .count .count1{
    padding: 20px 18px;
}
.sumana_portfolio .port .sumana_about_me .about_me .about_r .count .count1 h3{
        /* color: #edf0f1; */
    color: #edf0f1;

    padding: 20px 18px;
font-size: 30px;
cursor: pointer;
}

.sumana_portfolio .port .sumana_about_me .about_me .about_r .count .count1 h3:hover{
    color: #07CCEC;
}
.sumana_portfolio .port .sumana_about_me .about_me .about_r .count .count1 span:hover{
    color: #07CCEC;
    cursor: pointer;

}
.sumana_portfolio .port .sumana_about_me .about_me .about_r .count .count1 font{
     color: transparent;
        -webkit-text-stroke: .7px #edf0f1;
}





  .sum_skills{
    background: rgb(7 14 22 / 80%);
    color: #edf0f1;
    padding: 40px;
}

  
    .sum_skills .skills{
        font-family: sans-serif;
        padding: 10px 20px;
    }
    .sum_skills .skills h2{
  font-size: 32px;
    font-weight: 700;
 
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;

    }
 
.sum_skills .skills h2::after {
     content: "";
    position: absolute;
    /* display: block; */
    width: 60px;
    height: 3px;
    left: 5px;
   bottom: 0;
    background:#1870dc;
}
  .sum_skills .pro{
    display: flex;
    justify-content: center;
    /* margin: auto; */
    margin: 10PX;
  }
  .sum_skills .pro .pro1{
    width: 49%;
  }

  .sum_skills .pro .pro1 .pro1_pro{
    display: flex;
    justify-content: space-between;
    width: 97%;
  }

  .sum_skills .pro .pro1 progress{
    width: 97%;
  margin: 10px 0px;
    height: 30px;


}

  .sum_skills .pro .pro2{
 width: 49%;
  }
  .sum_skills .pro .pro2 .pro1_pro{
    display: flex;
    justify-content: space-between;
        width: 97%;

  }

  .sum_skills .pro .pro2 progress{
    width: 97%;
    height: 30px;
      margin: 10px 0px;
/* filter: drop-shadow(0px 0px 6px #07CCEC); */
}

*{
    margin: 0;
    padding: 0;
}
.sonu-service-main{
    height: auto;
background: #07cdec25;
padding: 20px;
}
.sonu-service-main .sonu-service-heading{
    height: 150px;
}
.sonu-service-main .sonu-service-heading p{
     font-size: 30px;
    font-weight: 600;
    margin: 0px 15px;
    color: #fff;
    position: relative;
    font-family: 'Inter', sans-serif;
}
.sonu-service-main .sonu-service-heading p::before{
    content: ' ';
    height: 4px;
    width: 50px;
    background:#16bdc5;
    position: absolute;
    top: 100%;
    left: 0;
}
.sonu-service-main .sonu-service-heading p::after{
    content: ' ';
    height: 4px;
    width: 25px;
    background:#16bdc5;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
}
.sonu-service-main .sonu-service-main-container{
    height: 565px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sonu-service-main-container .sonu-service-sub-container{
    height: 100%;
    width: 80%;
    /* border: 1px solid white; */
    
}
.sonu-service-sub-container .sonu-service-sub-container1{
    height: 48%;
    /* width: 100%; */
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
.sonu-service-sub-container1 .sonu-service-card{
    width: 30%;
    height: 100%;
    background-color: #d6fdf9;
    border-radius: 10px;
    transition: all ease 0.5s;
}
.sonu-service-card .sonu-service-card-icon{
    height: 100px;
     /* border: 1px solid white; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sonu-service-card .sonu-service-card-icon i{
    font-size: 40px;
    color: #00665f;
     margin-top: 30px;
}
.sonu-service-sub-container1 .sonu-service-card:hover{
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 6px #00665f);
    border-left: 7px solid #16bdc5;
}

.sonu-service-card .sonu-service-card-heading{
    height: 40px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.sonu-service-card .sonu-service-card-heading p{
    color: #0b0b0b;
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.sonu-service-card .sonu-service-card-text{
    height: 60px;
    /* border: 1px solid white; */
    
}
.sonu-service-card .sonu-service-card-text p{
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #e8dfeca9;
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
}
.sonu-service-sub-container .sonu-service-sub-container2{
    height: 48%;
    width: 100%;
    /* border: 1px solid red; */
     display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}
.sonu-service-sub-container2 .sonu-service-card{
    width: 30%;
    height: 100%;
    background-color: #d6fdf9;
    border-radius: 10px;
    transition: all ease 0.5s;
}
.sonu-service-sub-container2 .sonu-service-card:hover{
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 6px #00665f);
        border-left: 7px solid #16bdc5;

}

.sonu-service-card .sonu-service-card-heading{
    height: 40px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .sonu-service-card .sonu-service-card-heading p{
    color: #0b0b0b;
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
} */
.sonu-service-card .sonu-service-card-text{
    height: 60px;
    /* border: 1px solid white; */
    
}
.sonu-service-card .sonu-service-card-text p{
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 20px;
}






.resume_section{
        font-family: "Quicksand", sans-serif;
         border-bottom: 1px solid rgba(67, 69, 69, 0.596);

}
.resume_section .resume .title{
   padding:20px 40px ;
   color: #ffff;

}
.resume_section .resume .title h2{
    font-size: 36px;
    font-weight: 700;
    position: relative;
    
    /* color: #13447f; */
    font-family: "Quicksand", sans-serif;
}
.resume_section .resume .title h2::after{
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffffff;
    /* background: #065cc2; */
    margin: 10px 10px
}
.resume_section .resume .title p{
    color: color-mix(in srgb,#ffffff, transparent 50%);
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 500;

}
.left_resume .fsti .one i{
     color: #fff;
   
}
.left_resume   p{
      color:   #cdcde7 ;
 
}

.left_resume .fsti .one h2{
      font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Quicksand", sans-serif;
}
.resume_section .resume .left_resume {
  margin: 30px;
    width: 40%;
}
.resume_section .resume .left_resume .fst p{
    color: color-mix(in srgb,#314862, transparent 50%);
    margin: 5px 0 0 0;
    font-size: 17px;
    font-weight: 500;

}
.resume_section .resume .left_resume .experience_section .cardss p{
   color:   #cdcde7 ;
    margin: 5px 0 0 0;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
}
.resume_section .resume .left_resume .experience_section .cardss .sas .ajax h3{
  color: #9eaec1;
  /* color: #13447f; */
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
line-height: 1.2;
font-size: 20px;
margin: 16px 0px 7px 0px;
}


.resume_section .resume .left_resume .experience_section .cardss{
    padding: 20px 25px;
    margin: 15px 0px;
    position: relative;
    transition: 0.5s;
    border-left: 2px solid #fff;position: relative;
background: #07cdec25;
}
.resume_section .resume .left_resume .experience_section .cardss::before{
    position: absolute;
    content: "";
      width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
        background: linear-gradient(to bottom, #e2e4e6,
 color-mix(in srgb, #065cc2, transparent 70%));
}

.resume_section .resume .left_resume .experience_section .cardss:hover{
        box-shadow: 0 8px 30px 
 color-mix(in srgb, #314862, transparent 85%);
    transform: translateY(-5px);
}

.resume_section .resume .left_resume .experience_section .cardss .sas{
    display: flex;
    align-items: center;
     justify-content: space-between;
}
.resume_section .resume .left_resume .experience_section .cardss .sas .btn{
    border: none;
    outline: none;
    color: #fff;
    font-weight: 600;
    background: #5689b7;
    padding: 8px 13px;
    font-size: 15px;
    border-radius: 20px;
}
.resume_section .resume .left_resume .experience_section .cardss .achive li{
    position: relative;
     color:   #cdcde7 ;
     padding:10px 27px;
     list-style-type: none;
     font-size: 15px;
       font-family: "Quicksand", sans-serif;
}
.resume_section .resume .left_resume .experience_section .cardss .achive li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    /* color: #065cc2; */
    color: #fff;
    font-weight: bold;
}
.left_resume .fst .one h2{
      font-size: 30px;
    font-weight: 700;
    color: #13447f;
    font-family: "Quicksand", sans-serif;
}
.resume_section .resume .right_resume {
  margin: 10px;
    width: 40%;
}
.resume_section .resume .right_resume .fsti p{
    margin: 5px 0 0 0;
    font-size: 17px;
    font-weight: 500;
          color:   #cdcde7 ;

}
.resume_section .resume .right_resume .fsti h2{
    color: #fff;
}

.resume_section .resume .right_resume .fsti i{
    color: #fff;
}

.resume_section .resume .right_resume .experience_section .cards p{
    margin: 5px 0 0 0;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
 
color:   #cdcde7 ;
}
.resume_section .resume .right_resume .experience_section .cardss .sas{
    display: flex;
    align-items: center;
}
.resume_section .resume .right_resume .experience_section .cards .sas .ajax h3{

  color: #87a3c5;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
line-height: 1.2;
font-size: 20px;
margin: 16px 0px 7px 0px;
}
.resume_section .resume .right_resume .experience_section .cards .sas .ajax h4{
  /* color: #065cc2; */
  color: #c0ccdb;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
line-height: 1.2;
font-size: 16px;
}
.resume_section .resume .right_resume .experience_section .cards .sas{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resume_section .resume .right_resume .experience_section .cards .sas .btn{
    border: none;
    outline: none;
    color: #fff;
    /* color: #065cc2; */
    font-weight: 600;
    background-color: #5689b7;
    /* background: color-mix(in srgb,#065cc2, transparent 90%); */
    padding: 8px 13px;
    font-size: 15px;
    border-radius: 20px;
}
.resume_section .resume .right_resume .experience_section .cards .achive li{
    position: relative;
     color: color-mix(in srgb,#314862, transparent 50%);
     padding:10px 27px;
     list-style-type: none;
     font-size: 15px;
       font-family: "Quicksand", sans-serif;
}
.resume_section .resume .right_resume .experience_section .cards .achive li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    color: #065cc2;
    font-weight: bold;
}
.sasi h4{
  color: #c0ccdb;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
line-height: 1.2;
font-size: 16px;
margin-bottom: 15px;
}
.desk{
    color: #8396a7;
    padding-right: 15px;
}
.desk i{
    padding-right: 10px;
}
.sasi h3{
  color: #9eaec1;
  /* color: #13447f; */
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
line-height: 1.2;
font-size: 20px;
margin: 16px 0px 7px 0px;
}



.resume_section .resume .right_resume .experience_section .cards{
    /* background: #ffffff; */
    border: 1px solid color-mix(in srgb, #314862, transparent 90%);
    border-radius: 7px;
    padding: 20px 25px;
    margin: 15px 0px;
    position: relative;
    background: #07cdec25;

    /* border-radius: 10px 10px; */
  
border-right: 1px solid   #414b60;
border-bottom: 1px solid   #414b60;
border-top: 1px solid   #414b60;

    transition: 0.5s;
    border-left: 2px solid #fff;position: relative;
}
.resume_section .resume .right_resume .experience_section .cards::before{
    position: absolute;
    content: "";
      width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    /* background:#fff;
    border: 2px solid #719cc0; */
        background: linear-gradient(to bottom, #e2e4e6,
 color-mix(in srgb, #065cc2, transparent 70%));
}

.resume_section .resume .right_resume .experience_section .cards:hover{
        box-shadow: 0 8px 30px 
 color-mix(in srgb, #314862, transparent 85%);
    transform: translateY(-5px);
}
.flex{
    display: flex;
    justify-content: center;

}

.parent{

background:  #20242d;
	padding: 20px 20px;
     color:#edf0f1;
font-size: 17px;
        font-family: sans-serif;
        
	}


        .parent .skills h2{
  font-size: 32px;
    font-weight: 700;
 color:#edf0f1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;

    }
 
.parent .skills h2::after {
     content: "";
    position: absolute;
    /* display: block; */
    width: 70px;
    height: 3px;
    left: 9px;
   bottom: 0;
    background:#1870dc;
}
    .sp{
        justify-content:center;
	display: flex;
    }





    .sp .priya .ico{
        display: flex;
        /* justify-content: center; */
        
    }



        .sp .priya .ico .ico_l{
              padding: 25px 20px;
            width: 9%;
            height: 30px;
        }

        .sp .priya .ico .ico_l i{
            background: #07CCEC;
            border-radius: 50% ;
            width: 100%;
            height: 100%;
          
        }



                .sp .priya .ico .ico_r{
                    padding: 25px 10px;

                }

         .sp .priya .ico .ico_r h4{
            font-size: 19px;

        }
        .sp .priya .ico .ico_r span{
            font-size: 13px;
                       

        }



          .sp .priya .location{
            width: 93%;
            padding: 10px 9px;
          }

                    .sp .priya .location iframe{
                          width: 100%;
            padding: 10px 10px;
            height: 190px;
                    }


.priya{
	height:500px;
	width:550px;
	background:#16bcc5a0;

	margin-top:40px;
	color:white;

	box-shadow:1px 2px 7px 0px rgba(145, 145, 210, 0.59);
	border:2px;
        font-family: sans-serif;

	}

.priya1{
	height:500px;
	width:550px;
	background:rgba(255, 255, 255, 0.91);

	margin-top:40px;
	color:black;
	box-shadow:1px 2px 7px 0px rgba(145, 145, 210, 0.59);

	}
.priya1 input{
    margin-left: 35px;
    margin-top: 15px;
    border: none;
    font-size: 25px;
    /* padding-top: 5px; */
    background: rgb(0, 0, 0, 0.1);
    font-family: sans-serif;
    width: 483px;
    height: 40px;
	}
.priya1 h1{
	text-align:center;
    padding: 50px 0px 0px 0px;
	}


input::placeholder{
	color:black;
	font-size:15px;
	margin-top:0px;
    padding: 0px 8px;
	}

.c9{
    display: flex;
    justify-content: center;
}
.c9 button{
	color:white;
	width:150px;
	height:50px;
	font-size:15px;
	border-radius:30px 30px;
	/* margin-left:120px; */
    
    box-shadow: 1px 3px 10px 3px #16bcc5a0;
   background:  rgba(0, 128, 128, 0.926);
   	margin-top:20px;
    outline: none;
    border: none;
	}
/* 
    .c9 button:hover{
        background: transparent linear-gradient(90deg,#07CCEC 0%, #1E0B9B 100%);
    } */

textarea{
	    margin-top: 15px;
    margin-left: 36px;
    border: none;
    font-size: 17px;
    padding-top: 5px;
    background: rgb(0, 0, 0, 0.1);
    width: 465px;
    height: 80px;
    padding: 0px 8px;

	}