@import url(./fonts.css);

:root {
    --fm-L: "Lexend";
    --fm-S: "Space";
}

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

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.container {
    width: 1140px;
    /* width: 100%; */
    padding: 0;
    margin: auto;
}

.main_container {
    max-width: 1140px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}


/* Hedaer start */

/* Header Nav */

.header__nav-container {
    display: flex!important;
    align-items: center !important;
    column-gap: 58px;
}

.header__nav-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__nav-list {
    display: flex;
    column-gap: 32px;
    padding: 0 0 0 0;
}

.header__nav-logo {
    margin: 34px 0;
}

.header__nav-link {
    color: #939CAA;
    font-family: var(--fm-S);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    transition: .5s;
}

.header__nav-link:hover {
    color: #FCB72B;
    font-family: var(--fm-S);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 166.667% */
}

.btn {
    text-decoration: none;
    transition: .5s;
    /* max-width: 195px; */
    width: 100%;
    padding: 14px 40px;
    background-color: #FCB72B;
    color: white;
    line-height: 25px;
    font-weight: 700;
    font-family: var(--fm-S);
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    transition: .5s;
    border: 3px solid #FCB72B;

}

.btn:hover {
    flex-shrink: 0;
    width: 100%;
    color: #FCB72B;
    text-align: center;
    font-family: var(--fm-S);
    font-size: 15px;
    font-style: normal;
    /* line-height: 25px;  */
    background: #fff;
    padding: 14px 40px;
    text-decoration: none;
    border: 3px solid #FCB72B;
}

.header__nav-btn {
    display: inline-block;
    width: 195px;
}

.header__nav-btn:hover {
    width: 195px;
}

/* Header Nav */

/* Header */

.header {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #2F3B59;
    padding: 175px 0;
}

