* {
    padding: 0px;
    margin: 0px auto;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden
}

ul {
    list-style: none
}

ul li {
    display: inline-block
}

.p-text {
    font-size: 16px;
    line-height: 30px;
    font-family: karla
}

.px,
.container {
    padding-left: 15px;
    padding-right: 15px
}

.cont {
    display: flex
}

.t-r {
    text-align: right
}

.trick::before {
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 25px
}

@font-face {
    font-family: DMSerif;
    src: url("../font/DMSerifDisplay-Regular.ttf")
}

@font-face {
    font-family: karla;
    src: url("../font/Karla-Regular.ttf")
}

.container {
    margin: auto;
    position: relative
}

@media (min-width: 767px) {
    .container {
        width: 750px
    }
}

@media (min-width: 990px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.btn {
    width: 15%;
    height: 40px;
    border: none;
    color: #fff;
    font-weight: 600;
    background-color: #2d2640;
    cursor: pointer;
    outline: none;
    transition: all 0.5s
}

nav {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    background-color: #fafafa;
    top: 0px;
    z-index: 99999
}

nav .cont {
    align-items: center
}

@media (max-width: 767px) {
    nav .cont {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    nav .cont div {
        width: 100%
    }
}

nav .cont .logo {
    width: 20%
}

@media (max-width: 767px) {
    nav .cont .logo {
        width: 100%
    }
}

nav .cont .list {
    width: 80%;
    height: auto
}

@media (max-width: 767px) {
    nav .cont .list {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #2b272f;
        position: fixed;
        top: 60px;
        width: 100%;
        height: 0px;
        left: 0;
        overflow: hidden;
        transition: all 0.5s
    }
}

nav .cont .list ul {
    display: inline-block
}

@media (max-width: 767px) {
    nav .cont .list ul {
        display: flex;
        flex-direction: column;
    }
}

nav .cont .list ul li a {
    margin-right: 30px;
    font-family: karla;
    cursor: pointer;
    color: #837d87;
    font-weight: 400;
    transition: all 0.5s;
    text-decoration: none;
}

nav .cont .list ul li a:hover {
    color: #2d2640
}

@media (max-width: 767px) {
    nav .cont .list ul li a:hover {
        color: #95a9c6 !important
    }
}

@media (max-width: 767px) {
    nav .cont .list ul li a {
        display: block;
        margin: auto;
        padding-bottom: 35px;
        color: #fff
    }
}

@media (max-width: 767px) {
    nav .cont .list button {
        border: 1px solid #fff;
        border-radius: 5px;
        background: none;
        width: 40%
    }
}

nav .cont .toggle {
    position: absolute;
    top: -5px;
    right: 20px;
    cursor: pointer;
    display: none
}

@media (max-width: 767px) {
    nav .cont .toggle {
        display: inline-block;
        width: auto
    }
}

.show {
    height: 100vh !important
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fafafa;
    position: relative
}

footer .cont {
    flex-direction: column
}

footer .cont div {
    width: 100%
}

footer .cont .title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2d2640;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 990px) {
    footer .cont .title {
        flex-direction: column
    }
}

footer .cont .title div {
    width: 50%
}

@media (max-width: 990px) {
    footer .cont .title div {
        width: 100%;
        text-align: center !important
    }
}

footer .cont .title .two {
    text-align: right
}

@media (max-width: 990px) {
    footer .cont .title .two {
        margin-top: 15px
    }
}

footer .cont .title .two ul li a {
    font-size: 22px;
    margin-left: 15px;
    color: #837d87;
    cursor: pointer;
    text-decoration: none;
}

footer .cont .title .two ul li a:hover {
    color: #2d2640
}

footer .cont .cont-footer {
    display: flex;
    align-items: center
}

@media (max-width: 990px) {
    footer .cont .cont-footer {
        flex-direction: column;
        padding-top: 20px
    }
}

footer .cont .cont-footer div {
    width: 25%;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width: 990px) {
    footer .cont .cont-footer div {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center
    }
}

footer .cont .cont-footer span {
    color: #837d87;
    padding-bottom: 20px;
    display: block;
    font-family: karla
}

footer .cont .cont-footer ul li {
    display: block;
    margin-bottom: 15px;
    font-family: karla;
    color: #2d2640;
    cursor: pointer
}

footer .cont .cont-footer ul li:hover {
    text-decoration: underline
}

header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #2d2640;
    color: #fff
}

