@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.banner-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hsection.hsection-testi {
    display: none !important;
}

.site-content {
    padding: 0;
}

.customize-support {
    background-image: none;
    background-color: transparent !important;
}

.site-content-contain {
    background-image: none;
    background-color: transparent;
}

.banner-sec {
    padding: 185px 0;
    background: #432E6A;
    position: relative;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/banner4-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-sec:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(33, 18, 64, 0) 25.66%, #211240 91.18%);
    top: 0;
    left: 0;
}

.banner-sec .text-block {
    max-width: 695px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-sec .text-block span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.399999976158142px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: linear-gradient(90.12deg, #CCA9F5 32.34%, #B4B3FD 73.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.banner-sec .text-block h2 {
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: -3px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.banner-sec .text-block p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 28px;
}

.but-a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    padding: 16px 32px;
    position: relative;
    border-radius: 25px;
    transition: .25s;
}

.but-a:hover {
    background: linear-gradient(180deg, #885DF1 0%, #6610F2 100%);
}

.but-a:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.but-a:hover:after {
    transition: .25s;
    display: none;
}

.but-a:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: .25s;
    color: #FFFFFF;
}

.but-norm {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    padding: 16px 32px;
    position: relative;
    border-radius: 25px;
}

.but-norm:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    color: #FFFFFF;
    background: linear-gradient(180deg, #885DF1 0%, #6610F2 100%);
}

.fa-arrow-right:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-style: normal;
}

.banner-sec .text-block .but-a:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.after-banner {
    padding: 21px 35px;
    background: linear-gradient(180deg, #AEDBFF 0%, #C9D7FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-banner p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #211240;
    margin: 0;
}

.section-after-banner {
    padding: 141px 0 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.section-after-banner p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34.8px;
    line-height: 60px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.section-after-banner p b {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .banner-sec:after {
        display: none;
    }

    .banner-sec {
        background-image: none !important;
        position: relative;
        height: 930px;
        background: transparent !important;
    }

    .banner-sec .background-mobail {
        display: inline-block !important;
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: -1;

    }

    .banner-sec .text-block h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .banner-sec {
        padding: 0;
    }

    .banner-sec .text-block {
        padding-top: 132px;
    }

    .but-a {
        width: 100%;
        padding: 16px 20px;
    }

    .banner-sec .text-block span {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .banner-sec .text-block p {
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .banner-sec .text-block p br {
        display: none;
    }
}

.lower-shadow {
    position: relative;
}

.lower-shadow:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, #A6BEFD -17.1%, rgba(166, 190, 253, 0) 62.04%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cloud-bot-sec:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 15%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    bottom: 0;
    left: 0;
}


/* --------page-sec-2------- */
.page-sec-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 129px 0 140px;
}

.page-sec-2 iframe {
    height: 500px;
}

.home-top-sec-3 {
    padding: 174px 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-top-sec-3 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    text-align: center;
    color: #211240;
}

.home-top-sec-3 h2 b {
    font-weight: 600;
    color: #4339EF;
}

.block-staggered-ord .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
}

.block-staggered-ord .item:nth-child(2n) {
    grid-auto-flow: dense;
}

.block-staggered-ord .item:nth-child(2n) .img {
    grid-row: 1;
}

.block-staggered-ord .item .text {
    padding: 0 37px 0 37px;
    padding: 0 37px 0 37px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.block-staggered-ord .item .text h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 42px;
    line-height: 125%;
    letter-spacing: -3%;
    margin-bottom: 20px;
    color: #02123C;
}

.block-staggered-ord .item .text h2 b {
    color: #274FFF;
}

.block-staggered-ord .item:nth-child(2n) .text {
    padding: 0 37px 0 37px;
    padding: 0 37px 0 37px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.block-staggered-ord .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #02123C;
    margin: 0;
}

.block-staggered-ord .item .but-a {
    margin: 56px 0 0;
}

.block-staggered-ord .item .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.bottom-text-sec-2,
.bottom-text-sec-4 {
    margin-bottom: 0px;
    text-align: center;
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-text-sec-2 img,
.bottom-text-sec-4 img {
    margin-bottom: 45px;
}

.bottom-text-sec-2 p,
.bottom-text-sec-4 p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #02123C;
}

.clouds-bot {
    position: relative;
}

.clouds-bot::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 200px;
    width: 100%;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Clouds_bot.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.clouds-top {
    position: relative;
}

.clouds-top:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 200px;
    width: 100%;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Clouds_top.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    top: -1px;
    left: 0;
    z-index: 2;
}

.page-sec-2 iframe {
    position: relative;
    z-index: 3;
    margin-bottom: -33%;
}

.block-staggered-ord .item .img .img-mobail {
    display: none;
}

@media only screen and (max-width: 767px) {

    .bottom-text-sec-2 img,
    .bottom-text-sec-4 img {
        margin-bottom: 25px;
    }

    .block-staggered-ord .item .img {
        grid-row: 2;
        height: auto;
        margin-bottom: 67px;
        margin: 0 -35px;
    }

    .block-staggered-ord .item .img .img-mobail {
        display: inline-block;
        width: 100%;
        height: auto;
        min-width: 100%;
    }

    .page-sec-2 {
        padding: 88px 0 20px;
    }

    .block-staggered-ord .item .img .img-desktop {
        display: none !important;
    }

    .clouds-bot::before {
        height: 60px;
    }

    .clouds-top:after {
        height: 60px;
    }

    .block-staggered-ord .item .text h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .block-staggered-ord .item .text h2 br {
        display: none;
    }

    .block-staggered-ord .item {
        margin-bottom: 0;
    }

    .bottom-text-sec-2,
    .bottom-text-sec-4 {
        margin-bottom: 70px;
        text-align: center;
    }

    .bottom-text-sec-2 p,
    .bottom-text-sec-4 p {
        line-height: 160%;
        font-size: 26px;
    }

    .home-top-sec-3 h2 br {
        display: none;
    }

    .home-top-sec-3 {
        padding: 90px 0;

    }

    .home-top-sec-3 h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .block-staggered-ord .item .img,
    .block-staggered-ord .item:nth-child(2n) .img {
        grid-row: 2;
        height: auto;
        margin: 67px -35px;
    }

    .block-staggered-ord .item {
        grid-template-columns: 1fr;
    }

    .block-staggered-ord .item .text {
        padding: 0;
    }

    .block-staggered-ord .item:nth-child(2n) .text {
        padding: 0;
    }
}

