/* -----RESET STYLE----- */
@import url(reset.css);
/* -----HEADER STYLE----- */
@import url(header.css);
/* FOOTER STYLE */
@import url(footer.css);

/* ----------- */
body {
    font-family: "Roboto";
    font-size: 18px;
}

/* ----------- */
.wrapper {
    min-height: 100%;
    overflow: clip;
    display: flex;
    flex-direction: column;
}


/* ----------- */
.button {
    text-align: center;
    padding: 10px 32px;
    color: #fff;
    background-color: #111B47;
    border-radius: 3px;
    background: var(--colour-main-blue-800, #111B47);
    border: 2px solid var(--colour-main-blue-900, #091133);
    color: var(--colour-secondary-white-100-general, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.button_dark {
    text-align: center;
    padding: 10px 32px;
    color: #111B47;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid var(--colour-main-blue-900, #091133);
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

/* --------------- */
.imgs {
    background-image: url("../Images/designer_1.png");
    height: 730px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    background-position: right;
    z-index: -1;
}

/* ----------- */
.page {
    flex: 1 1 auto;
    padding-top: 85px;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: block;
    flex-shrink: 0;
}

/* ----------- */
[class*="__container"] {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* ----------- */
.main {
    padding-top: 93px;
    padding-bottom: 98px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.main__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.main__title {
    padding-right: 0px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: 1px;
}

.main__p {
    color: var(--colour-main-blue-500, #505F98);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.main__buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--colour-secondary-white-100-general, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

@media screen and (min-width: 320px) and (max-width: 835px){
    .main__title{
        font-size: 36px;
        line-height: 40px;
    }
    .main__p{
        font-size: 15px;
        line-height: 25px;
    }
    .main__container{
        display: flex;
    }
}

/* ----------------- */
.page__1 {
    height: 100%;
    width: 100%;
    display: flex;
}

.page1 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}

.page__1__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 70px;
}

.page__1__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.page__1__title {
    margin-bottom: 20px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-top: 100px;
}

.page__1__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.page__1__image {
    text-align: center;
    flex: 0 0 53.2%;
    padding-top: 50px;
}

.page__1__image img {
    height: 530px;
    width: 500px;
}

@media(max-width:1024px){
    .page__1__image img{
        width: 380px;
        height: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .row{
        flex-direction: column;
    }
    .page__1__image img{
        padding-top: 200px;
        height: 600px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px){
    .page__1__container{
        flex-direction: column;
        display: block;
    }
    .row{
        flex-direction: column;
    }
    .page__1__image img{
        height: 400px;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px){
    .page__1__container{
        flex-direction: column;
        display: block;
    }
    .row{
        flex-direction: column;
    }
    .page__1__image img{
        height: 300px;
        width: 320px;
    }
}

@media screen and (min-width: 150px) and (max-width: 374px){
    .page__1__container{
        flex-direction: column;
        display: block;
    }
    .row{
        flex-direction: column;
    }
    .page__1__image img{
        height: 270px;
        width: 250px;
    }
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.row h3 {
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.row p {
    color: var(--colour-main-grey-600, #5D6970);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


/* ----------------- */
.page__2 {
    height: 100%;
    width: 100%;
    display: flex;
}

.page2 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding-top: 16px;
    padding-bottom: 50px;
}

.page__2__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__2__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.page__2__title {
    margin-bottom: 20px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-top: 100px;
}

.page__2__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.page__2__image {
    text-align: center;
    flex: 0 0 53.2%;
    padding-top: 50px;
}

.page__2__image img {
    height: 320px;
    width: 480px;
}

@media(max-width:1024px){
    .page__2__image img{
        width: 320px;
        height: 300px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px){
    .page__2__container{
        flex-direction: column;
        display: block;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px){
    .page__2__container{
        flex-direction: column;
        display: block;
    }
}

@media screen and (min-width: 150px) and (max-width: 374px){
    .page__2__container{
        flex-direction: column;
        display: block;
    }
    .page__2__image img{
        width: 250px;
        height: 220px;
    }
}

/* ----------------- */
.page__3 {
    height: 100%;
    width: 100%;
    display: flex;
}

.page3 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding-top: 16px;
    padding-bottom: 50px;
}

.page__3__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__3__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.page__3__title {
    margin-bottom: 20px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-top: 100px;
}

.page__3__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.page__3__image {
    text-align: center;
    flex: 0 0 53.2%;
    padding-top: 50px;
}

.page__3__image img {
    height: 390px;
    width: 540px;
}

@media(max-width:1024px){
    .page__3__image img{
        width: 320px;
        height: 350px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px){
    .page__3__container{
        flex-direction: column;
        display: block;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px){
    .page__3__container{
        flex-direction: column;
        display: block;
    }
}

@media screen and (min-width: 150px) and (max-width: 374px){
    .page__3__container{
        flex-direction: column;
        display: block;
    }
    .page__3__image img{
        width: 250px;
        height: 220px;
    }
}

/* ----------------- */
.page__4 {
    height: 100%;
    width: 100%;
    display: flex;
}

.page4 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding-top: 16px;
    padding-bottom: 50px;
}

.page__4__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__4__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.page__4__title {
    margin-bottom: 20px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-top: 100px;
}

.page__4__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.page__4__image {
    text-align: center;
    flex: 0 0 53.2%;
    padding-top: 50px;
}

.page__4__image img {
    height: 340px;
    width: 450px;
}

@media(max-width:1024px){
    .page__4__image img{
        width: 300px;
        height: 340px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px){
    .page__4__container{
        flex-direction: column;
        display: block;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px){
    .page__4__container{
        flex-direction: column;
        display: block;
    }
}

@media screen and (min-width: 150px) and (max-width: 374px){
    .page__4__container{
        flex-direction: column;
        display: block;
    }
    .page__4__image img{
        width: 260px;
        height: 220px;
    }
}

/* ----------------- */
.page__5 {
    min-height: 100vh;
    width: 100%;
    background-image: url("../Images/Rectangle.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.page__5__content {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.page__5__title {
    color: var(--colour-main-blue-900, #091133);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-bottom: 16px;
    padding-top: 50px;
}

.page__5__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}

.price {
    color: var(--colour-main-blue-700, #222F65);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: 1px;
}

.title1 {
    color: var(--colour-main-blue-600, #37447E);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px;
}

.body1 {
    color: var(--colour-main-grey-600, #5D6970);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 17px;
}

/* ------------------------- */
/* ----------Page 1--------- */
/* ------------------------- */

.page__6 {
    height: 100%;
    width: 100%;
    display: flex;
}

.page6 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding-top: 116px;
    padding-bottom: 50px;
}

.page__6__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__6__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.page__6__title {
    margin-bottom: 20px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-top: 100px;
}

.page__6__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.page__6__image {
    text-align: center;
    flex: 0 0 53.2%;
    padding-top: 50px;
}

.page__6__image img {
    height: 700px;
    width: 400px;
}

@media screen and (min-width: 150px) and (max-width: 426px){
    .page__6__container{
        flex-direction: column;
        display: block;
    }
    .page__6__image img{
        width: 260px;
        height: 420px;
    }
}

@media screen and (min-width: 427px) and (max-width: 768px){
    .page__6__image img{
        width: 350px;
        height: 980px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
    .page__6__image img{
        width: 400px;
        height: 980px;
    }
}

/* ------------------------- */
/* ----------Page 2--------- */
/* ------------------------- */

.page__7 {
    height: 100%;
    width: 100%;
    display: flex;
}

.page7 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding-top: 116px;
    padding-bottom: 50px;
}

.page__7__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page__7__content {
    flex: 1 1 auto;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.page__7__title {
    margin-bottom: 20px;
    color: var(--colour-main-blue-900, #091133);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding-top: 100px;
}

.page__7__text {
    line-height: 1.5;
    color: var(--colour-main-blue-400, #6F7CB2);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.page__7__image {
    text-align: left;
    flex: 0 0 53.2%;
    padding-top: 50px;
}

.page__7__image img {
    height: 700px;
    width: 450px;
}

@media screen and (min-width: 150px) and (max-width: 426px){
    .page__7__container{
        flex-direction: column;
        display: block;
    }
    .page__7__image img{
        width: 390px;
        height: 420px;
    }
}

@media screen and (min-width: 427px) and (max-width: 768px){
    .page__7__image img{
        width: 350px;
        height: 980px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
    .page__7__image img{
        width: 400px;
        height: 980px;
    }
}