header .container {
    padding: 0px
}

@media (max-width: 767px) {
    header {
        padding-top: 0px
    }
}

header .cont {
    align-items: center
}

@media (max-width: 990px) {
    header .cont {
        flex-direction: column-reverse;
        text-align: center
    }
}

header .cont div {
    width: 50%
}

@media (max-width: 990px) {
    header .cont div {
        width: 100%
    }
}

header .cont h1 {
    font-size: 55px;
    font-family: DMSerif;
    font-weight: normal;
    width: 75%;
    margin-left: 0;
    position: relative
}

@media (max-width: 990px) {
    header .cont h1 {
        width: 100%;
        font-size: 50px
    }
}

@media (max-width: 990px) {
    header .cont h1::before {
        margin-left: auto;
        margin-right: auto
    }
}

header .cont p {
    color: #fafafa;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 1.1em
}

header .cont button {
    border: 1px solid #fff;
    width: 25%;
    margin-top: 15px
}

header .cont button:hover {
    background: #fff;
    color: #2d2640
}

@media (max-width: 767px) {
    header .cont button {
        width: 50%
    }
}

header .cont img {
    margin-bottom: -40%
}

@media (max-width: 990px) {
    header .cont img {
        margin: auto;
        width: 100%;
        padding-bottom: 75px
    }
}

#ime-one,
#ime-three {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999
}

#ime-one {
    width: 25%
}

@media (max-width: 990px) {
    #ime-one {
        bottom: -140px;
        top: auto;
        width: auto
    }
}

@media (max-width: 990px) {
    #ime-two {
        display: none
    }
}

#ime-two,
#ime-four {
    position: absolute;
    left: 0px;
    bottom: -230px
}

#ime-three {
    height: 100%
}

#ime-four {
    top: 0px
}

@media (max-width: 767px) {
    #ime-four {
        width: 100%
    }
}

.section-one {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 990px) {
    .section-one {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section-one .cont {
    flex-direction: column
}

.section-one .cont div {
    width: 100%
}

.section-one .cont .title {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 990px) {
    .section-one .cont .title {
        text-align: center
    }
}

.section-one .cont .title h2 {
    font-size: 35px;
    font-family: DMSerif;
    font-weight: normal
}

.section-one .cont .title h2::before {
    background: #000;
    width: 10%
}

@media (max-width: 990px) {
    .section-one .cont .title h2::before {
        margin-left: auto;
        margin-right: auto;
        width: 20%
    }
}

.section-one .cont .info {
    display: flex
}

@media (max-width: 990px) {
    .section-one .cont .info {
        flex-direction: column;
        align-items: center
    }
}

.section-one .cont .info div {
    width: 33.33333%
}

@media (max-width: 990px) {
    .section-one .cont .info div {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }
}

.section-one .cont .info img {
    width: 25%
}

.section-one .cont .info h4 {
    font-size: 25px;
    font-family: DMSerif;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px
}

.section-one .cont .info p {
    font-size: 15px
}

.section-two {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-two .cont {
    position: relative;
    background-color: #2d2640;
    padding: 60px 50px;
    color: #fff;
    align-items: center
}

@media (max-width: 990px) {
    .section-two .cont {
        flex-direction: column
    }
}

.section-two .cont div {
    width: 50%
}

@media (max-width: 990px) {
    .section-two .cont div {
        width: 100%
    }
}

.section-two h2 {
    font-family: DMSerif;
    font-size: 35px;
    width: 64%;
    font-weight: normal;
    margin-left: 0px
}

@media (max-width: 990px) {
    .section-two h2 {
        margin: auto;
        text-align: center;
        padding-bottom: 20px;
        width: 100%
    }
}

.section-two .two {
    text-align: right
}

@media (max-width: 990px) {
    .section-two .two {
        text-align: center
    }
}

.section-two .two button {
    border: 1px solid #fff;
    width: 25%;
    margin-top: 15px;
    position: relative;
    z-index: 9999
}

.section-two .two button:hover {
    background: #fff;
    color: #2d2640
}

@media (max-width: 990px) {
    .section-two .two button {
        width: 60%
    }
}

.copy {
    text-align: center;
    color: #797979;
}

.copy  a,
.copy  svg path{
    text-decoration: none;
    color: #2d2640;
    fill: #2d2640;
}