/* ------page-sec-3--------- */
.page-sec-3 {
    padding: 370px 0 274px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-sec-3 .top-block {
    margin-bottom: 30px;
}

.page-sec-3 .top-block h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 52px;
    line-height: 125%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.page-sec-3 .top-block h2 b {
    font-weight: 600;
    color: #fff;
}

.page-sec-3 .top-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.page-sec-3 .item-cont {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 60px;
}

.page-sec-3 .item-cont:last-of-type {
    margin-bottom: 0;
}

.page-sec-3 .item-cont:nth-child(2n) {
    grid-template-columns: .9fr 1.1fr;
    grid-auto-flow: dense;
}

.page-sec-3 .item-cont:nth-child(2n) .img-block {
    grid-row: 1;
}

.page-sec-3 .item-cont:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 125px;
}

.page-sec-3 .item-cont .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 72px;
}

.page-sec-3 .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -3%;
    color: #fff;
    margin-bottom: 30px;
}

.page-sec-3 .item-cont h3 i {
    font-style: italic;
}

.page-sec-3 .item-cont p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
}

.page-sec-3 .img-block {
    position: relative;
}

.page-sec-3 .img-block iframe {
    position: relative;
    z-index: 2;
}

.page-sec-3 .img-block img {
    position: relative;
    z-index: 1;
}

.page-sec-3 .img-block:after {
    content: '';
    display: none;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000005955-1.png');
    top: 50%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: anim-rotate 40slinear infinite;
}

.page-sec-3 .img-block:before {
    content: '';
    display: none;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/Group-1000005954.png");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: anim-rotate-2 40s linear infinite;
}

@keyframes anim-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes anim-rotate-2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.img-mobail {
    display: none;
}

@media only screen and (max-width: 767px) {
    .page-sec-3 {
        background-size: cover;
    }

    .page-sec-3 .top-block h2 {

        font-size: 36px;
        line-height: 40px;
    }

    .page-sec-3 .top-block p br,
    .page-sec-3 .top-block h2 br {
        display: none;
    }

    .page-sec-3 .item-cont h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .page-sec-3 {
        padding: 210px 0 0;
    }


    .page-sec-3 .top-block {
        margin-bottom: 90px;
    }

    .page-sec-3 .item-cont {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .page-sec-3 .item-cont .item-text {
        padding-left: 0;
        padding-right: 0;
    }

    .page-sec-3 .item-cont:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    .page-sec-3 .item-cont .img-block,
    .page-sec-3 .item-cont:nth-child(2n) .img-block {
        grid-row: 2;
        margin-left: -35px;
        margin-right: -35px;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .page-sec-3 .item-cont:nth-child(2n) .item-text {
        padding-right: 0;
    }

    .page-sec-3 .img-block:after,
    .page-sec-3 .img-block:before {
        height: 400px;
        width: 400px;
    }

    .img-mobail {
        display: inline-block;
        width: 100%;
    }

    .img-animate {
        display: none !important;
    }
}


/*-------page-sec-4-----------*/
.page-sec-4 {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-sec-4 .top-block {
    margin-bottom: 100px;
    padding: 0 160px;
}

.page-sec-4 .top-block h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: center;
    color: #02123C;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
}

.page-sec-4 .top-block h2:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(39, 79, 255, 0) 0%, #274FFF 50%, rgba(39, 79, 255, 0) 100%);
}

.page-sec-4 .top-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #02123C;
}

.page-sec-4 .row-cont-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 23px;
    margin-bottom: 180px;
}

.page-sec-4 .row-cont-items .item-cont {
    padding: 60px 40px;
    background: #F8F7FE;
    border: 1px solid #6F9BFF33;
    box-shadow: 0px 8px 24px 0px #0000001A;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.page-sec-4 .row-cont-items .item-cont .icon {
    height: 89px;
    width: 89px;
    box-shadow: 0px 4px 20px 0px #0B0E5399;
    border-radius: 19px;
    position: relative;
    margin-bottom: 40px;
}

.page-sec-4 .row-cont-items .item-cont .icon img {
    height: 70%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-sec-4 .row-cont-items .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -2px;
    color: #263354;
    margin-bottom: 30px;
}

.page-sec-4 .row-cont-items .item-cont p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #263354;
}

