@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'DM Sans';
}
button {
    border: none;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.btn {
    background: #FF7143;
    color: white;
    padding: 14px 30px;
    border-radius: 5px;
}

/* ============================================ Nav start ========================================= */

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
    margin-bottom: 100px;
}

.nav__list {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.nav__link {
    color: #696871;
    font-weight: 700;
    transition: .5s;
    position: relative;
}

.nav__link:hover {
    color: #19191B;
}

.nav__link::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #5454D4;
    left: 0;
    bottom: 0;
    border-radius: 23px 23px 0 0;
    transition: 500ms;
}

.nav__link:hover::before {
    width: 100%;
}

/* ------------------------------------------ Header content start ------------------------------------------- */


.header__content .container {
    display: flex;
    align-items: center;
    padding-bottom: 115px;
}

.header__title {
    font-weight: 700;
    font-size: 80px;
    line-height: 77px;
    color: #19191B;
    margin-bottom: 30px;
}

.header__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #696871;
    margin-bottom: 50px;
}

.down {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.down i {
    width: 50px;
    height: 50px;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header__btn {
    font-weight: 700;
    font-size: 17px;
    width: 211px;
    height: 60px;
    color: white;
    background: #5454D4;
    border-radius: 10px;
}

.down__btn {
    color: black;
}

.header__logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
    cursor: pointer;
}

/* -----------------------------------------------------Subscription index start------------------------------------------- */

.Sub__index .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Subindex__img {
    margin-right: 165px;
}

.Subindex__title {
    font-weight: 700;
    font-size: 50px;
    color: #19191B;
}

.Subindex__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #696871;
    margin: 30px 0;
}

.Subindex__txt {
    color: #5454D4;
    background: white;
    font-weight: 700;
    font-size: 17px;
    transition: 500ms;
}


/* -----------------------------------------------------In__depth start start------------------------------------------- */

.In__depth {
    padding-bottom: 138px;
}

.In__depth .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* --------------------------------------------------Bench start------------------------------------------- */

.Benchmarks {
    padding-bottom: 150px;
}

.Bench__cards {
    display: flex;
    justify-content: space-between;
}

.Bench__card {
    text-align: center;
}

.Bench__name {
    font-weight: 700;
    font-size: 24px;
    color: #19191B;
    margin-bottom: 20px;
}

.Bench__text {
    font-weight: 400;
    line-height: 24px;
    color: #696871;
}

/* --------------------------------------------- Footer start ----------------------------------------------- */

.footer {
    padding-bottom: 158px;
}

.footer__desc {
    display: flex;
    align-items: center;
    column-gap: 242px;
    padding-bottom: 98px;
}

.footer__name {
    color: #19191B;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    flex-wrap: wrap;
    width: 523px;
    max-width: 523px;
}

.footer__btn {
    font-weight: 700;
    font-size: 16px;
    width: 160px;
    height: 55px;
    color: white;
    background: #5454D4;
    border-radius: 10px 0 0 10px;
}

.footer__btn1 {
    font-weight: 700;
    font-size: 16px;
    width: 160px;
    height: 55px;
    color: #19191B;
    background: white;
    border-radius: 10px 0 0 10px;
}

.footer__cards {
    display: flex;
    column-gap: 18px;
    align-items: center;
}

.footer__card {
    width: 330px;
    height: 441px;
    border: none;
    background: #F8F8F8;
    text-align: center;
    border-radius: 10px;
    padding: 34px 0 27px 0;
}

.footer__txt {
    color: #696871;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 22px;
}

.footer__nme {
    color: #1D293F;
    font-weight: 700;
    font-size: 60px;
    padding-bottom: 28px;
}

.footer__text {
    color: #696871;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 38px;
}

.footer__tht {
    color: #696871;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 38px;
}

.footer__teht {
    color: #696871;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 36px;
}

.footer__btn2 {
    color: #5454D4;
    font-weight: 700;
    font-size: 17px;
    width: 285px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #EAE9F2;
    transition: 500ms;
}

.footer__btn2:hover {
    background: #5454D4;
    color: white;
}

.footer__card2 {
    width: 376px;
    height: 473px;
    text-align: center;
    border-radius: 10px;
    background: #FF7143;
    box-shadow: 0px 32px 34px 0px #FF703B51;
    padding: 50px 0 43px 0;
}

.footer__txt1 {
    color: #FFFFFFB2;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 22px;
}

.footer__nme1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 60px;
    padding-bottom: 28px;
}

.footer__text1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 38px;
}

.footer__tht1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 38px;
}

.footer__teht1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 36px;
}

.footer__btn3 {
    color: #FFFFFF;
    background: #9F3919;
    font-weight: 700;
    font-size: 17px;
    width: 305px;
    height: 60px;
    border-radius: 10px;
    transition:500ms
}

.footer__btn3:hover {
    background: white;
    color: #9F3919;
}