@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway';
}

body {
    background: #FFEED3;
    position: relative;
}

body::-webkit-scrollbar {
    background: none;
    width: 4px;
    background: #0D0908;
}

body::-webkit-scrollbar-thumb {
    background: #FAA61A;
    border-radius: 50px;
}

body::-moz-scrollbar {
    background: none;
    width: 4px;
    background: #0D0908;
}

body::-moz-scrollbar-thumb {
    background: #FAA61A;
    border-radius: 50px;
}

.btn1 {
    display: inline-block;
    color: #0D0908;
    background: #FAA61A;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 100px;
}

.btn2 {
    display: inline-block;
    color: #FAA61A;
    border: 1px solid #FAA61A;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 100px;
}

.btn1,
.btn2 {
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.btn1 font,
.btn2 font {
    font-family: 'Raleway';
    position: relative;
    z-index: 2;
}

.btn1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #0D0908;
    transition: all .5s;
}

.btn1:hover {
    color: #FAA61A;
    background: none;
}

.btn1:hover::before {
    width: 100%;
}

.btn2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #FAA61A;
    transition: all .5s;
}

.btn2:hover {
    color: #0D0908;
}

.btn2:hover::before {
    width: 100%;
}

.ArtS {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-size: cover !important;
}

.ArtC {
    width: 90%;
    max-width: 1300px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sec1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url('../themes/images/banner.png') no-repeat;
    background-size: cover;
}

.sec1 article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 90px 0px;
}

.sec1 div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 110px;
}

.sec1 img {
    margin-bottom: 150px;
}

.sec1 h1 {
    color: #FFDFAC;
    font-family: 'Besley';
    font-size: 100px;
    font-style: italic;
    font-weight: 600;
    line-height: 70px;
}

.sec1 h1 font {
    color: #FFDFAC;
    font-family: inherit;
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
}

.sec1 h2 {
    color: #FFDFAC;
    text-align: right;
    font-family: 'Raleway';
    font-size: 28.319px;
    font-style: italic;
    font-weight: 600;
}

.sec1 p {
    color: #FFDFAC;
    text-align: center;
    font-family: 'Raleway';
    font-size: 24.987px;
    font-style: normal;
    font-weight: 400;
    max-width: 1300px;
    text-align: center;
    margin-top: 560px;
    margin-bottom: 70px;
}

.sec1 p b {
    font-family: inherit;
    font-style: italic;
    font-weight: 700;
}

.sec2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
}

.sec2 section {
    width: 100%;
    max-width: 640px;
}