.page-sec-4 .row-cont-items .item-cont .list {
    height: 2px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-sec-4 .row-cont-items .item-cont ul {
    padding-left: 0;
    margin-bottom: 40px;
}

.page-sec-4 .row-cont-items .item-cont ul li {
    list-style-type: none;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 15px;
    margin-bottom: 4px;
}

.page-sec-4 .row-cont-items .item-cont ul li svg {
    height: 26px;
}

.page-sec-4 .row-cont-items .item-cont .but-a {
    width: 100%;
    display: inline-block;
}

.page-sec-4 .row-cont-items .item-cont .button-bot {
    flex-grow: 1;
    margin-top: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .page-sec-4 .row-cont-items .item-cont .icon {
        height: 73px;
        width: 73px;
    }

    .page-sec-4 .row-cont-items .item-cont h3 {
        font-size: 26px;
        line-height: 120%;
    }

    .page-sec-4 .row-cont-items {
        grid-gap: 42px;
    }

    .page-sec-4 .row-cont-items {

        margin-bottom: 108px;
    }

    .page-sec-4 .row-cont-items .item-cont .button-bot {
        flex-grow: 1;
        margin-top: 60px;
    }

    .page-sec-4 {
        padding: 20px 0 108px;
    }

    .page-sec-4 .row-cont-items .item-cont {
        padding: 60px 40px 51px;
    }

    .page-sec-4 .top-block h2 {

        font-size: 36px;
        line-height: 40px;
    }

    .page-sec-4 .top-block {
        margin-bottom: 50px;
        padding: 0;
    }

    .page-sec-4 .row-cont-items {
        grid-template-columns: 1fr;
    }
}

/*-------page-sec-5-----------*/
.page-sec-5 {
    padding: 150px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.page-sec-5 .icon {
    height: 89px;
    width: 89px;
    box-shadow: 0px 4px 20px 0px #0B0E5399;
    border-radius: 19px;
    position: relative;
    margin-bottom: 40px;
}

.page-sec-5 .img-bg-tg {
    width: 100%;
}

.page-sec-5 .icon img {
    height: 70%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-sec-5 .box-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
    margin-bottom: 60px;
}

.page-sec-5 .box-items .item-ins {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 8px 24px 0px #0000001A;
    border: 1px solid #0000001A;
    border-radius: 20px;
    overflow: hidden;
}

.page-sec-5 .box-items .item-ins .image-color-block {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 320px;
}

.page-sec-5 .box-items .item-ins .text-block {
    padding: 60px 20px;
    background: #fff;
    flex-grow: 1;
}

.page-sec-5 .box-items .item-ins .text-block h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -3%;
    text-align: center;
    color: #121540;
}

.page-sec-5 .box-items .item-ins .text-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #02123C;
}

.page-sec-5 .top-head-text {
    max-width: 700px;
    margin: 0 auto 60px;
}

.page-sec-5 .top-head-text h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 35px;
    color: #263354;
}

.page-sec-5 .top-head-text p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #263354;
}

.page-sec-5 .bot-food-text {
    max-width: 670px;
    margin: 0 auto 25px;
}

.page-sec-5 .bot-food-text p {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .page-sec-5 {
        padding: 150px 0 105px;
    }

    .page-sec-5 .top-head-text h2 {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    .page-sec-5 .box-items {
        grid-template-columns: 1fr;
        grid-gap: 28px;
        margin-bottom: 68px;
    }

    .page-sec-5 .icon {
        margin-bottom: 35px;
    }

    .page-sec-5 .bot-food-text p {
        margin-bottom: 38px;
    }

    .page-sec-5 .img-bg-tg {
        width: 100%;
        height: 205px;
        object-fit: cover;
        margin-bottom: 30px;
    }
}

/* ------page-sec-6--------- */
.page-sec-6 {
    padding: 226px 0 226px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-sec-6 .top-block {
    max-width: 670px;
    margin: 0 auto 60px;
}

.page-sec-6 .top-block {
    margin-bottom: 50px;
}

.page-sec-6 .top-block h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 72px;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
}

.page-sec-6 .top-block h2:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(39, 79, 255, 0) 0%, #274FFF 50%, rgba(39, 79, 255, 0) 100%);
}

.page-sec-6 .top-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.page-sec-6 .item-cont {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 60px;
}

.page-sec-6 .item-cont:last-of-type {
    margin-bottom: 0;
}

.page-sec-6 .item-cont:nth-child(2n) {
    grid-template-columns: .9fr 1.1fr;
    grid-auto-flow: dense;
}

.page-sec-6 .item-cont:nth-child(2n) .img-block {
    grid-row: 1;
}

.page-sec-6 .item-cont:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 125px;
}

.page-sec-6 .item-cont .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 72px;
}

.page-sec-6 .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -3%;
    color: #FFFFFFE5;
    margin-bottom: 30px;
}

.page-sec-6 .item-cont h3 i {
    font-style: italic;
}

.page-sec-6 .item-cont p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FFFFFFE5;
}

.page-sec-6 .img-block {
    position: relative;
}

.page-sec-6 .img-block iframe {
    position: relative;
    z-index: 2;
}

.page-sec-6 .img-block img {
    position: relative;
    z-index: 1;
}

.page-sec-6 .img-block:after {
    content: '';
    display: none;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000005955-1.png');
    top: 50%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: anim-rotate 40slinear infinite;
}

.page-sec-6 .img-block:before {
    content: '';
    display: none;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/Group-1000005954.png");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: anim-rotate-2 40s linear infinite;
}

@keyframes anim-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes anim-rotate-2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.page-sec-6 .center-block {
    max-width: 745px;
    margin: 50px auto 50px;
}

.page-sec-6 .center-block h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
}

.page-sec-6 .center-block h2:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(39, 79, 255, 0) 0%, #274FFF 50%, rgba(39, 79, 255, 0) 100%);
}

.page-sec-6 .center-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.page-sec-6 .block-sec-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
    margin-bottom: 200px;
}

.page-sec-6 .block-sec-6 .itm {
    padding: 64px 20px;
    border-radius: 20px;
    border: 1.5px solid rgba(72, 104, 251, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-sec-6 .block-sec-6 .itm h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -5%;
    text-align: center;
    color: #E9EDFF;
    margin-bottom: 25px;
}

.page-sec-6 .block-sec-6 .itm p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0;
}

.page-sec-6 .bottom-text-block {
    display: grid;
    grid-template-columns: .7fr 1fr;
    grid-gap: 70px;
    margin-top: 60px;
}

.page-sec-6 .bottom-text-block h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: -1px;
    color: #fff;
}

.page-sec-6 .bottom-text-block h2 i {
    color: #7992FF;
}

