@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Lora&display=swap');

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

body {
    font-family: 'Exo 2', sans-serif;;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}

.header {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    background:-o-linear-gradient(315deg, #FF512F, #DD2476), url(images/girl1.jpg);
    background:linear-gradient(135deg, #FF512F, #DD2476), url(images/girl1.jpg);
    background-size:cover;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.header .content {
    padding: 100px;
    max-width: 80%;
    color: #fff;
}

.header .content .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.header .content h1 {
    font-size: 5rem;
    letter-spacing: 0.25rem;
    line-height: 1.2;
}

.header .content p {
    width: 650px;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
}

.fs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75vh;
    max-width: 100%;
    width: 100%;
    background: coral;
}

.fs .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 10rem;
    font-weight: bolder;
    background: #001730;
    color: #fff;
    padding: 130px;
}

.fs .fs--content {
    height: 100%;
    width: 55%;
    background: #4ad7d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    color: #fff;
}

.fs .fs--content .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.fs .fs--content h2 {
    font-size: 3rem;
    letter-spacing: 0.25rem;
    line-height: 1.2;
}

.fs .fs--content p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
}

.fs .fs--content .btn {
    margin-top: 20px;
    background: #fe4a49;
    border: none;
    color: #fff;
    font-size: 16px;
    padding:15px 30px;
    cursor:pointer;
}

.fs  .fs--photo {
    height: 100%;
    max-width: 25%;
    width: 25%;
    background: url(images/boy1.jpg);
    background-position: center center;
    background-size: cover;
}

.discipline1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.discipline1 .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    width: 100%;
}

.discipline1 .row1 .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 50px;
    background: #fe4a49;
    height: 50vh;
    color: #fff;
}

.discipline1 .box1 .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.discipline1 .box1 .shape {
    width: 500px;
    height: 60px;
    background-image: none;
    background: #4ad7d1;
    margin: 8px auto 0 -101px;
    position: absolute;
    z-index: 11;
    background-blend-mode: multiply;
}

.discipline1 .box1 h2 {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.25rem;
    margin: 0;
    padding:8px;
    width: 100%;
    z-index: 100;
}

.discipline1 .box1 p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
    padding-bottom: 25px;
}

.discipline1 .box1 .btn {
    padding: 15px 30px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.discipline1 .box1 .btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.discipline1 .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 50px;
    background: -o-linear-gradient(315deg, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(images/design.jpg);
    background: linear-gradient(135deg, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(images/design.jpg);
    background-position: center;
    background-size: cover;
    height: 50vh;
    color: #fff;
}

.discipline1 .box2 .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.discipline1 .box2 .shape {
    width: 500px;
    height: 65px;
    background-image: none;
    background: #fff;
    margin: 8px auto 0 -50px;
    position: absolute;
    z-index: 11;
    background-blend-mode: multiply;
}

.discipline1 .box2 h2 {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.25rem;
    margin: 0;
    padding:8px;
    width: 100%;
    z-index: 100;
    color: #001730;
}

.discipline1 .box2 p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
    padding-bottom: 25px;
}

.discipline1 .box2 .btn {
    padding: 15px 30px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.discipline1 .box2 .btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.discipline2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.discipline2 .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    width: 100%;
}

.discipline2 .row2 .box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 50px;
    background: -o-linear-gradient(315deg, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(images/fineart.jpg);
    background: linear-gradient(135deg, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(images/fineart.jpg);
    background-position: center;
    background-size: cover;
    height: 50vh;
    color: #fff;
}

.discipline2 .box3 .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.discipline2 .box3 .shape {
    width: 500px;
    height: 60px;
    background-image: none;
    background: #fff;
    margin: 8px auto 0 -101px;
    position: absolute;
    z-index: 11;
    background-blend-mode: multiply;
}

.discipline2 .box3 h2 {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.25rem;
    margin: 0;
    padding:8px;
    width: 100%;
    z-index: 100;
    color: #001730;
}

.discipline2 .box3 p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
    padding-bottom: 25px;
}

.discipline2 .box3 .btn {
    padding: 15px 30px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.discipline2 .box3 .btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.discipline2 .box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 50px;
    background: #4ad7d1;
    height: 50vh;
    color: #fff;
}

.discipline2 .box4 .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.discipline2 .box4 .shape {
    width: 500px;
    height: 65px;
    background-image: none;
    background: #fe4a49;
    margin: 8px auto 0 -50px;
    position: absolute;
    z-index: 11;
    background-blend-mode: multiply;
}

.discipline2 .box4 h2 {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.25rem;
    margin: 0;
    padding:8px;
    width: 100%;
    z-index: 100;
    color: #fff;
}

.discipline2 .box4 p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
    padding-bottom: 25px;
}

.discipline2 .box4 .btn {
    padding: 15px 30px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.discipline2 .box4 .btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}


.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    height: 75vh;
    width: 100%;
    background: orange;
}

.two > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: -o-linear-gradient(315deg, #34e89e, #0f344391), url(images/couple.jpg);
    background: linear-gradient(135deg, #34e89e, #0f344391), url(images/couple.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.two .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.two  .num p {
    font-size: 200px;
    color: #fff;
    line-height: 2;
}

.two  .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    color: #fff;
    max-width: 60%;
    width: 60%;
}

.two .text > .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.35rem;
}

.two .text > h2 {
    position: relative;
    font-size: 2.75rem;
    letter-spacing: 0.25rem;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    color: #fff;
}

.two .text > p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
    padding-bottom: 25px;
}

.two .text > .btn {
    padding: 15px 30px;
    border: 1px solid #001730;
    background: #001730;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
}

.two .text > .btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.what .content .square{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: palevioletred;
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.square .w-box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 50vh;
    height: 50vh;
    width: 50vh;
    background: url(images/box1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.square .w-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 50vh;
    height: 50vh;
    width: 50vh;
    background: #4ad7d1;
}

.square .w-box2 p {
    font-family: 'Lora', serif;
    font-size: 48px;
    color: #fff;
    padding: 30px;
}

.square .w-box2 .btn {
    padding: 15px 30px;
    border: 1px solid #fe4a49;
    background: #fe4a49;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
}

.square .w-box2 .btn a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}


.square .w-box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 50vh;
    height: 50vh;
    width: 50vh;
    background: url(images/box3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.square .w-box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 50vh;
    height: 50vh;
    width: 50vh;
    background: url(images/box4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hor img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
    width: 45.2%;
    overflow: hidden;
}

.trd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75vh;
    max-width: 100%;
    width: 100%;
    background: coral;
}

.trd .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-weight: bolder;
    background: #001730;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
}

.trd .content .top-text {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.35rem;
}

.trd .content h2 {
    font-size: 2.75rem;
    letter-spacing: 0.25rem;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    color: #fff;
}

.trd .content p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    padding-top: 10px;
    padding-bottom: 25px;
}

.trd .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    background: url(https://images.unsplash.com/photo-1496266125541-6d5a799d0ac8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1960&q=80);
    background-size: cover;
    background-position: center center;
    height: 100%;
    color: #fff;
    font-size: 200px;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 100px;
    padding-top: 250px;
}