.sec2 h1 {
    color: #F37021;
    font-family: 'Besley';
    font-size: 91.62px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.sec2 p {
    color: #0D0908;
    font-family: 'Raleway';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-top: 65px;
}

.sec2 p font {
    color: #F37021;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
}

.sec2 .card {
    width: 100%;
    max-width: 570px;
    box-sizing: border-box;
    border-radius: 1000px 1000px 0px 0px;
    overflow: hidden;
    border: 1px solid #0D0908;
}

.sec2 .card img {
    width: 100%;
    object-fit: cover;
}

.sec2 .card h2 {
    color: #0D0908;
    text-align: center;
    font-family: 'Raleway';
    font-size: 24.987px;
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    padding: 40px 0px;
}

.sec2 .card h2 font {
    color: #FF7A00;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
}

.sec3 {
    width: 100%;
    margin-top: 140px;
}

.sec3 h1 {
    color: #0D0908;
    text-align: center;
    font-family: 'Besley';
    font-size: 90px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.sec3 h1 font {
    color: #F37021;
    font-family: 'Besley';
}

.sec3 p {
    color: #0D0908;
    text-align: center;
    font-family: 'Raleway';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    margin-top: 30px;
}

.sec3 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.sec3 section img {
    width: 100%;
    max-width: 390px;
}

.sec4 {
    width: 100%;
    background: url('../themes/images/banner2.png') no-repeat;
    background-size: cover;
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 170px 0px;
}

.sec4 article {
    width: 80%;
    max-width: 1260px;
}

.sec4 h1 {
    color: #FFDFAC;
    text-align: center;
    font-family: Besley;
    font-size: 99.949px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.sec4 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 25px;
    margin-top: 120px;
}

.sec4 section div {
    padding: 55px;
    border: 1px solid #E5C592;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sec4 section div p,
.sec4 section div p>* {
    color: #FFEED3;
    font-family: 'Raleway';
    font-size: 24.987px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.sec4 section div p font {
    color: #FAA61A;
    font-style: italic;
    font-weight: 700;
}

.sec4 section div:nth-child(2) {
    margin-top: 115px;
}

.sec4 section div:nth-child(3) {
    margin-top: 230px;
}

@media (max-width: 1565px) {
    .sec4 section div:nth-child(3) {
        margin-top: initial;
    }
}

@media (max-width: 1035px) {
    .sec4 section div:nth-child(2) {
        margin-top: initial;
    }

    .sec4 section div:nth-child(3) {
        margin-top: initial;
    }
}

.sec4 h2 {
    color: #FAA61A;
    text-align: center;
    font-family: 'Besley';
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
    line-height: 200%;
    margin-top: 120px;
}

article.bg2 {
    background: url('../themes/images/background_icons.png') no-repeat;
    background-size: cover;
}

.sec5 {
    width: 100%;
    margin-top: 150px;
}

.sec5 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 55px;
}

.sec5 h1 {
    color: #F37021;
    font-family: 'Besley';
    font-size: 100px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
    max-width: 515px;
}

.sec5 img {
    width: 100%;
    max-width: 620px;
}

.sec5 p,
.sec5 p>font {
    color: #0D0908;
    font-family: 'Raleway';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 60px;
}

.sec5 p font {
    color: #F37021;
    font-style: italic;
    font-weight: 700;
}

.sec6 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
}

.sec6 section {
    width: 100%;
    max-width: 640px;
}

.sec6 h1 {
    color: #F37021;
    font-family: 'Besley';
    font-size: 91.62px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.sec6 p {
    color: #0D0908;
    font-family: 'Raleway';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-top: 65px;
}

.sec6 p font {
    color: #F37021;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
}

.sec6 .card {
    width: 100%;
    max-width: 570px;
    box-sizing: border-box;
    border-radius: 1000px 1000px 0px 0px;
    overflow: hidden;
    border: 1px solid #0D0908;
}

.sec6 .card img {
    width: 100%;
    object-fit: cover;
}

.sec6 .card h2 {
    color: #0D0908;
    text-align: center;
    font-family: 'Raleway';
    font-size: 24.987px;
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    padding: 40px 0px;
}

.sec6 .card h2 font {
    color: #FF7A00;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
}

.sec7 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url('../themes/images/banner3.png') no-repeat;
    background-size: cover;
    margin-top: 190px;
}

.sec7 article {
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0px;
}

.sec7 h1 {
    color: #FFDFAC;
    text-align: center;
    font-family: 'Besley';
    font-size: 100px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
}

.sec7 h2 {
    color: #FFDFAC;
    text-align: center;
    font-family: 'Raleway';
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 155%;
    margin-top: 40px;
}

.sec7 h2:nth-child(3) {
    margin-top: 515px;
}

.sec7 div {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

.sec7 p {
    color: #FEB729;
    text-align: center;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 155%;
}

.sec7 h3 {
    color: #FEB729;
    text-align: center;
    font-family: 'Besley';
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
    line-height: 200%;
    margin-top: 40px;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 100px;
    background: #0D0908;
}

footer section {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

footer section img {
    max-width: 100%;
}

footer section p {
    color: #FFDFAC;
    text-align: center;
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

footer section a {
    display: inline-block;
    color: #dabf93;
    text-align: center;
    font-family: 'Raleway';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

.wp_btn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 60px;
    color: #F37021;
}

@media (max-width: 550px) {
    .sec1 {
        background-position: center;
    }

    .sec1 img {
        margin-bottom: 60px;
    }

    .sec1 div {
        width: 80%;
        gap: 70px;
    }

    .sec1 h1 {
        font-size: 80px;
        line-height: 85px;
    }

    .sec1 h1 font {
        line-height: 100%;
        font-size: 50px;
    }

    .sec1 h2 {
        text-align: center;
    }

    .sec1 p {
        max-width: 80%;
        font-size: 24px;
        margin-top: 200px;
    }

    .sec2 h1 {
        font-size: 70px;
    }

    .sec2 p {
        font-size: 20px;
    }

    .sec2 h2 {
        font-size: 20px;
    }

    .sec3 h1 {
        font-size: 70px;
    }

    .sec3 p {
        font-size: 20px;
    }

    .sec4 h1 {
        font-size: 80px;
        line-height: 120%;
    }

    .sec4 h2 {
        line-height: 100%;
    }

    .sec5 h1 {
        font-size: 65px;
    }

    .sec6 h1 {
        font-size: 50px;
    }

    .sec6 p {
        font-size: 20px;
    }

    .sec7 {
        background-position: center;
    }

    .sec7 h1 {
        font-size: 50px;
    }

    .sec7 h2 {
        font-size: 20px;
    }

    .sec7 h3 {
        line-height: 100%;
    }

    .sec7 h2:nth-child(3) {
        margin-top: 100px;
    }
}