.page-sec-6 .bottom-text-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .page-sec-6 {
        background-size: cover;
    }

    .page-sec-6 .bottom-text-block h2 {
        font-size: 34px;
    }

    .page-sec-6 {
        padding: 125px 0 155px;
    }

    .page-sec-6 .block-sec-6 {
        grid-template-columns: 1fr;
        margin-bottom: 135px;
    }

    .page-sec-6 .bottom-text-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 35px;
        margin-top: 35px;
    }

    .page-sec-6 .top-block p br,
    .page-sec-6 .top-block h2 br {
        display: none;
    }

    .page-sec-6 .item-cont h3 {
        font-size: 32px;
        line-height: 34px;
    }



    .page-sec-6 .top-block h2,
    .page-sec-6 .center-block h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .page-sec-6 .center-block {
        margin: 102px auto 60px;
    }

    .page-sec-6 .top-block {
        margin-bottom: 80px;
    }

    .page-sec-6 .item-cont {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .page-sec-6 .item-cont .item-text {
        padding-left: 0;
        padding-right: 0;
    }

    .page-sec-6 .item-cont:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    .page-sec-6 .item-cont .img-block {
        grid-row: 1;
        margin-bottom: 67px;
        margin-left: -35px;
        margin-right: -35px;
    }

    .page-sec-6 .item-cont:nth-child(2n) .item-text {
        padding-right: 0;
    }

    .page-sec-6 .img-block:after,
    .page-sec-6 .img-block:before {
        height: 400px;
        width: 400px;
    }
}

/* ------page-sec-7--------- */
.page-sec-7 {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-sec-7 .item-cont {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 60px;
}

.page-sec-7 .item-cont:last-of-type {
    margin-bottom: 0;
}

.page-sec-7 .item-cont:nth-child(2n) {
    grid-template-columns: .9fr 1.1fr;
    grid-auto-flow: dense;
}

.page-sec-7 .item-cont:nth-child(2n) .img-block {
    grid-row: 1;
}

.page-sec-7 .item-cont:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 125px;
}

.page-sec-7 .item-cont .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 72px;
    position: relative;
    z-index: 3;
}

.page-sec-7 .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -3%;
    color: #02123C;
    margin-bottom: 30px;
}

.page-sec-7 .item-cont h3 i {
    font-style: italic;
}

.page-sec-7 .item-cont p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #02123C;
}

.page-sec-7 .img-block {
    position: relative;
}

.page-sec-7 .img-block iframe {
    position: relative;
    z-index: 2;
}

.page-sec-7 .img-block img {
    position: relative;
    z-index: 1;
}

.page-sec-7 .img-block:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000005955-1.png');
    top: 50%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: anim-rotate 40slinear infinite;
}

.page-sec-7 .img-block:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/Group-1000005954.png");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: anim-rotate-2 40s linear infinite;
}

@keyframes anim-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes anim-rotate-2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@media only screen and (max-width: 767px) {

    .page-sec-7 .top-block p br,
    .page-sec-7 .top-block h2 br {
        display: none;
    }

    .page-sec-7 .item-cont h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .page-sec-7 .item-cont h3 br {
        display: none;
    }

    .page-sec-7 {
        padding: 110px 0;
    }

    .page-sec-7 .top-block h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .page-sec-7 .top-block {
        margin-bottom: 80px;
    }

    .page-sec-7 .item-cont {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .page-sec-7 .item-cont .item-text {
        padding-left: 0;
        padding-right: 0;
    }

    .page-sec-7 .item-cont .item-text .but-a {
        margin-top: 20px;
    }

    .page-sec-7 .item-cont:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    .page-sec-7 .item-cont .img-block {
        grid-row: 2;
        margin-top: 67px;
        margin-left: -35px;
        margin-right: -35px;
    }

    .page-sec-7 .item-cont:nth-child(2n) .item-text {
        padding-right: 0;
    }

    .page-sec-7 .img-block:after,
    .page-sec-7 .img-block:before {
        height: 400px;
        width: 400px;
    }
}

/* ------scroll-to-top--------- */
.row-reviews-carusel {
    padding: 70px 100px 70px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.home-page-sec-4 {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row-reviews-carusel .item {
    text-align: center;
}

.row-reviews-carusel img {
    display: block;
    margin: 0 auto 60px;
}

.row-reviews-carusel p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34.72px;
    line-height: 55px;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 0 60px;
}

.row-reviews-carusel p b {
    font-weight: 500;
}

.row-reviews-carusel span {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #fff;

}

.row-reviews-carusel .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.row-reviews-carusel .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.row-reviews-carusel .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.row-reviews-carusel .bx-prev:hover:after {
    background: #ffffff;
}

.row-reviews-carusel .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row-reviews-carusel .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.row-reviews-carusel .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.row-reviews-carusel .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.row-reviews-carusel .bx-next:hover:after {
    background: #ffffff;
}

.row-reviews-carusel .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-4 {
        padding: 126px 0 166px;
    }

    .row-reviews-carusel p {
        font-size: 24px;
        line-height: 38px;
    }

    .row-reviews-carusel .bx-next,
    .row-reviews-carusel .bx-prev {
        top: calc(100% + 25px);
        transform: translate(0);
    }

    .row-reviews-carusel .bx-prev,
    .row-reviews-carusel .bx-next {
        position: static;
    }

    .row-reviews-carusel {
        padding: 0;
        border-radius: 0px;
        position: relative;
        width: 100%;
        margin: 0 auto 0;
    }

    .row-reviews-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 50px;
    }

}



/* ------home-page-sec-6--------- */
.home-page-sec-6 {
    padding: 208px 0 175px;
    position: relative;
}

.home-page-sec-6 .top-bg-img {
    display: inline-block;
    position: absolute;
    height: 974px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    left: 0;
}

.home-page-sec-6 .top-bg-img span {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.home-page-sec-6 .bot-bg-img {
    display: inline-block;
    position: absolute;
    height: 579px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
    left: 0;
}

.home-page-sec-6 .bot-bg-img span {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 1px;
    left: 0;
}

.home-page-sec-6 .container {
    position: relative;
    z-index: 1;
}

.top-block-sec-6 {
    padding: 110px 75px 110px;
    border-radius: 20px;
    border: 1px solid;
    background: linear-gradient(142.21deg, rgba(27, 51, 81, 0.3) 19.63%, rgba(155, 97, 149, 0.3) 83.01%);
    border-image-source: linear-gradient(178.6deg, #FFFFFF 13.55%, rgba(0, 0, 0, 0.15) 83.77%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.2);
}

.top-block-sec-6 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.top-block-sec-6 h2 b {
    font-weight: 500;
}

.top-block-sec-6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}

.top-block-sec-6 .title-top-sec-6 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.top-block-sec-6 .left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.top-block-sec-6 .right-img {
    display: flex;
    justify-content: flex-end;
}

.top-block-sec-6 .left-text p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
}

