@media (min-width: 768px) and (max-width: 991px) {
    .registerarea__wraper {
        max-width: 100%;
    }
}
.registerarea__wraper {
    max-width: 85%;
    padding-bottom: 80px;
    width: 85%;
    padding-left: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .registerarea {
        padding-bottom: 80px;
        margin-bottom: 0;
    }
}

.registerarea {
    background-image: url(../../assets/images/banner/register__bg.png);
    position: relative;
    margin-bottom: 150px;
    padding-left: 7%;
}
.sp_top_90 {
    padding-top: 90px;
}
.registerarea::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: auto;
    background: rgba(38, 0, 148, 0.93);
    top: 0;
    bottom: 0;
    box-sizing: border-box;
}
@media (min-width: 1500px) and (max-width: 1920px), (min-width: 1366px) and (max-width: 1499px) {
    .container {
        max-width: 1200px;
    }
}
.row {
    --bs-gutter-x: 1.875rem;
}
@media (min-width: 768px) {
    .container{
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .registerarea__img .register__1 {
        top: 0%;
        left: 0;
    }
}

.registerarea__img .register__1 {
    position: absolute;
    top: 8%;
    left: 8%;
    animation: 3s linear 0s infinite alternate none running dot-anim-2;
}
@media (min-width: 768px) and (max-width: 991px) {
    .registerarea__img .register__2 {
        left: 71%;
        top: 24%;
    }
}

.registerarea__img .register__2 {
    position: absolute;
    top: 50%;
    left: 11%;
    animation: cir-anim 6s linear 0s infinite alternate;
}
@media (min-width: 768px) and (max-width: 991px) {
    .registerarea__img .register__3 {
        top: 3%;
        left: 83%;
    }
}
.registerarea__section__title {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
.registerarea__img .register__3 {
    position: absolute;
    top: 60%;
    left: 3%;
    animation: 3s linear 0s infinite alternate none running dot-anim;
}
.default__small__button {
    padding: 5px 23px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--primaryColor);
    border-radius: var(--borderRadius2);
    background: var(--whitegrey3);
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.registerarea__section__title .section__title__heading h2 {
    color: var(--bs-white);
    z-index: 1;
}
.section__title .section__title__heading h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 0;
    width: 87%;
}
.submit_btn{
    padding: 10px 25px;
    background-color: var(--bs-orange);
    color: var(--bs-white);
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid var(--bs-orange);
    transition: .3s;
}
.submit_btn:hover{
    background-color: var(--bs-white);
    color: var(--bs-orange);
    border: 1px solid var(--bs-orange);
}
@media (min-width: 768px) and (max-width: 991px) {
    .section__title .section__title__heading h2 {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section__title .section__title__heading h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

.heading__underline span {
    position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
    .heading__underline span:after {
        bottom: 19px;
    }
}

.heading__underline span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: var(--bs-orange);
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.registerarea__section__title .section__title__heading h2 small {
    color: var(--bs-yellow);
    font-size: 42px;
}
.small, small {
    font-size: .875em;
}
.registerarea__content {
    z-index: 1;
    position: relative;
}
.registerarea__video {
    display: flex;
    align-items: center;
}
.registerarea__video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--secondaryColor);
    color: var(--whiteColor);
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}
.registerarea__video p {
    font-weight: 600;
    color: var(--bs-white);
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
@media (min-width: 768px) and (max-width: 991px) {
    .registerarea__form {
        margin-bottom: 0;
        margin-top: 60px;
    }
}
.registerarea__form {
    position: relative;
    z-index: 1;
    padding: 40px 35px 35px 35px;
    background: var(--bs-white);
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
    border-radius: 10px;
    margin-bottom: -150px;
    width: 90%;
    margin-left: -55px;
}
.registerarea__form .registerarea__form__heading h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.registerarea__form form .register__input {
    height: 50px;
    width: 100%;
    border: none;
    background: var(--bs-gray-100);
    padding: 10px 15px;
    font-size: 16px;
    line-height: 54px;
    margin-bottom: 25px;
}
.registerarea__form form .register__input:focus {
    outline: none; /* removes default blue outline */
    border: none; /* add your highlight color */
    background: var(--bs-gray-100); /* optional: change background */
}
.row {
    --bs-gutter-x: 1.875rem;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.registerarea__form form .register__input.textarea {
    height: 155px;
    width: 100%;
}
.default__button {
    padding: 10px 25px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    display: inline-block;
    text-align: center;
    border-radius: var(--borderRadius);
    font-size: 15px;
    border: 1px solid var(--primaryColor);
}
[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icofont-long-arrow-right:before {
    content: "\ea94";
}
.registerarea__video a::before {
    content: "";
    border: 2px solid var(--bs-white);
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.registerarea__video a::after {
    content: "";
    border: 2px solid var(--bs-white);
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.registerarea__video a img {
    width: auto;
}
.registerarea__video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--bs-orange);
    color: var(--bs-white);
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}
@keyframes zoomBig{
    0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
}
40% {
    opacity: 0.5;
    border-width: 2px;
}
65% {
    border-width: 1px;
}
100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
}
}
.registerarea__section__title {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.section__title {
    margin-bottom: 40px;
}
.section__title__button .default__small__button {
    padding: 5px 23px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--bs-orange);
    border-radius: 10px;
    background: var(--bs-warning-border-subtle);
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}