body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.logo-img {
    text-align: center;
    padding-left: 80px;
    cursor: pointer;
}

.logo {
    width: 62PX;
    height: 50px;
}

.project {
    border: 1px solid #EDEBFB;
    padding: 12px 25px 12px 25px;
    border-radius: 30px;
    color: #e72079;
    background-color: #FFFFFF;
    transition: all 1s ease;
}

.project:hover {
    border: 1px solid #e72079;
}

.btn-head {
    text-align: center;
    color: rebeccapurple;
}

.btn-a {
    color: #314163;
}

.maina {
    color: #e72079;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.mainb {
    color: #314163;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 25px;
}

.mainc {
    color: #9DAAC1;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}

.maind {
    text-align: center;
}

.img-bg{
    background-color: #eeeeee;
}

.aboutcdiv {
    margin-top: 30px;
    margin-bottom: 30px;
}

.aboutbox {
    padding-top: 90px;
}

.abouta {
    border-bottom: 5px solid #e72079;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.aboutb {
    color: #314163;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.aboutc {
    color: #A8B3C8;
    font-weight: 300;
    margin-bottom: 25px;
}

.aboutd {
    color: #e72079;
    font-size: 40px;
    font-weight: 600;
}

.aboutimg {
    height: 400px;
    width: 450px;
    margin-top: 50px;
    animation: tab-man 2s linear infinite;
}

@keyframes tab-man {
    100% {
        transform: translateX(-5px)
    }

    50% {
        transform: translateX(5px)
    }

    0% {
        transform: translateX(-5px)
    }
}


.aboutimg2 {
    height: 80px;
    transform: skewY(-12deg);
}

.icons-sc {
    background-color: #ECF2FF;
    padding-top: 1px;
}

.icon-cdiv {
    margin-top: 75px;
    margin-left: 300px;
}

.icon-a {
    margin-bottom: 60px;
    text-align: center;
}

.titl-cdiv {
    margin-bottom: 50px;
    margin-top: 30px;
}

.titl-a {
    border-bottom: 5px solid #e72079;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.titl-b {
    color: #314163;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.titl-c {
    color: #929FBA;
    font-size: 15px;
}

.pro-cdiv {
    margin-top: 50px;
}

.pro-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.col-md-6 a {
    color: #303D59;
}

.pro-1 {
    color: #303D59;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
}

.responsive-p {
    margin-bottom: 50px;
}

.pro-2 {
    color: #8C9BB6;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 35px;
}

.pro-3 {
    color: #836EE6;
    font-weight: 400;
    font-size: 19px;
}

.titl-cdiv {
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 100px;
    /* background-color: #ECF2FF; */
}


.titl-b {
    color: #314163;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.titl-c {
    color: #929FBA;
    font-size: 15px;
}

.expt-cdiv {
    padding-top: 40px;
    background-color: #ECF2FF;
}

.expt-box {
    margin-bottom: 20px;
    text-align: center;
}

.expt-img {
    height: 60px;
}

.expt-a {
    margin-bottom: 35px;
}

.expt-b {
    color: #303D59;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.expt-c {
    color: #8494B2;
    font-size: 15px;
    font-weight: 400;
}

.contect-cdiv {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contect-a {
    text-align: center;
    color: #314163;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 40px;
}
.contect-f {
    display: block;
    width: 100%;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 25px 0px 25px 20px;
    border-radius: 30px;
    color: #C1C9D8;
    font-size: 15px;
    letter-spacing: 3px;
}

.contect-b {
    color: #8A99B5;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contect-d {
    text-align: center;
    margin-bottom: 55px;
}

.contect-e {
    text-align: center;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.contect-ul {
    display: flex;
    text-align: center;
}

.contect-ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contect-li a{
    color: #fff;
}
.contect-li {
    border: 1px solid #EDEBFB;
    margin-right: 30px;
    background-color: #e72079;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    color: white;
    transition: all .7s ease;
}
.contect-li:hover {
    border: 1px solid #836EE6;
    background-color: black;
    color: white;
    transform: translateY(-10px);
}
.contect-li:hover a{
    color: #fff;
}

.footer-a {
    text-align: center;
    color: #314163;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    padding-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}
.bgs{
    background-color: #ECF2FF;
}