@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

* {
    user-select: none;
    padding: 0;
    margin: 0;
    --header-size: 45px;
    --header-weight: 700;
    --white: #fff;
    --gray: #666666;
    --light-gray: #dddddd;
    --violet: #6640f4;
    --border-line: 1px solid var(--light-gray);
    font-family: 'Inter', sans-serif;
}

.child {
    background-size: 100px;
    background: url(/images/header5_linechart.png) no-repeat right;
}

.counter {
    font-size: 100px;
    color: #fff;
    width: 100px;
    height: 100px;
    z-index: 999;
}

.headerh1>h1>span {
    background-size: 300px;
}

.main-header {
    font-weight: var(--header-weight);
    font-size: 70px;
    line-height: 93, 5px;
}

.headerdivs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.headertxt {
    padding: 30px;
}

.headerp>p {
    margin-top: 50px;
}


.inputdiv {
    background-color: #fff;
    width: max-content;
    margin-top: 50px;
    padding: 20px;
    height: 59px;
    border-radius: 30px;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.inputdiv>input {
    border: 0;
}

.inputdiv>hr {
    color: black;
    width: 20px;
    height: 1px;
    transform: rotate(90deg);
}

.button-with-right {
    border-radius: 30px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    background-color: #6640f4;
}

.button-with-right:nth-child(2) {
    margin: 30px;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.play-and-text {
    display: flex;
    align-items: center !important;
}

.swipper {
    display: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swipper-text {
    padding: 200px;
}

.swipper-text>h2>span {
    background-size: 300px;
}

.slide-item {
    width: 180px !important;
    margin: 20px !important;
    height: max-content !important;
    z-index: 1 !important;
    padding: 30px !important;
    text-align: center !important;
    background-color: #f1f2fa !important;
}

.div-with-arrow {
    display: flex;
    justify-content: center;
    width: 100%;
}

.div-for-arrow-img {
    width: 50%;
}

.arrow-text {
    width: 50%;
}

.arrow-text>h1 {
    font-size: 50px !important;
}

.arrow-text>h1>span {
    background-size: 210px;
}

.boobs {
    position: absolute;
    z-index: 0;
    animation: rotate-center 100s linear infinite both;
}

.bubbles {
    position: absolute;
    z-index: 0;
    animation: rotate-center 100s linear infinite both;
}

.users-around {
    position: absolute;
    z-index: 1;
    width: 30%;
}

.kavichki {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    position: absolute;
    margin-left: 230px !important;
    margin-top: -50px !important;
    background-color: #6640f4;
    width: 95px;
    height: 95px;
    border-radius: 60% 40% 40% 40%;
}

.last-swiper>p>a {
    color: #6640f4;

}

.last-swiper {
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.div-with-employers {
    display: flex;
    width: 100%;
    margin-top: 200px !important;
}

.swiper-swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    width: 300px !important;
    height: 230px !important;
    border-radius: 0 !important;
    width: 40% !important;
    padding: 0 !important;
}

.people-around {
    padding-right: 100px;
    width: 20%;
}

.arrow-increase {
    position: absolute;
    z-index: 1;
}

.mini-div {
    display: flex;
    gap: 30px;
}

.arrow-text>p {
    margin-top: -40px;
    margin-bottom: 50px;
}

.div-for-text>h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}

.div-for-text {
    margin-bottom: 30px;
}

.icondiv {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #eef4f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slide-item>h5 {
    margin: 10px;
    font-size: 15px !important;
    line-height: 21px !important;
}

.slide-item>p {
    font-size: 10px !important;
    line-height: 22px !important;
}

.swiper-wrapper2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.buttn {
    height: 40px;
}

.circle-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #6640f4;
    border: 1px solid #6640f4;
    border-radius: 100%;
}

.main-header>span {
    width: 314px;
    height: 144px;
    background-image: url(/images/divForH1.png);
    background-repeat: no-repeat;
    color: var(--white);
}

.secondary-header {
    color: var(--gray);
    line-height: 23.8px;
    margin-top: 3%;
}

.main {
    padding: 30px;
    height: 800px;
}

.rating {
    display: none;
    position: absolute;
    object-fit: contain;
    top: 350px;
    left: 300px;
    animation: rating 1s ease-in-out infinite alternate both;
}

.mega {
    width: 255px;
    height: 420px;
    object-fit: contain;
    top: 200px;
    position: absolute;
    animation: mega 1.7s ease-in-out infinite alternate both;
}

.rocket {
    width: 380px;
    height: 460px;
    object-fit: contain;
    top: 350px;
    left: 1120px;
    z-index: 0;
    position: absolute;
}

.mySwiper {
    width: 90% !important;
    height: 950px !important;
}

.div-with-employers>.swiper-swiper {
    width: 40% !important;
    height: 350px !important;
}

.boost-text {
    padding: 5px;
    width: 487px;
    height: 419px;
    background-color: #fff;
}

.boost-text>h1 {
    font-size: 45px !important;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.boost-text>h1>span {
    background-size: 260px;
    position: relative;
    color: #fff;
}

.boost-img {
    width: 487px;
    height: 419px;
    background-image: url(/images/superman_3d.png);
}

.boost-text>h1>span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.boost {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 300px;
}

.target {
    display: none;
    position: absolute;
    width: 6%;
    bottom: -55px;
    left: 35%;
    animation: rotate 10s linear infinite both;
}

.chart {
    top: 150px;
    left: 1099px;
    position: absolute;
    width: 250px;
    height: 250px;
    animation: rating 1s ease-in-out infinite alternate both;
}

.child {
    border-radius: 30px;
    padding: 20px;
    height: 100%;
    background-color: #dee0f2;
}

.navbar.style-6 {
    transition: top 0.3s;
    padding: 10px !important;
    background-color: #dee0f2;
    width: 100%;
    color: white;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: max-content;
}

.butn.sm-butn,
.btn.sm-butn {
    padding: 10px 25px;
}

.navbar.nav-scroll {
    background: #dee0f2 !important;
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    padding: 0;
    position: fixed !important;
    top: -100px !important;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: 0.1s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    border-radius: 0 !important;
    margin: 0 !important;
}

.butn.butn-blue6,
.btn.butn-blue6 {
    background: #6640f4;
}

.butn,
.btn {
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

a,
span,
img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none !important;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

*,
* button:focus {
    outline: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.swiper {
    margin: 100px;
    padding: 100px;
    border-radius: 30px;
    width: 97%;
    height: 100%;
    background-color: #f1f2fa;
}

.imgdiv {
    padding: 0 !important;
    height: 240px;
}

.imgdiv>img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    height: 100%;
}

.bottom {
    padding-top: 30px;
}

.title-a {
    font-weight: 700;
    line-height: 1.4;
    font-size: 21px;
    color: black;
}

.title-a:hover {
    cursor: pointer;
    color: #6640f4;
}

.second-swiper-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.second-swiper-text>h2 {
    font-size: 50px !important;
}

.second-swiper-text>h2>span {
    background-size: 300px;
}

.bottom>a {
    text-align: center !important;
}

.color {
    color: #6640f4;
}

.bottom>a>button {
    display: none;
    text-transform: uppercase;
    margin: 5px;
    padding: 5px;
    background-color: #f1f2fa;
    font-size: 10px;
    border: 0;
    border-radius: 5px;
}

.swiper-slide {
    border-radius: 20px;
    height: 500px;
    text-align: center;
    background-color: #fff;
}

.active-slide {
    transition: 1s;
    transform: scale(1.1);
    box-shadow: -18px 20px 25px -6px rgba(116, 116, 116, 0.38);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 20px !important;
    left: auto;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    border: 0;
    color: #0d6efd;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #6640f4;
    color: #fff;
    transition: 0.5s;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: "next";
    font-size: 20px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: "prev";
    font-size: 20px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 20px !important;
    right: auto;
}


@keyframes mega {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes rating {
    0% {
        webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Timurs code */



.business-cards {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.business-cards>div {
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    height: 150px;
    width: 216px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-cards>div>img {
    width: 200px;
    height: 100px;
}

.amounts {
    margin-top: 10%;
    gap: 10% !important;

}

.amount {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
}

.amount:nth-child(2),
.amount:nth-child(3) {
    border-left: var(--border-line);
    padding-left: 5%;
    margin-left: 3%;
}

.amount>h1 {
    color: var(--violet);
    font-weight: var(--header-weight);
}

.leaders-list {
    background-color: #f1f2fa;
    padding: 10%;
    border-radius: 30px;
    margin-top: 5%;
    width: 100%;
}

.top-leaders-list {
    gap: 50%;
    text-align: center;
}

.top-leaders-list>h1>span {
    background-size: 300px;
}

.top-leaders-list>h1 {
    margin-left: 10%;
}

.top-leaders-list>a {
    color: black;

}

.top-leaders-list>a:hover {
    color: #0a58ca;
}

.leaders-cards {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.leaders-cards>div {
    border-radius: 20px;
    background-color: var(--white);
    width: 262px;
    height: 428px;
    padding: 15px;
}

.person {
    border-radius: 20px !important;
    width: 232px;
    height: 310px;
    margin-bottom: 10%;
}

.leaders-cards>div>a {
    color: black;
    text-decoration: none;
}

.leaders-cards>div:hover {
    box-shadow: 0px 54px 92px 0px rgb(81 85 134 / 20%);
    transition: 0.5s;
}

.leaders-cards>div>p {
    color: #999999;
    font-size: 13px;
}

.secondMagazine {
    border-right: var(--border-line);
    border-left: var(--border-line);
    padding-left: 3%;
    padding-right: 3%;
}


.topInfo {
    display: flex;
    flex-direction: row;
    margin-top: 10%;
    font-size: 12px;
}

.news {
    color: var(--violet);
    font-weight: var(--header-weight);
    border-right: var(--border-line);
    height: 20.4px;
    line-height: 20.4px;
    padding-right: 4%;
    margin-right: 4%;
    text-decoration: none;
}

.topInfo>p {
    margin-left: 2%;
    margin-right: 2%;
}

.topInfo>p>i {
    margin-right: 5px;
}

.time-ago,
.David,
.number {
    color: black;
    line-height: 18px;
    text-decoration: none;
}

.time-ago:hover,
.David:hover,
.number:hover,
.service:hover {
    color: var(--violet);
}

.centerInfo {
    color: black;
    text-decoration: none;
    font-weight: var(--header-weight);
    font-size: 22px;
}

.centerInfo:hover {
    color: var(--violet);
    transition: 0.5s;
}

.magazine-cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10%;
    flex-direction: row;
}

.magazine>h1>span {
    font-size: 60px;
    background-size: 300px !important;
}

.magazine>h1 {
    font-size: 60px;
}

.magazine {
    margin-top: 20px;
}

.magazine-cards>div>p {
    font-size: 13px;
}

.bottomInfo {
    font-size: 13px;
    display: flex;

}

.A {
    background-color: var(--violet);
    color: var(--white);
    border-radius: 100%;
    width: 20px;
    font-size: 14.4px;
    height: 20px;

}

.userReaction {
    margin-left: 45%;
    display: flex;
    flex-direction: row;
}

.userReaction>i {
    margin-top: 3px;
}

.ByDavid {
    display: flex;
    flex-direction: row;
    gap: 2px;
}


.footer {
    border-top: var(--border-line);

}

.lateHeader {
    font-weight: var(--header-weight);
    font-size: 14.4px;
    line-height: 21.6px;
    margin: 10px;
}

.sideParagraph {
    font-size: 13px;
    color: var(--gray);
    line-height: 22.1px;
}

.sideParagraph>i {
    margin-right: 3%;
}

.footer-icon {
    background-color: var(--violet);
    color: var(--white);
    border-radius: 50%;
    font-size: 14.4px;
    line-height: 21.6px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 1.5%;
}

.service {
    font-size: 12px;
    color: var(--gray);
    text-decoration: none;
}

.theLatest {
    font-size: 10px;
    color: var(--gray);
    display: flex;
    margin-top: 10%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--violet);
}

.theLatest>P {
    margin-top: 1%;
}

.adress>p {
    width: 180px;
    margin-bottom: 0 !important;
    color: white !important;
}

.adress {
    width: max-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theLatest>p>u,
.blueLink {
    color: black;
    font-weight: var(--header-weight);
}

.blueLink:hover {
    color: #0a58ca;
    transition: 0.5s;
}

.itekseo {
    width: 100px;
    height: 50px;
    margin: 1%
}

.input-email {
    border: var(--border-line);
    line-height: 18px;
    border-radius: 30px;
    height: 45px;
    width: 285px;
    font-size: 12px;
    margin-top: 10%;
    margin-bottom: 10%;
}

.input-email>input {
    border: none !important;
    outline: none;
}

.input-email>i {
    color: var(--gray);
    margin-left: 3%;
    margin-right: 2%;
}

.input-email>button {
    border: none;
    background-color: var(--violet);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 0.8rem;
    color: var(--white);
    margin-left: 15%;
    margin-top: 1%;
    outline: none;
}

form {
    border-top: 10px solid var(--violet);
    border-radius: 40px;
    padding: 100px 15px;
    padding-top: 100px;
    padding-right: 15px;
    padding-bottom: 100px;
    padding-left: 15px;
    margin-bottom: 8%;
    background: url(images/contact_a.png) left bottom no-repeat whitesmoke;
}

.form-parent {
    width: 80%;
}

.form-parent>.main-header>span {
    font-size: 55px !important;
    background-size: 300px !important;
}

.form-parent>.main-header {
    font-size: 60px !important;
}

.busines>.main-header>span {
    font-size: 60px !important;
    padding-bottom: 60px !important;
    background-size: 300px !important;
}

textarea {
    width: 65%;
    border: var(--border-line);
    border-radius: 30px;
    padding: 2%;
    font-size: 12px !important;
    outline: none;
}

.form-check-input {
    text-align: center;
    margin-left: 35%;
}

.submitting {
    text-align: center !important;
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 5% !important;
}

.sendRequest {
    background-color: #157efb;
    box-shadow: rgb(88, 66, 188) 0px 4px 0px 0px;
    border: none;
    border-radius: 800px;
    font-size: 12px;
    width: 163px;
    height: 40px;
    font-weight: var(--header-weight);
}

.sendRequest:hover {
    background-color: #4a00e1;
    transition: 0.5s;
}

form>h6 {
    color: #dc3545;
    font-size: 12px;
    line-height: 20.4px;
}

.inputs {
    margin-bottom: 2%;
}

select {
    margin-top: 20px !important;
}

.inp {
    padding-left: 5PX;
    width: 31.85%;
    height: 50px !important;
    border-radius: 30px;
    border: var(--border-line);
    outline: none;
    font-size: 12px;
}

.letter-plane {
    right: 5%;
    top: 320%;
    width: 10rem;
    display: none;
}