html {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    text-decoration: none;
    color: black;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

li {
    list-style-type: none;
}

button {
    cursor: pointer;
}

body {
    background-image: url(./images/bg_gradient.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}


/* Header Start */
header {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 80px;
}


.header__tabs {
    width: 60%;
    display: flex;
    gap: 15px;
}

.header__tabs a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;

    color: #272D4E;
}

.header__right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.header__right a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;

    color: #272D4E;
}

.header__right button {
    background: #7854F7;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding: 10px;
    border: none;
}

/* Header End */

/* Hero Section Start */
.hero {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 50px;
}

.hero .empty {
    width: 25%;
}

.hero__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.hero__content h1 {
    font-family: 'Circular Std', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 85px;
    line-height: 95px;
    margin-top: 0;
    margin-bottom: 0;
}

.hero__content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #94A2B3;
}

.hero__content__footer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero__content span:first-of-type {
    font-size: 16px;
}

.hero__content__footer button {
    background: #7854F7;
    border-radius: 60px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-align: center;

    padding: 15px;
    width: 30%;
    border: none;
    color: #FFFFFF;
}

.hero__content__footer a {
    color: #299EF3;
}

.hero img {
    width: 45%;
}

/* Hero Section End */


/* Features Section Start */

.features {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features__title {
    width: 30%;
    text-align: center;
}

.features__title h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 70px;
    color: #272D4E;
}

.features__content {
    display: flex;
    padding: 0px 100px 0px 100px;
}

.features__content__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
}

.group__image img {
    width: 100%;
}

.group__footer {
    display: flex;
    flex-direction: column;
    width: 75%;
    gap: 10px;
}

.group__footer h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #464e27;
    margin: 0;
}

.group__footer span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #94A2B3;
}

.group__footer a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    color: #299EF3;
}

/* Features Section End */

/* pink section start */
.pink {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}

.pink img {
    width: 100%;
}

.pink__container {
    position: absolute;
    width: 75%;

    right: 50px;
}

.pink__top {
    display: flex;
    align-items: center;
    width: 60%;
    gap: 25px;
}

.pink__bottom {
    display: flex;
    align-items: center;
    width: 60%;
    margin-top: -6%;
    margin-left: 20%;
}

.pink__container img {
    width: 60%;
}

.pink__content {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.pink__content h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.pink__content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-size: 13px;
}

.pink__content button {
    background: #70C217;
    border-radius: 60px;
    color: #fff;
    border: none;
    margin-top: 30px;
    padding: 15px;
}

.pink__ellipse {
    position: absolute;
    bottom: 455px;
    right: 150px;
}

/* Pink Section End */


/* Testimonial Section Start */
.testimonial {
    position: relative;
}


.testimonial__content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 10%;
}

.testimonial__title {
    width: 28%;
}

.testimonial__title h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 70px;

    text-align: center;

    color: #272D4E;
}

.testimonial__card {
    width: 25%;
    height: 15%;
    padding: 50px;
    border-radius: 20px;
    background: #FFFFFF;
    z-index: 5;
    display: flex;
    justify-content: center;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
}

.testimonial__card span {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #94A2B3;
}

.testimonial__card img {
    z-index: -2;
    width: 10%;
    position: absolute;
    top: 35%;
}

.testimonial__card__bg__one {
    position: absolute;
    top: 330px;
    width: 25%;
    height: 15%;
    padding: 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
    transform: scale(0.934);
    z-index: 0;
}

.testimonial__card__bg__two {
    position: absolute;
    top: 350px;
    width: 25%;
    height: 15%;
    padding: 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
    transform: scale(0.9);
    z-index: 0;
}

/* Testimonial Section End */

/* People Section Start */

.people {
    width: 100%;
    position: relative;
    padding-top: 200px;
}

.bg {
    width: 100%;
    height: 1%;
    position: absolute;
    bottom: 0;
    background: #7854F7;
}

.people__img {
    width: 100%;
}

.people__top {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.people__top__content {
    position: relative;
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.people__top__content h1 {
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    color: #272D4E;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.people__top__content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #94A2B3;
}


.people__bottom {
    position: absolute;
    bottom: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.people__bottom__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap: 5%;
}

.people__bottom__content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.people__bottom__content button {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    color: #fff;
    padding: 20px;
    width: 250px;
}

/* People Section End */


/* Footer Start */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper {
    padding-top: 50px;
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 30px;
}

.wrapper__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}

.wrapper__logo {
    width: 10%;
}

.wrapper__top__section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 120px;
}

.wrapper__top__section div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrapper__top__section div img {
    width: 30px;
}

.wrapper__top__section div span {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}



.wrapper__bottom {
    display: flex;
    justify-content: space-around;
}

.wrapper__bottom div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
}



.wrapper__bottom ul li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
}

.wrapper__bottom ul li:hover {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.wrapper__bottom div span {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.links {
    width: 100%;
    height: 5vh;
    background: floralwhite;

    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0px 15px 0px;
}

.links__social {
    display: flex;
    gap: 30px;
}

.links__copyright {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #272D4E;
    text-transform: uppercase;
}

.links__copyright a {
    font-size: 16px;
    text-decoration: underline;
}

/* son anda farkedildi :( */
.ellipse {
    position: absolute;
    top: 4205px;
    right: 200px;
    width: 75px;
}

/* Footer End */