img {
    max-width: 100%;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.font-25 {
    font-size: 25px;
}

.new-banner {
    background: 0 35px/contain url(/uploads/images/new-banner-1.webp), center/cover url(/uploads/images/new-banner.webp);
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.container {
    max-width: 1316px;
}

.new-outline-btn {
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: linear-gradient(90deg, #602DB2 0%, #2566E2 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.new-outline-btn:hover {
	background: linear-gradient(90deg, #8253BD 0%, #418AED 100%);
}

.new-btn {
    position: relative;
  	border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.new-btn:hover {
	background-color: #4D9CFD;
}

.new-btn:hover::before {
	background: none;
}

.violet-btn-new {
    padding: 8px 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #602DB2 0%, #2566E2 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    color: white;
}

.violet-btn-new:hover {
    color: white;
}

.new-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(90deg, #602DB2 0%, #2566E2 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.new-banner__title {
    margin-bottom: 73px;
}

.new-banner__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
}

.new-banner__card {
    position: relative;
    padding: 16px;
    padding-top: 53px;
    background: linear-gradient(180deg, #3959EE 0%, #631DD0 100%);
    box-shadow: 0px 9px 15.9px -4px rgba(0, 0, 0, 0.25);
}

.new-banner__card::before {
    position: absolute;
    content: url(/uploads/images/pin.webp);
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
}

.work__btn::before {
    content: url(/uploads/images/btn-pic.webp);
    position: absolute;
    top: calc(-100% - 6px);
}

.we {
    background-color: rgba(37, 102, 226, 0.17);
    background-image: url(/uploads/images/we-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
}

.gradient-text-new {
    color: #0F1767;
    /* background: conic-gradient(from 90deg at 50% 50%, #631DD0 0deg, #2566E2 360deg); */
    background: linear-gradient(180deg, #2566E2, #631DD0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.big-text {
    font-size: 30px;
    line-height: 35.22px;
    font-weight: 700;
}



.sell__btn::before {
    content: url(/uploads/images/btn-pic.webp);
    position: absolute;
    top: calc(-100% - 6px);
    right: 18px;
}

.calculator {
    background-color: rgba(37, 102, 226, 0.17);
    background-image: url(/uploads/images/calculator-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.calculator__input {
    max-width: 62px;
}

.calculator__block {
    gap: 14px;
}

.calculator__btn {
    background-repeat: no-repeat;
    background-position: center;
}

.calculator__btn::before {
    content: url(/uploads/images/btn-pic.webp);
    position: absolute;
    top: -100%;
    right: -20px;
    transform: rotate(17deg);
}

.faq {
    background-color: rgba(37, 102, 226, 0.17);
}


.faq .card-header .btn {
    padding: 10px 34px;
    border-radius: 25px;
    background-color: white;
    text-decoration: none;
}

.faq__accordion {
    gap: 12px;
}

.faq__accordion .card-body {
    border-radius: 10px;
}

.faq__accordion .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.faq__accordion .btn[aria-expanded="false"]::after {
    content: '+';
    font-size: 25px;
    font-weight: 700;
    line-height: 29.35px;
}

.faq__accordion .btn[aria-expanded="true"]::after {
    content: '-';
    font-size: 25px;
    font-weight: 700;
    line-height: 29.35px;
}

.about {
    background: left/contain url(/uploads/images/about-bg.webp), center/cover url(/uploads/images/new-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


.work__img {
    margin-bottom: 10px;
    box-shadow: -1px 1px 2px 0px rgba(93, 48, 181, 0.2),
        -3px 3px 4px 0px rgba(93, 48, 181, 0.17),
        -7px 6px 6px 0px rgba(93, 48, 181, 0.1),
        -12px 11px 7px 0px rgba(93, 48, 181, 0.03),
        -19px 17px 7px 0px rgba(93, 48, 181, 0);
    border-radius: 34px;
}

.work .col:nth-child(1) .work__img {
    border-radius: 38px;
}

.work .col:nth-child(2) .work__img {
    border-radius: 24px;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-wrapper .swiper-slide {
    height: auto;
}

body .swiper-pagination-bullet {
    background: linear-gradient(90deg, #602DB2 0%, #2566E2 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
}

body .swiper-pagination-bullet-active {
    border: 2px solid rgba(255, 255, 255, 1);
}

body .swiper-button-prev,
body .swiper-button-next {
    margin-top: 0;
    position: static;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 37px;
    height: 26px;
    border-radius: 10px;
    background: linear-gradient(90deg, #602DB2 0%, #2566E2 100%);
    border: 1px solid rgba(255, 255, 255, 1);
}

body .swiper-button-prev::after,
body .swiper-button-next::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: white;
}

body .swiper-button-prev::after {
	content: url('/uploads/images/new-prev.svg');
}

body .swiper-button-next::after {
	content: url('/uploads/images/new-next.svg');
}



@media (max-width: 991px) {
    .new-banner__btns {
        gap: 24px;
    }

    .new-banner__img {
        max-width: max-content;
    }

    .about__img {
        order: 1;
    }

    .calculator {
        background-size: cover;
    }

    
}

@media (max-width: 767px) {
    .work__img {
        max-width: 72px;
        border-radius: 23px;
    }

    .work .col:nth-child(1) .work__img {
        border-radius: 24px;
    }

    .work .col:nth-child(2) .work__img {
        border-radius: 20px;
    }

    .work__btn::before {
        content: url(/uploads/images/btn-pic-1.webp);
        position: absolute;
        top: calc(-100% - 6px);
        right: 5px;
    }

    .new-banner__container {
        display: contents;
    }

    .new-banner__container .new-banner__title {
        padding: 0 15px;
        order: -1;
        text-align: center;
    }

    .new-banner__btns {
        padding: 0 15px;
        gap: 14px;
        align-items: center;
        width: 100%;
    }

    .new-banner {
        background: top/contain url(/uploads/images/new-banner-1-phone.webp), center/cover url(/uploads/images/new-banner.webp);
        background-repeat: no-repeat;
        /* background-size: cover; */
    }

    .new-banner__title {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        line-height: 28.18px;
    }

    html h2 {
        font-size: 23px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
    }

    .we::before {
        content: url(/uploads/images/we-2-phone.webp);
        position: absolute;
        left: 0;
        top: -15px;
      	width: 100px;
    }

    .we::after {
        content: url(/uploads/images/planet.webp);
        position: absolute;
        right: 45px;
        top: 10px;
    }

    .font-22 {
        font-size: 16px;
        line-height: 18.78px;
    }

    .we {
        background-image: url(/uploads/images/we-bg-phone.webp);
        background-position: top right;
    }

    .big-text {
        font-size: 16px;
    }

    .sell .col:nth-child(2),
    .sell .col:nth-child(4) {
        position: relative;
        top: 30px;
    }

    .sell__btn::before {
        content: url(/uploads/images/btn-pic-1.webp);
        position: absolute;
        top: calc(-100% - 6px);
        right: auto;
        left: 20px;
    }

    .calculator h2 span {
        display: none;
    }

    .calculator__block {
        gap: 10px;
    }

    .calculator__input {
        max-width: 40px;
        border-radius: 50%;
    }

    body .btn:not(.calculator .btn) {
        font-size: 14px;
    }
  
  .header .btn {
  	padding: 5px 15px !important;
  }

    .calculator .big-text {
        font-size: 30px;
    }

    .calculator .col-12:nth-child(3) {
        order: 1;
    }

    .calculator__img {
        position: absolute;
        bottom: 42px;
        right: 0;
        max-width: 80%;
    }

    .calculator .h2 {
        max-width: 318px;
        font-size: 30px;
    }

    .faq .card-header .btn {
        padding: 10px 14px;
        font-size: 16px;
    }

    .faq__accordion .btn[aria-expanded="false"]::after,
    .faq__accordion .btn[aria-expanded="true"]::after {
        font-size: 30px;
        line-height: 35.22px;
    }
  
  .header__logo {
  	max-width: 160px;
  }

    
}

@media (max-width: 575px) {
    .calculator {
        background-image: url(/uploads/images/calculator-bg-phone.webp);
        background-size: cover;
    }

    .about {
        background: center/cover url(/uploads/images/about-bg-phone.webp), center/cover url(/uploads/images/new-banner.webp);
    }

    .font-16 {
        font-size: 14px;
    }
  
  .calculator .calculator__block .btn {
  	font-size: 25px;
  }
}

@media (max-width: 340px) {
    .calculator .h2 {
        font-size: 28px;
    }
}