.header::before {
    content: '';
    background: url(../img/Bitmap.png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.30;

}

.header__title {
    width: 500px;
    color: #FFF;
    font-family: var(--fm-S);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -2.5px;
    position: relative;
}

.header__text {
    width: 405px;
    color: #FFF;
    font-family: var(--fm-L);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 40px 0;
    margin-left: 95px;
    margin-right: 27px;
    position: relative;
}

.header__btn {
    margin-left: 95px;
    width: 195px;
    position: relative;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: var(--fm-S);
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
    background: #FCB72B;
    padding: 14px 40px;
}

.header__btn:hover {
    width: 195px;
    background: #e9e6e000;
    padding: 14px 40px;
}

.header__content {
    display: flex;
    align-items: center;
    position: relative;
}

.line__2 {
    transform: translateY(60px);
    position: relative;
}

/* Header */

/* Hedaer end */









/* Main start */

.main {
    overflow: hidden;
}

/* Section item */

.section__item-cards {
    display: flex;
    column-gap: 30px;
    position: relative;
}

.main__section-item {
    padding: 160px 0 200px 0;
}

.section__card-title {
    color: #495567;
    font-family: var(--fm-S);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -1.071px;
    margin: 40px 0 27px 0;
    position: relative;
}

.section__card-text {
    color: #939CAA;
    font-family: var(--fm-L);
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
    position: relative;
}

.section__item-image {
    transform: translateY(59px);
}

.section__card-image {
    position: relative;
    z-index: 1;
}

/* Section item */


/* Section easy */

.section_easy {
    margin-bottom: -100px;
}

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

.easy_content-title {
    width: 445px;
    color: #495567;
    font-family: var(--fm-S);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -2.143px;
}

.easy_content-text {
    width: 445px;
    color: #939CAA;
    font-family: var(--fm-L);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
    margin: 24px 0 40px;

}

.easy_content-btn {
    text-decoration: none;
    transition: .5s;
    /* max-width: 180px; */
    width: 100%;
    padding: 14px 40px;
    background-color: #FCB72B;
    color: white;
    line-height: 25px;
    font-weight: 700;
    font-family: var(--fm-S);
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    transition: .5s;
    border: 3px solid #FCB72B;
}

.easy_content-btn:hover {
    flex-shrink: 0;
    width: 100%;
    color: #FCB72B;
    text-align: center;
    font-family: var(--fm-S);
    font-size: 15px;
    font-style: normal;
    /* line-height: 25px;  */
    background: #fff;
    padding: 14px 40px;
    text-decoration: none;
    border: 3px solid #FCB72B;
}

.easy_img {
    transform: translateX(1000px)translateY(-220px);
    object-fit: cover;
    overflow-x: hidden;

}

/* Section easy */


/* Section coming */

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

.coming_content-title {
    color: #495567;
    width: 445px;
    font-family: var(--fm-S);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -2.143px;
}

.coming_content-text {
    color: #939CAA;
    width: 445px;
    font-family: var(--fm-L);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
    margin: 24px 0 40px;
}

.coming_img {
    transform: translateX(-240px)translateY(150px);
}

/* Section coming */


/* Section zero */

.section_zero {
    margin-top: 150px;
}

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

.zero_content-title {
    width: 445px;
    color: #495567;
    font-family: var(--fm-S);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -2.143px;
}

.zero_content-text {
    width: 445px;
    color: #939CAA;
    font-family: var(--fm-L);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
    margin: 24px 0 40px;

}

.zero_content-btn {
    text-decoration: none;
    transition: .5s;
    /* max-width: 180px; */
    width: 100%;
    padding: 14px 40px;
    background-color: #FCB72B;
    color: white;
    line-height: 25px;
    font-weight: 700;
    font-family: var(--fm-S);
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    transition: .5s;
    border: 3px solid #FCB72B;
}

.zero_content-btn:hover {
    flex-shrink: 0;
    width: 100%;
    color: #FCB72B;
    text-align: center;
    font-family: var(--fm-S);
    font-size: 15px;
    font-style: normal;
    /* line-height: 25px;  */
    background: #fff;
    padding: 14px 40px;
    text-decoration: none;
    border: 3px solid #FCB72B;
}

.zero_img {
    transform: translateX(1020px) translateY(-320px);
    overflow-x: hidden;
}

/* Section zero */

/* Main start */


/* Footer start */

/* Contacts */

.background {
    background-image: url(../img/Mask.png);
    width: 100%;
    padding: 102px 0;
}

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

.footer_contacts-title {
    width: 415px;
    color: #FFF;
    font-family: var(--fm-S);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    letter-spacing: -2.143px;
}

.contacts_about {
    display: flex;
    column-gap: 18px;
}

.contacts_about-iphone {
    display: flex;
    justify-content: space-between;
    width: 159px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #E5ECF4;
    padding: 8px 15px;
}

.apple {
    align-items: center;
    width: 24.267px;
    height: 28px;
    flex-shrink: 0;
    color: #495567;
}

.contacts_about-text {
    color: #495567;
    font-family: var(--fm-S);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.446px;
}

.contacts_about-title {
    color: #495567;
    font-family: var(--fm-S);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    letter-spacing: -0.893px;
}

.contacts_about-android {
    display: flex;
    justify-content: space-between;
    width: 182px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #E5ECF4;
    padding: 8px 15px;
}

/* Contacts */

/* footer nav */

.footer_nav-container {
    display: flex;
    align-items: center;
    column-gap: 58px;
}

.header__nav-logo {
    margin: 34px 0;
}

.footer_nav-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_nav-list {
    display: flex;
    column-gap: 32px;
}

.footer_nav {
    padding: 35px 0 32px;
    background: #333A44;
}

.footer_nav-icons {
    display: flex;
    column-gap: 25px;
}

.footer_nav-icon {
    color: #FCB72B;
    transition: .5s;
}

.footer_nav-icon:hover {

    color: #E5ECF4;
}

/* footer nav */

/* Footer end */






/* About Start */
.about{
    display: flex;
    justify-content: space-between;
    min-height: 200px;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    background: #2F3B59;
    padding: 70px 0;
}


.about::before {
    content: '';
    background: url(../img/Bitmap\ \(1\).png) no-repeat center center / cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
}


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

.header_about_title {
   
    color: #FFF;
    font-family: var(--fm-S);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 100% */
    letter-spacing: -2.5px;
    opacity: 0.9;
    margin-left: 100px;
}

.header_about_image {
    opacity: 0.9;
}


/* About End */