﻿

.homeMain .dropAreaWrap {
    width: 400px;
    height: 400px;
    border-radius: 500px;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    z-index: 9;
}

.homeMain .dropElement {
    position: absolute;
    width: 100%;
    text-align: center;
}

.homeMain .animated {
    display: block;
}

.homeMain .animated {
    animation-duration: .7s;
    animation-fill-mode: both;
}

.homeMain .zoomIn {
    animation-name: zoomIn;
}

.homeMain img {
    width: 270px;
    margin-right: 120px;
    margin-top: -40px;
}


.homeMain .draggablePointsWrap {
    width: 500px;
    height: 500px;
}

.homeMain .infoTextWrap {
    right: -300px;
    height: -200px;
}

.homeMain .titleTextWrap .title {
    font-size: 25px;
}

.homeMain .p5 {
    top: calc(50% - 260px);
    left: calc(100% - 165px);
}

.homeMain .subTitleWrap .subtitle .gredientBt {
    padding: 10px;
}

.aboutuscontent {
    margin-top: 50px;
}

    .aboutuscontent h3 {
        color: #331da3;
        font-family: montserratbold;
        font-size: 20px;
        white-space: nowrap;
        display: inline-block;
    }

    .aboutuscontent p {
        color: #180b57;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 1rem;
        margin-top: 10px;
    }

.marginaboutus {
    margin-left: 150px;
}
