@media (min-width: 1024px){
.section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}}
@media (min-width: 768px){
.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}}
.section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (min-width: 1024px){
.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}}
.gap-10 {
    gap: 2.5rem;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid {
    display: grid;
}

.mini-title {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(48 190 173 / var(--tw-text-opacity));
}


@media (min-width: 1024px){
.column-title {
    line-height: 61.6px;
}}
@media (min-width: 1024px){
.column-title {
    font-size: 44px;
}}
@media (min-width: 768px){
.column-title {
    line-height: 56px;
}}
@media (min-width: 768px){
.column-title {
    font-size: 38px;
}}
.column-title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(12 19 39 / var(--tw-text-opacity));
}

.shape-bg {
    display: inline-block;
    background-image: url(../webstacodev/images/svg/line-shape.svg);
    background-repeat: no-repeat;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 126 132 / var(--tw-text-opacity));
    background-size: 100%;
    background-position: center bottom;
}

img, video {
    max-width: 100%;
    height: auto;
}

.pt-8 {
    padding-top: 2rem;
}

.flex {
    display: flex;
}


.flex-1 {
    flex: 1 1 0%;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px){
.column-title {
    font-size: 44px;
}}


@media (min-width: 1024px){
.column-title {
    line-height: 61.6px;
}}

.mb-1 {
    margin-bottom: 0.25rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}


.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 126 132 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
.btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
}}
@media (min-width: 1024px){
.btn {
    padding-top: 16px;
    padding-bottom: 16px;
}}
@media (min-width: 1024px){
.btn {
    padding-left: 32px;
    padding-right: 32px;
}}
.btn {
    display: inline-block;
    border-radius: 0.375rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn:first-child:hover, :not(.btn-check)+.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #5C0DC1;
    border-color: var(--bs-btn-hover-border-color);
}

.abty{
	font-size:20px;
}


@media only screen and (min-width:768px) and (max-width:1900px){
.abtmaxw{
	
	max-width:78%;
}

}