@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700;800&display=swap');
.wrap-alert-text{
    display: flex;
    align-items: center;
}
.info-services{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 30px;
}
.header__call-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #001439;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    width: 208px;
    height: 70px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__call-btn:hover {
    color: #fff;
    background: #3367D6;
}
.header__call-btn::after {
    background: linear-gradient(90deg, rgba(52,168,83,0.6) 0%, rgba(66,133,244,0.6) 50%, rgba(251,188,5,0.6) 100%);
    filter: blur(30px);
    content: "";
    width: 208px;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.double-text{
 display: block;
}
.blue-text{
    display: block;
    color: #4285F4;
}
.double-text::before {
    content: "with spending history from";
    color: #000;
    position: absolute;
    transform: translateY(11%);
    -webkit-text-stroke: 1px #80899C;
    text-shadow: 0px 0px 0px;
    z-index: -1;
}
.tp-btn-border.active {
    color: var(--tp-common-white);
    border: 1px solid #4285F4;
    background: #4285F4;
    margin-left: 30px;
}
.img-r {
    background: #34A853;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-benefits{
    background: #021944;
    border-radius: 20px;
    min-height: 234px;
    border: 1px solid #021944;
}
.bg-benefits:hover {
    background: #021944;
    border: 1px solid #082458;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
    cursor: pointer;
}
.bg-benefits p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.cta__content-2 .header__call-btn::after{
    height: 40%!important;
}
.subtitle{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.active-dark-mode .list-services li{
    color: #fff;
}
.list-services li {
    list-style-type: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 40px;
    text-indent: -8px;
    margin-bottom: 36px;
}
.list-services li::before {
    content: "-";
    position: relative;
    right: 30px;
}
.list-services li:hover{
    color: #34A853;
    cursor: pointer;
}
.list-services li:hover .list-services li::before{
    color: #34A853;
}
.services-item {
    background: #4285F4;
    border-radius: 20px;
    padding: 50px 88px 50px 50px;
    padding-right: 250px;
    background-image: url(../fonts/services-bg-logo.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.services-item .services-item-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.services-item .services-item-description{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.services-item .services-item-price{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #34A853;
}
.services-item a {
    height: 70px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 23px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-item a:hover {
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
}

.list-services .slick-list{
    display: flex;
}
.list-services .slick-list .slick-slide{
    height: auto!important;
    opacity: 1!important;
    width: 100%;
}
.slider-for .slick-list{
    height: 100%!important;
}
.slider-for .slick-slide{ 
    opacity: 1!important;
}

.why-section {
    background: #021944;
    border-radius: 20px;
}
.why-section-bg {
    background: #021944;
    border-radius: 20px;
    background-image: url(../fonts/bg-info.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.why-section .why-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}
.why-section ul{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.why-section .more{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #34A853;
    fill: #34A853;
}
.why__content-wrapper{
    padding: 50px;
}
.why-section .more:hover, .why-section svg:hover{
    color: #4285F4;
    fill: #4285F4;
}
.after-12{
    margin-right: 12px;
}
.margin-300{
    margin-right: 300px;
}
.contact-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-item .contact-block-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #021944;
    border-radius: 20px;
    max-width: 208px;
}
.contact-item .contact-block-item .img-icon{
    font-size: 25px;
    color: #34A853;
    padding: 20px;
}
.contact-item .contact-block-item .contact-content-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.contact-item .contact-block-item .contact-content-time{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #949494;
}

@media screen and (max-width: 1200px) {
    .wrap-alert-text-none {
        display: none;
    }
    .header__right-wrapper{
        justify-content: space-around;
    }
    .header__wallet-wrapper{
        margin: 0 45px 0 0;
    }
    .header__logo svg {

    }
}
@media screen and (max-width: 1024px) {

}
.header__right-wrapper{
    align-items: center;
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .header__wallet-wrapper{
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .header__right-wrapper {
        justify-content: space-around;
        height: 100%;
    }
    .header__wallet-wrapper{
        display: none!important;
    }
    .header__wallet-wrapper{
        margin: 0 45px 0 0;
    }
    .slider__title-2 {
        font-size: 22px;
        text-align: center;
        line-height: 42px;
    }
    .slider__content-2 > p {
        text-align: center;
    }
    .slider__btn-2 {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .section__title-2 {
        text-align: center;
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
    }
    .blog__item {
        min-height: auto;
    }
    .header__call-btn {
        width: 100%;
    }
    .cta__content-2{
        width: 100%;
    }
    .services-item {
        padding-right: 0;
        padding: 50px;
    }
    .margin-300 {
        margin-right: 0px;
    }
    .footer__style-2 .footer__menu a {
        padding-right: 6px;
        margin-right: 6px;
    }
    .why-title br{
        display: none;
    }
    .contact-item .contact-block-item {
        max-width: 100%;
    }
    .contact-content{
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .slider__height-2 {
        min-height: 500px;
    }
    .header__logo svg{
        display: block;
    }

}
.bg-red{
	background: linear-gradient(-45deg, #FBBC05, #34A853, #4285F4, #EA4335);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
}
.header__logo svg {
    display: block;
    max-height: 45px;
    width: auto;
}

.breadcrumb__list {
    color: #34A853;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.breadcrumb__list a{
    color: #fff;
}
.services-img {
    background: #031E4F;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 185px;
}
.services-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
}
.services-subtitle{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.services-info-item{
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.services-info-item span {
    color: #516283;
    min-width: 140px;
}
.services-price{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #34A853;
}

.btn-write a{
    margin-left: 0!important;
}
.bg-services-item{
    background: #021944;
    border-radius: 20px;

}
.bg-services-item:hover{
    background: #041638;
    cursor: pointer;
}
.services-info{
    border-left: 1px solid #192A46;
    border-right: 1px solid #192A46;
    padding: 0 40px;
}
.filter-w50{
    width: 50%;
}

@media screen and (max-width: 992px) {
    .title-acc {
        margin-left: 0!important;
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .services-info {
        border-left: 0px solid #192A46;
        border-right: 0px solid #192A46;
        padding: 0;
        margin-bottom: 30px;
    }
    .flex-sm-column-mob{
        display: flex;
        flex-direction: column;
    }
    .services-price {
        margin-bottom: 30px;
    }
    .btn-write .slider__btn-2 {
        width: 100%!important;
    }
    .btn-write .slider__btn-2 a {
        width: 100%!important;
        border-radius: 20px;
    }
    .btn-write .slider__btn-2 .mb-15 {
        margin-bottom: 0!important;
    }
    .services-subtitle {
        text-align: center;
    }
    .mb-35-last{
        margin-bottom: 40px!important;
    }
    .nft__filter.mb-35{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .services-info {
        padding: 0 20px;
    }
    .services-title {
        font-family: 'Poppins';
        font-size: 16px;
    }
    .btn-write .slider__btn-2 .tp-btn-border {
        width: 165px!important;
    }
}

.img-acc-full {
    background: #031E4F;
    border-radius: 20px;
    display: flex;
    padding: 38px;
    position: relative;
    justify-content: center;
}
.img-acc-full span{
    position: absolute;
    top: 0;
    background: #34A853;
    border-radius: 20px 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.acc-full-content {
    background: #021944;
    border-radius: 20px;
    padding: 39px;
}
.acc-full-content-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.acc-full-content-subtitle{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.acc-full-content-item span{
    color: #34A853;
    min-width: 120px;
}
.acc-full-content-item{
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.acc-full-content-price{
    color: #34A853;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    display: inline-block;
    margin-right: 50px;
}
.acc-full-content-btn {
    width: 268px;
    height: 70px;
    background: #4285F4;
    border-radius: 100px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}
.acc-full-content-info{
    display: flex;
    margin-bottom: 30px;
}
.acc-full-content-item span.solid-a{
    display: block;
    min-width: auto;
    margin: 0 20px;
    color: #253C62;
}
.acc-full-content-btn:hover{
    color: #fff;
    background-color: #031e4f;
    cursor: pointer;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
    .acc-full-content-info {
        flex-direction: column;
    }
    .acc-full-content-item span.solid-a {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .acc-full{
        flex-direction: column;
    }
    .acc-full .ml-30{
        margin-left: 0;
    }
    .mobile-100{
        width: 100%;
    }
    .img-acc-full span {
        left: auto;
        border-radius: 0px 0px 10px 10px;
    }
    .acc-full-content-info {
        flex-direction: column;
    }
    .acc-full-content-info span.solid-a{
        display: none;
    }
    .acc-full-content-price{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .acc-full-content-btn{
        width: 100%;
    }
    .acc-full-content {
        position: relative;
        top: -30px;
    }
    .img-acc-full {
        z-index: 9;
    }
    .acc-full-content-title {
        margin-top: 10px;
        text-align: center;
    }
    .acc-full-content-subtitle {
        text-align: center;
    }
    .acc-full-content-item {
        justify-content: space-between;
    }
}
@media screen and (max-width: 500px) {
    .acc-full-content-title {
        font-size: 26px;
    }
    .acc-full-content-subtitle {
        font-size: 20px;
    }
    .acc-full-content-price {
        margin-right: 0px;
    }
}
.bid__btn-wrapper{
    width: 100%;
}
.bid__btn-wrapper a {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bg-services-img {
    background-image: url(../fonts/services-bg-logo.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
h3.bid__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
/*.bid__stock{*/
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    line-height: 36px;*/
/*    min-height: 72px;*/
/*}*/
.bid__stock p{
    color: #34A853;
}
.bg-services-img .bid__highest{
    min-height: 64px;
}
.product__details-thumb-tab ul li{
    margin-left: 15px;
}
.product__details-bid-info p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #34A853;
    margin-bottom: 35px;
}
.product__details-wrapper .product__details-title{
    margin-bottom: 35px;
}
.product__details-bid-info p span {
    color: #34A853;
}
.product__details-wrapper .product__details-meta a{
    width: 200px;
    height: 60px;
    background: #4285F4;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.services-full-bg{
    background: #4285F4;
    border-radius: 20px;
    padding: 50px;
}
.title-cta-service-full{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;

}
.description-cta-service-full{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.tg-call-btn{
    width: 200px;
    background: #4285F4;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 15px;
}
.tg-call-btn:hover{
    color: #fff;
}
.services-full-related-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    min-height: 70px;
}
.services-full-related-description{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.services-full-related-price-from p{
    color: #34A853!important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    opacity: 1;
}
.services-full-related-btn-go a{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #4285F4;
}
.bhw-btn {
    width: 208px;
    height: 70px;
    background: #041F51;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.bhw-btn:hover{
    color: #fff;
    background: none;
}
.hs-bg-btn{
    background: #4285F4;
}
.hs-bg-btn:hover{
    color: #fff;
    background: #3367D6;
}
.list-about-hs{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    margin-left: 20px;
}
.list-about-hs{
    list-style-image: url("../images/hs-li.png");
}
.list-about-hs li{
    margin-bottom: 30px;
}
.basic-pagination ul span{
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.basic-pagination ul a{
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.06);

}
.basic-pagination ul li:last-child{
    margin-right: 0!important;
    margin-left: 10px;
}
.basic-pagination ul a:hover{
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.basic-pagination ul li{
    margin-right: 10px!important;
}
.basic-pagination ul li:first-child{
    margin-right: 10px!important;
}
.main-menu ul li .submenu {
    left: auto;
}
.item-rev-1 {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.item-rev-2{
    display: flex;
    flex-wrap: wrap;
}
.flex-direction-column {
    flex-direction: column;
    padding: 50px;
    background: #194ba980;
    border-radius: 20px;
    border: none;
    min-height: 362px;
}
.item-rev-2 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.faq-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.accordion-header {
    margin-bottom: 0;
    background: #021944;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
}
.faq__tab-content .accordion-item .accordion-body {
    border-radius: 0;
    background: #021944;
}
.faq-title-payment{
    margin-top: 22px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.accordion-body ul {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0 20px;
    padding-top: 30px;
}
.accordion-body ul li{
    color: #fff;
}
.center-block {
    display: flex;
    align-items: center;
}
.btn-reset{
    border-radius: 100px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 70px;
    width: 190px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
    .block-100 .nft__filter{
        width: 100%;
        margin-bottom: 30px;
    }
    .block-100 .nft__filter .btn-reset{
        width: 100%;
    }
}
.color-ff .bid__stock p{
    color: #fff!important;
}
.services-content #dle-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.services-content #dle-content .bid__item {
    margin: 10px;
}
.text_read h1{
    color: #fff;
}
.text_read h2{
    color: #fff;
}
.text_read h3{
    color: #fff;
}
.text_read ul{
    margin-left: 18px;
}
.text_read p a{
    text-decoration: underline;
}
.blog-padding{
    padding-left: 15px;
}
.text_read .blog-alert {
    display: flex;
    background: #021944;
    padding: 25px;
    border-radius: 20px;
    margin: 30px 0;
}
.text_read .blog-alert .cta__content-2 img{
    width: 100%;
}


.text_read .blog-alert .title-cta-service-full {
    font-size: 30px;
    margin-bottom: 20px;
}
.text_read  .cta__content-2 .header__call-btn::after {
    height: 50px!important;
    z-index: 9;
}
.about-link-underline {
    text-decoration: underline;
}

.country-value{
    color: #fff!important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
}
.services-item { 
    /* min-height: 420px; */
}
 
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media screen and (max-width: 1200px) {

    .nft__filter-title { 
        font-size: 20px; 
    }

}
/** скрытие перврго города**/
.nice-select .list li.option:first-child {
    display: none;
}
.seo-content-text{

}
.seo-content-title{
    color: #fff;
}
.seo-content-text ul{
    list-style: disc;
    margin-left: 45px;
    color: #fff;
}
.seo-content-text h2{
    color: #fff;
}

/* CP88 Service Boxes Animation */
.services-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    margin-bottom: 20px;
}
.services-item.animated {
    opacity: 1;
    transform: translateY(0);
}
.services-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(66, 133, 244, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-item.animated:hover {
    transform: translateY(-5px);
}