.home-page-sec-6 .block-center-text {
    padding: 165px 0 120px;
}

.home-page-sec-6 .block-center-text h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.home-page-sec-6 .block-center-text h2 b {
    font-weight: 500;
}

.home-page-sec-6 .block-center-text p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFFE5;
    max-width: 795px;
    margin: auto;
}

.nor-block .item-nor {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
}


.nor-block .item-nor:nth-child(2n) {
    grid-template-columns: 1.2fr .8fr;
    grid-auto-flow: dense;
}

.nor-block .item-nor:nth-child(2n) .img-block {
    grid-row: 1;
}

.nor-block .item-nor .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 72px;
}

.nor-block .item-nor:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 85px;
}

.nor-block .item-nor .item-text h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 28.94px;
    line-height: 38px;
    letter-spacing: -3%;
    margin-bottom: 30px;
    color: #fff;
}

.nor-block .item-nor .item-text h3 b {
    font-weight: 500;
}

.nor-block .item-nor .item-text p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FFFFFFE5;
}

.home-page-sec-6 .bottom-block {
    text-align: center;
    padding-top: 100px;
}

.home-page-sec-6 .bottom-block p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 41.67px;
    line-height: 55px;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.home-page-sec-6 .bottom-block p b {
    font-weight: 500;
}

.buttons-sec-6 a {
    margin-right: 10px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {

    .home-page-sec-6 .block-center-text h2 br,
    .home-page-sec-6 .bottom-block p br {
        display: none;
    }

    .home-page-sec-6 {
        padding: 115px 0;
    }

    .top-block-sec-6 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .top-block-sec-6 .right-img {
        grid-row-start: 1;
    }

    .top-block-sec-6 .title-top-sec-6 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .top-block-sec-6 {
        padding: 0;
    }

    .top-block-sec-6 h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0px;
        text-align: left;
        margin: 60px 0 20px;
        padding: 0 17.5px;
    }

    .top-block-sec-6 .left-text {
        padding: 0 17.5px 64px;
    }

    .top-block-sec-6 .left-text .but-a {
        width: 100%;
    }

    .top-block-sec-6 .right-img img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .home-page-sec-6 .block-center-text {
        padding: 135px 0 30px;
    }

    .home-page-sec-6 .block-center-text h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .nor-block .item-nor:nth-child(2n),
    .nor-block .item-nor {
        grid-template-columns: 1fr;
    }

    .nor-block .item-nor .img-block {
        grid-row: 1;
    }

    .nor-block .item-nor:nth-child(2n) .item-text,
    .nor-block .item-nor .item-text {
        padding: 0;
    }

    .home-page-sec-6 .bottom-block {
        padding-top: 110px;
    }

    .home-page-sec-6 .bottom-block p {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 50px;
    }
}

/* ------home-page-sec-7--------- */
.home-page-sec-7 {
    padding: 239px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-7 .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    color: #432E6A;
    margin-bottom: 36px;
}

.home-page-sec-7 .top-title h2 b {
    font-weight: 600;
}

.home-page-sec-7 .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #432E6A;
}

.home-page-sec-7 .top-title {
    margin-bottom: 100px;
}

.row-carusel-basic {
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.row-carusel-basic .item {
    border-radius: 20px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.row-carusel-basic .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.row-carusel-basic .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.row-carusel-basic .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #432E6A;
    margin-bottom: 30px;
}

.row-carusel-basic .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.row-carusel-basic .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.row-carusel-basic .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.row-carusel-basic .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.row-carusel-basic .bx-prev:hover:after {
    background: #ffffff;
}

.row-carusel-basic .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row-carusel-basic .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.row-carusel-basic .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.row-carusel-basic .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.row-carusel-basic .bx-next:hover:after {
    background: #ffffff;
}

.row-carusel-basic .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-sec-7 .title-center {
    padding: 200px 0 129px;
}

.home-page-sec-7 .title-center h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    text-align: center;
    color: #432E6A;
}

.home-page-sec-7 .title-center h2 b {
    font-weight: 500;
}

.tabs-block .header-tab {
    padding: 41px 80px 41px 35px;
    background: linear-gradient(90deg, #3D0F5D 0%, #5A1A75 38%, #872EA3 75%, #B855CC 100%);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.tabs-block .header-tab h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 34.72px;
    line-height: 44px;
    letter-spacing: -3%;
    margin: 0;
    color: #fff;
}

.tabs-block .header-tab:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 39px;
    width: 39px;
    right: 35px;
    top: 50%;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(0, -50%);
    background-image: url('https://www.paulwagner.com/wp-content/uploads/icon-24-white-down-arrow-down.svg');
    fill: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.tabs-block .body-tab {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tabs-block .body-tab p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #432E6ACC;
    margin-bottom: 30px;
}

.tabs-block .body-tab h4 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #4339EF;
    margin-bottom: 15px;
}

.tabs-block .body-tab .left-body-tab {
    padding: 65px 45px;
}

.tabs-block .body-tab .right-body-tab {
    padding: 65px 45px;
}

.tabs-block .tab {
    margin-bottom: 40px;
    border: 1px solid #9E80DB4D;
    border-radius: 8px;
}

.tabs-block .tab:last-of-type {
    margin-bottom: 0px;
}

.tabs-block .tab .body-tab {
    display: none;
}

.tabs-block .tab.active .body-tab {
    display: grid;
}

