@property --myColor1 {
    syntax: '<color>';
    initial-value: #90C64B;
    inherits: false;
}

@property --myColor2 {
    syntax: '<color>';
    initial-value: #3A8939;
    inherits: false;
}

@property --myColor3 {
    syntax: '<color>';
    initial-value: #1E672D;
    inherits: false;
}

a.all {
    border-radius: 100px;
    background: linear-gradient(43deg, var(--myColor1) 14.63%, var(--myColor2) 45.53%, var(--myColor3) 64.52%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 216px;
    text-align: center;
    padding: 16px 0;
    margin-top: 24px;
    transition: --myColor1 2s, --myColor2 2s, --myColor3 2s;
}

.all {
    border-radius: 100px;
    background: linear-gradient(43deg, var(--myColor1) 14.63%, var(--myColor2) 45.53%, var(--myColor3) 64.52%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 216px;
    text-align: center;
    padding: 16px 0;
    margin-top: 24px;
    transition: --myColor1 2s, --myColor2 2s, --myColor3 2s;
}

.all:hover {
    --myColor1: #1E672D;
    --myColor2: #3A8939;
    --myColor3: #90C64B;
}



.title h3 {
    color: var(--White, #FFF);
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.title p {
    color: var(--White, var(--White, #FFF));
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}

.title .bong {
    position: relative;
}

.title .bong::after {
    content: 'BOBUGO';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -10%);
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: 96px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}











.why {
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    padding: 50px 0 35px;
}

.why .position-absolute {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    filter: blur(10px);
}

.why .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.why .text h3 {
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 16px;
}

.why .text p {
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.FEATURES {
    padding: 40px 0 60px;
}

.FEATURES .col-lg-6 .d-flex {
    gap: 15px;
}

.FEATURES .col-lg-6:nth-child(2) .d-flex {
    gap: 15px;
    align-items: end;
}

.FEATURES .col-lg-6:nth-child(4) .d-flex {
    gap: 15px;
    align-items: end;
}

.FEATURES .col-lg-6:nth-child(2) .d-flex .text {
    -ms-flex-order: 1;
    order: 1;
}

.FEATURES .col-lg-6:nth-child(4) .d-flex .text {
    -ms-flex-order: 1;
    order: 1;
}

.FEATURES .col-lg-6:nth-child(2) .d-flex img {
    -ms-flex-order: 2;
    order: 2;
}

.FEATURES .col-lg-6:nth-child(4) .d-flex img {
    -ms-flex-order: 2;
    order: 2;
}

.FEATURES .col-lg-6 {
    padding: 40px;
}

.FEATURES .col-lg-6 .text {
    border-radius: 20px;
    border: 1px solid var(--stroke-1, #FFF);
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    height: max-content;
    padding: 24px;
    width: 349px;
    margin: 30px 0;
}

.FEATURES .col-lg-6 .text h4 {
    color: var(--White, #FFF);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.FEATURES .col-lg-6 .text p {
    color: var(--White, #FFF);

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.roadmap {
    padding: 40px 0 60px;
}

.layout {
    --f-columns: 2;
    --f-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
    justify-content: center;
}

.layout .item {
    margin-left: var(--f-gap);
    margin-bottom: 80px;
    width: calc((100% / var(--f-columns) - var(--f-gap)));
    display: flex;
    align-items: center;
    gap: 32px;
}

.layout .item .round {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 0px 32px 1px rgba(255, 255, 255, 0.84) inset;
    backdrop-filter: blur(6px);
    width: 184px;
    height: 184px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.layout .item .round h4 {
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.layout .item .round p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.layout .item .block {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 24px;
    width: max-content;
    height: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.layout .item .block ul {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 0;
}

.layout .item .block ul li {
    color: var(--White, #FFF);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.line-bg {
    background-image: url('../img/lines.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.our {
    padding: 40px 0;
}

.our .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.our .owl-carousel .owl-item .item>img {
    height: 200px;
}

.our .owl-carousel .owl-item .item .d-flex img {
    transition: all 0.5s;
}

.our .owl-carousel .owl-item .item .d-flex img:hover {
    filter: invert(34%) sepia(99%) saturate(579%) hue-rotate(-9deg) brightness(116%) contrast(155%) !important;
}

.our .bg {
    background: rgba(255, 255, 255, 0.05);
    padding-bottom: 24px;
    margin-top: 40px;
}

.our .team .item {
    border-radius: 20px;
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    padding: 24px 16px;
    margin: 35px 25px;
    backdrop-filter: blur(10px);
}

.our .team h4 {
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.our .team p {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}

.our .team .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
}

.our .team .owl-dots .owl-dot {
    width: 20px;
    height: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
}

.our .team .owl-dots .owl-dot.active {
    width: 40px;
    background-color: #fff;
}

.group {
    padding: 100px 0;
}

.trademark {
    background: var(--white-10, #ffffff1a);
    backdrop-filter: blur(50px);
    padding: 25px;
}

.trademark .item {
    display: flex;
    align-items: center;
    gap: 80px;
    margin: auto;
    justify-content: space-around;
}

.infomation {
    padding-bottom: 80px;
}

.infomation .content {
    padding: 96px 0;
    margin: 25px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: var(--ffffff, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
}

.infomation .content h3 {
    color: var(--White, #FFF);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.infomation .content p {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infomation .content input {
    border-radius: 124px;
    background: rgba(255, 255, 255, 0.10);
    padding: 21px 24px;
    width: 465px;
    border: 0;
    outline: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infomation .content button {
    outline: 0;
    border: 0;
    margin-left: 16px;
}

.infomation .content input::placeholder {
    color: #fff;
    opacity: 1;
}

.blog {
    padding: 60px 0;
}

.blog .item {
    border-radius: 20px;
    overflow: hidden;
}
.blog .text {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 24px 24px;
    height: 220px;
}

.blog .text h6 {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.blog .text h5{
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 0;
}

.blog .text p {
    color: var(--White, #FFF);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}