.tabs-block .tab.active .header-tab {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tabs-block .tab.active .header-tab:after {
    background-image: url('https://www.paulwagner.com/wp-content/uploads/icon-24-white-up-arrow.svg');
    fill: #ffffff;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-7 {
        padding: 125px 0 85px;
    }

    .home-page-sec-7 .top-title h2 br {
        display: none;
    }

    .home-page-sec-7 .top-title h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .home-page-sec-7 .top-title p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .home-page-sec-7 .top-title {
        margin-bottom: 70px;
    }

    .row-carusel-basic .item {
        grid-template-columns: 1fr;
        border-radius: 8px;
    }

    .row-carusel-basic .item .left-text {
        padding: 45px 15px;
        background-color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .row-carusel-basic .item .right-img {
        grid-row: 1;
        height: 326px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
    }

    .row-carusel-basic {
        width: 100%;
    }

    .row-carusel-basic .bx-pager {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
    }

    .row-carusel-basic .bx-pager a {
        margin: 0 5px;
        font-size: 0;
        color: transparent;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #3A1D95;
        opacity: .6;
    }

    .row-carusel-basic .bx-pager a.active {
        opacity: 1;
    }

    .home-page-sec-7 .title-center {
        padding: 144px 0 70px;
    }

    .home-page-sec-7 .title-center h2 {
        font-size: 42px;
        line-height: 45px;
    }

    .home-page-sec-7 .title-center h2 br {
        display: none;
    }

    .tabs-block .header-tab h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .tabs-block .header-tab {
        padding: 27px 80px 27px 35px;
    }

    .tabs-block .body-tab {
        grid-template-columns: 1fr;
    }

    .tabs-block .body-tab .left-body-tab {
        padding: 35px 15px 17px;
    }

    .tabs-block .body-tab .right-body-tab {
        padding: 17px 15px 35px;
    }

    .tabs-block .header-tab:after {
        right: 25px;
    }
}

/* ------ome-page-sec-8--------- */
.home-page-sec-8 {
    padding: 269px 0;
    background-color: #000;
    position: relative;
}

.home-page-sec-8 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
}

.home-page-sec-8 .text-block {
    max-width: 380px;
}

.home-page-sec-8 .text-block span {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #432E6A;
}

.home-page-sec-8 .text-block h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -3%;
    color: #432E6A;
    margin: 48px 0 40px;
}

.home-page-sec-8 .text-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #432E6ACC;
    margin-bottom: 48px;
}

.home-page-sec-8 .block-button a {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-8 {
        padding: 117px 0;
    }

    .home-page-sec-8 .text-block h2 {
        font-size: 42px;
        line-height: 40px;
        font-weight: 600;
        margin: 30px 0 20px;
    }

    .home-page-sec-8 .text-block p br {
        display: none;
    }

    .home-page-sec-8 .block-button a:first-of-type {
        margin-bottom: 10px;
    }

    .home-page-sec-8 img {
        position: static;
        transform: translate(0, 0);
        max-width: 100%;
        width: calc(100% - 12%);
        margin-left: auto;
        display: block;
        margin-top: 78px;
    }
}

/* ------home-page-sec-9--------- */
.home-page-sec-9 {
    padding: 274px 0 335px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-page-sec-9 .top-bg-img {
    display: inline-block;
    position: absolute;
    height: 974px;
    max-height: 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    left: 0;
}

.home-page-sec-9 .top-bg-img span {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.home-page-sec-9 .bot-bg-img {
    display: inline-block;
    position: absolute;
    height: 579px;
    max-height: 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
    left: 0;
}

.home-page-sec-9 .bot-bg-img span {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 1px;
    left: 0;
}

.home-page-sec-9 .container {
    position: relative;
    z-index: 1;
}

.home-page-sec-9 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: #000 0px 0 35px;
    margin-bottom: 192px;
}

.home-page-sec-9 h2 b {
    font-weight: 600;
}

.tabs-block-2 .header-tab {
    padding: 57px 95px 57px 55px;
    background: #ECE6F8;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.tabs-block-2 .header-tab h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 34.72px;
    line-height: 44px;
    letter-spacing: -3%;
    margin-bottom: 20px;
    color: #211240;
}

.tabs-block-2 .header-tab span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20.09px;
    line-height: 44px;
    letter-spacing: -3%;
    color: #211240;
    ;
}

.tabs-block-2 .header-tab:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 39px;
    width: 39px;
    right: 55px;
    top: 50%;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(0, -50%);
    background-image: url('https://www.paulwagner.com/wp-content/uploads/icon-24-down-arrow-drop-down.svg');
    fill: #432e6a;
    background-repeat: no-repeat;
    background-position: center;
}

.tabs-block-2 .body-tab {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tabs-block-2 .body-tab p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #211240;
    margin-bottom: 30px;
}

.tabs-block-2 .body-tab h4 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #211240;
    margin-bottom: 15px;
}

.tabs-block-2 .body-tab ul {
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 40px;
}

.tabs-block-2 .body-tab li {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #211240;
    margin-bottom: 30px;
}

.tabs-block-2 .body-tab li b {
    font-weight: 700;
    color: #4339EF;
}

.tabs-block-2 .body-tab li::marker {
    color: #4339EF;
}

.tabs-block-2 .body-tab .left-body-tab {
    padding: 60px 60px 0px 60px;
}

.tabs-block-2 .body-tab .left-body-tab .left-tab-block {
    border-bottom: 1px solid #B4B3FD;
    margin-bottom: 30px;
}

.tabs-block-2 .body-tab .left-body-tab .left-tab-block:last-of-type {
    border-bottom: 0;
}

.tabs-block-2 .body-tab .right-body-tab {
    padding: 0px 60px 0px 60px;
}

.tabs-block-2 .body-tab .left-body-tab.last {
    padding: 0px 60px 60px 60px;
}

.tabs-block-2 .tab {
    margin-bottom: 40px;
    border: 1px solid #9E80DB4D;
    border-radius: 8px;
}

.tabs-block-2 .tab:last-of-type {
    margin-bottom: 0px;
}

.tabs-block-2 .tab .body-tab {
    display: none;
}

.tabs-block-2 .tab.active .body-tab {
    display: grid;
}

.tabs-block-2 .tab.active .header-tab {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tabs-block-2 .tab.active .header-tab:after {
    background-image: url('https://www.paulwagner.com/wp-content/uploads/icon-24-up-arrow.svg');
    fill: #432e6a;
}

@media only screen and (max-width: 767px) {
    .tabs-block-2 .body-tab .left-body-tab.last {
        padding: 0px 15px 30px 15px;
    }

    .tabs-block-2 .body-tab ul {
        grid-template-columns: 1fr;
    }

    .home-page-sec-9 {
        padding: 125px 0 204px;

    }

    .home-page-sec-9 h2 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 70px;
    }

    .tabs-block-2 .header-tab h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .tabs-block-2 .header-tab span {
        font-size: 14px;
        line-height: 16px;

    }

    .tabs-block-2 .header-tab {
        padding: 27px 80px 27px 35px;
    }

    .tabs-block-2 .header-tab:after {
        right: 24px;
    }

    .tabs-block-2 .body-tab {
        grid-template-columns: 1fr;
    }

    .tabs-block-2 .body-tab .left-body-tab {
        padding: 35px 15px 17px 15px;
    }

    .tabs-block-2 .body-tab .right-body-tab {
        padding: 17px 15px 35px 15px;
    }
}

/* ------home-page-sec-10--------- */
.home-page-sec-10 {
    padding: 224px 0 187px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-page-sec-10 .top-title {
    margin-bottom: 100px;
}

.home-page-sec-10 .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    margin-bottom: 36px;
    color: #432E6A;
}

.home-page-sec-10 .top-title h2 b {
    font-weight: 500;
}

.home-page-sec-10 .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #432E6A;
}

.block-inf-zef .item {
    border-radius: 8px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    margin-bottom: 50px;
    grid-auto-flow: dense;
}

.block-inf-zef .item:nth-child(2n) {
    grid-template-columns: 1.05fr .95fr;
}

.block-inf-zef .item:nth-child(2n) .right-img {
    grid-row: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item:nth-child(2n) .left-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.block-inf-zef .item:last-of-type {
    margin-bottom: 0;

}

.block-inf-zef .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.block-inf-zef .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #432E6A;
    margin-bottom: 30px;
}

.block-inf-zef .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.title-tabs-ins {
    max-width: 640px;
    margin: 0px auto 24px;
}

.title-tabs-ins h2 {
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0 0 24px;

}

.title-tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;

}

.tabs-ins {
    max-width: 640px;
    margin: auto;
    counter-reset: section;
}

.tabs-ins .bot-text {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tabs-ins .item.active .bot-text {
    display: block;
}

.tabs-ins .item {
    border-bottom: 1px solid #253253;
    position: relative;
}

.tabs-ins .item::before {
    counter-increment: section;
    content: '0' counter(section);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    position: absolute;
    top: 30px;
}

.tabs-ins .item .hed-item::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    height: 16px;
    width: 16px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-ins .item.active .hed-item::after {
    transform: rotate(45deg);
}

.tabs-ins .hed-item {
    padding: 30px 50px 30px 44px;
    cursor: pointer;

}

.tabs-ins .hed-item h3 {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
}

.tabs-ins .bot-text {
    padding: 0 10px 30px 44px;
}

.tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-10 {
        padding: 109px 0 142px;
    }

    .home-page-sec-10 .top-title h2 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .home-page-sec-10 .top-title p {
        font-size: 14px;
        line-height: 24px;
    }

    .block-inf-zef .item,
    .block-inf-zef .item:nth-child(2n) {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .block-inf-zef .item .right-img,
    .block-inf-zef .item:nth-child(2n) .right-img {
        height: 325px;
        grid-row: 1;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .block-inf-zef .item:nth-child(2n) .left-text,
    .block-inf-zef .item .left-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        padding: 40px 15px 30px;
    }

    .title-tabs-ins {
        margin: 150px auto 24px;
    }

    .title-tabs-ins h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .tabs-ins .item .hed-item::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
    }

    .tabs-ins .hed-item {
        padding: 30px 45px 30px 44px;
        position: relative;
    }
}

/*---------------home-page-sec-11-----------------*/
.home-page-sec-11 {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-carusel {
    margin: 0 auto 0;
}

.box-carusel {
    padding: 80px 100px 60px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.box-carusel .carusel {
    position: relative;
    z-index: 1;
}

.box-carusel::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    background-color: #ffffff;
    border: 0;
    left: 1px;
    top: 1px;
    border-radius: 20px;
}

.box-carusel::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-image: radial-gradient(95.11% 95.11% at 36.64% 4.89%, #2AD0CA 0%, #E1F664 22.92%, #FEB0FE 46.88%, #ABB3FC 68.23%, #5DF7A4 87.5%, #58C4F6 100%),
        conic-gradient(from 176.21deg at 50% 50%, #000000 -24.66deg, #FFFFFF 0.25deg, #000000 50.63deg, #000000 51.97deg, #FFFFFF 88.12deg, #000000 142.5deg, #FFFFFF 196.87deg, #000000 256.87deg, #FFFFFF 300deg, #000000 335.2deg, #000000 335.34deg, #FFFFFF 360.25deg);
    border-radius: 20px;
    border: 1px solid transparent;
}


.box-carusel h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;
}

.carusel .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.carusel .item span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    display: inline-block;
    margin: auto;
}

.carusel .item img {
    max-width: 120px;
    margin: auto;
}

.carusel .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
    text-align: center;

}

.carusel .item {
    grid-template-columns: 1fr;
}

.box-carusel .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.box-carusel .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-prev:hover:after {
    background: #ffffff;
}

.box-carusel .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-carusel .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.box-carusel .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-next:hover:after {
    background: #ffffff;
}

.box-carusel .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .box-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 200px;
    }

    .box-carusel {
        padding: 116px 34px 60px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        margin: 0 auto 75px;
    }

    .box-carusel .bx-prev,
    .box-carusel .bx-next {
        position: static;
    }

    .box-carusel h2 {
        font-family: Montserrat;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 39px;
    }

    .carusel .item p {
        text-align: left;
    }

    .carusel .item span {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item img {
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item {
        grid-template-columns: 1fr;
    }
}

/*---------------new-sec-article---------------*/
.new-sec-article {
    padding: 135px 0;
}

.new-sec-article h2.title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    margin-bottom: 100px;
    color: #432E6A;
}

.new-sec-article h2.title b {
    font-weight: 600;
}


.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-image-bg {
    margin-bottom: 34px;
}

.pgafu-image-fit .pgafu-post-image-bg img {
    border-radius: 8px;
}

.new-sec-article .pgafu-post-grid-content .pgafu-post-categories,
.new-sec-article .pgafu-post-grid-content .pgafu-post-date,
.new-sec-article .pgafu-post-grid-content .pgafu-post-grid-content,
.new-sec-article .pgafu-post-grid-content .pgafu-post-content {
    display: inline-block !important;
}

.pgafu-post-date span {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    margin-right: 10px;
    font-style: normal;
    color: #1C1C1C80;
}

.pgafu-post-date span {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    margin-right: 10px;
    font-style: normal;
    color: #1C1C1C80;
}

.new-sec-article .pgafu-post-grid-content .pgafu-post-categories,
.new-sec-article .pgafu-post-grid-content .pgafu-post-date,
.new-sec-article .pgafu-post-grid-content .pgafu-post-grid-content,
.new-sec-article .pgafu-post-grid-content .pgafu-post-content {
    display: inline-block !important;
}

span.pgafu-time,
.carusel .item .text-block .post-date .date {
    position: relative;
}

.pgafu-post-grid .pgafu-post-grid-content {
    text-align: left !important;
}

span.pgafu-time:before,
.carusel .item .text-block .post-date .date:before {
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 1.5px;
    background: #1C1C1C80;
    position: absolute;
    top: 50%;
    transform: translateY(calc(50% - 1.5px));
    left: -12px;
}

.pgafu-post-grid-content .pgafu-post-categories {
    width: 100%;
    text-align: left;
    float: left;
}

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {
    padding-left: 0;
}

.pgafu-post-date span img {
    display: none !important;
}

.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:hover,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:focus {
    color: #000 !important;
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: 40.46px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.pgafu-post-categories a {
    background: transparent !important;
    font-weight: 600 !important;
    line-height: 14.61px !important;
    font-size: 12px !important;
    color: #70277E !important;
    border: 1px solid #70277E !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 767px) {
    .new-sec-article {
        padding: 100px 0 70px;
    }

    .new-sec-article h2.title {
        font-size: 42px;
        line-height: 45px;
    }

    .pgafu-post-grid.pgafu-medium-4.pgafu-columns {
        margin-bottom: 40px !important;
    }

    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:hover,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:focus {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}

/* ------section-form--------- */
.section-form {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-article-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 15px;
    background: #250641;
}

.form-article {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    border-radius: 20px;
    overflow: hidden;
}

.form-article .text-article {
    padding: 166px 66px 166px 90px;
    background-color: #ffffff;
}

.form-article .text-article .gf_simple_horizontal {
    display: flex;
    flex-direction: column;
}

.form-article .text-article h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.65px;
    margin-bottom: 15px;
}

.form-article .img-article {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-article .text-article p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 50px;
}

.form-article #gform_fields_25 {
    display: flex;
    flex-direction: column;
}

.form-article .gform_heading {
    display: none;
}

.container.form {
    max-width: 1170px;
}

body .form-article .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    width: 100%;
}

.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    border-radius: 8px;
    padding: 9px 15px;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 4px;
    width: 100%;
    margin-top: 15px;
}


.form-article .gform_wrapper form.gf_simple_horizontal div.gform_body,
.form-article .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 100%;
}

.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    max-width: 100% !important;
}


@media only screen and (max-width: 767px) {
    .section-form {
        padding: 70px 0;
    }

    .form-article .text-article {
        padding: 25px;
    }

    .form-article .text-article h2 {
        font-size: 24px !important;
        line-height: 1.6rem !important;
    }

    .form-article .img-article {
        display: none;
    }

    .form-article {
        grid-template-columns: 1fr;
    }

    .form-article .text-article p {
        margin-bottom: 5px;
    }

    .form-article .text-article {
        border-radius: 8px;
    }

    .container.form {
        padding: 0 30px;
    }
}

/* ------scroll-to-top--------- */
.fa-arrow-right {
    font-family: 'FontAwesome';
    font-style: normal;
}

#scroll-to-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF9800;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 70px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-to-top-btn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: -3px;
}

#scroll-to-top-btn:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll-to-top-btn:active {
    background-color: #555;
}

#scroll-to-top-btn.show-1 {
    opacity: .7;
    visibility: visible;
}

#scroll-to-top-btn.show-1:hover {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {

    .container,
    .entry-content>.vc_row-fluid .vc_row {
        padding: 0 35px;
    }

    .page-sec-2 iframe {
        height: 200px !important;
    }
}

.gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 7rem ;
}

body .gform_wrapper .ginput_container_textarea textarea {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px 15px;
    height: auto !important;
}
.pum-theme-12942 .pum-content,
.pum-theme-hello-box .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100;
    overflow-y: scroll;
    max-height: 500px;
    padding-right: 15px;
}
.pum-theme-12942 .pum-container,
.pum-theme-hello-box .pum-container {
    border: 14px solid #9A29B9;
}
body .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_footer input[type="submit"]:hover {
    padding: 10px 20px;
    border-radius: 7px !important;
    height: 42px !important;
    width: 125px !important;
    float: right;
}
body .gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
}