@import url('https://cdn.jsdelivr.net/npm/@qpokychuk/gilroy@1.0.2/index.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');


body {
    /* background: url(../img/bg1_.webp), url(../img/bg3.webp); */
    /* background-repeat: no-repeat no-repeat; */
    /* background-position: center top, center bottom; */
    /* background-size: 100%; */
    background-color: #041413;
}

.block1{
    background: url(../img/bg1_.webp);
    background-repeat: no-repeat no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
    position: relative;
}

.block1::after{
    content: "";
    background: url(../img/lines2.webp);
    background-repeat: no-repeat no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 800px;
    background-size: contain;
}

.block2{
    background: url(../img/bg2_.webp);
    background-repeat: no-repeat no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
    position: relative;
}

.block2::after{
    content: "";
    background: url(../img/lines3.webp);
    background-repeat: no-repeat no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 800px;
    background-size: contain;
}

.block3{
    background: url(../img/bg3_.webp);
    background-repeat: no-repeat no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
    position: relative;
}

.block3::after{
    content: "";
    background: url(../img/lines2.webp);
    background-repeat: no-repeat no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 800px;
    background-size: contain;
}

.container-fluid {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.header {
    padding: 20px 0;
}

.container-fluid {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.logo {}

.logo__link {
    display: flex;
}

.logo__img {
    width: 200px;
}

.main {}

.heroSection {
    margin-top: 20px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.hero__logo {
    display: flex;
}

.hero__logo-img {}

.hero__textWrap {}

.hero__text {
    font-family: 'Gilroy';
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 3px;
}

.aboutSection {
    max-width: 1100px;
    width: 100%;
    margin: 50px auto 50px;
}

.about__titleWrap {
    text-align: center;
}

.about__title {
    font-family: "Noto Serif Display", serif;
    color: #d0b696;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}

.about__content {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}

.about__left {
    flex: 1;
}

.about__imgWrap {
    position: sticky;
    top: 10px;
    left: 0;
    display: flex;
}

.about__img {}

.about__right {
    flex: 1;
}

.about__textBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__text {
    font-family: 'Gilroy';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.ul {}

.li {
    font-family: 'Gilroy';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
}

.li::after {
    content: "";
    clear: both;
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 50%;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #ab967c;
}

/* .line::after{
    content: "";
    background: url(../img/lines.webp);
    width: 165px;
    position: absolute;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(-9%, -68%) rotate(90deg);
    right: 0;
} */

.about__btnWrap {
    position: relative;
}

.about__btnWrap::after {
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ab967c;
}

.about__btn {
    height: 40px;
    max-width: 190px;
    width: 100%;
    border-radius: 40px;
    background-color: #08241d;
    border: 2px solid #ab967c;
    color: #bda789;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Gilroy';
    transition: 500ms all;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.about__btn:focus {
    outline: none;
}

.about__btn:hover {
    background-color: #ca0000;
    color: #fff;
}

.infoSection {
    /* margin-top: -415px; */
    position: relative;
    z-index: 1;
}

.container-fluid {}

.info {}

.info__header {
    text-align: center;
}

.about__title {}

.info__content {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.info__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.info__imgWrap {
    display: flex;
}

.info__img {
    margin-top: 60px;
}

.infoLeft__titleWrap {
    text-align: end;
}

.info__right {
    flex: 1;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.applySection {
    position: relative;
    /* padding-bottom: 470px; */
}

.container-fluid {}

.apply {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.apply__header {
    text-align: center;
}

.about__title {}

.apply__content {
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    gap: 50px;
    position: relative;
}

.apply__left {
    flex: 1;
    position: relative;
    z-index: 1;
}

.apply__imgWrap {
    position: relative;
}

.apply__img {}

.apply__imgWrap-text {
    position: absolute;
    bottom: 25%;
    left: 0;
    padding: 0 40px;
}

.apply__right {
    flex: 1;
    position: relative;
    z-index: 1;
}

.apply__blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.apply__block {}

.applyBlock__titleWrap {}

.applyBlock__title {
    font-family: "Noto Serif Display", serif;
    color: #d0b696;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.applyBlock__textWrap {
    margin: 20px 0;
}

.apply__content-bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.applyBlock__text {}

.about__btnWrap {}

.about__btn {}


.about__textBlock {}

.about__text {}

.contactSection {
    padding: 100px 0;
}

.container-fluid {}

.contact {}

.contact__titleWrap {
    text-align: center;
}

.about__title {}

.contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 30px;
}

.contactInfo__text {
    font-size: 24px;
    font-weight: 500;
    color: #d0b696;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    font-family: 'Gilroy';
}

.contact__info-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    transition: 500ms all;
    text-decoration: inherit;
}

.contact__info-link:hover {
    color: #ca0000;
}

.contactInfo__line {
    width: calc(100% - 100px);
    height: 2px;
    background-color: #d0b696;
    position: relative;
}

.contactInfo__line::after {
    content: "";
    clear: both;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/abstract.webp);
    background-repeat: no-repeat;
    width: 275px;
    height: 110px;
}

.contactInfo__img {}

.footer {
    position: relative;
    overflow-x: hidden;
}

.container-fluid {}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}

.footer__left {}

.footer__text {
    color: #5a4014;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Gilroy';
}

.footer__link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    transition: 500ms all;
    text-decoration: none;
}

.footer__link:hover {
    color: #ca0000;
}

.footer__center {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.footer__logoWrap {
    display: flex;
    position: relative;
    transform: translateY(20px);
}

.footer__logoWrap::after {
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    left: 110%;
    width: 50vw;
    height: 1px;
    background-color: #5a4014;
}

.footer__logoWrap::before {
    content: "";
    clear: both;
    position: absolute;
    top: 50%;
    right: 110%;
    width: 50vw;
    height: 1px;
    background-color: #5a4014;
}

.footer__logo {}

.footer__right {}

.backToTop__btn {
    padding: 0;
    background: initial;
    cursor: pointer;
    transition: 500ms all;
    color: #d0b696;
    font-weight: bold;
    font-family: 'Gilroy';
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.backToTop__btn:focus {
    outline: none;
}

.backToTop__btn:hover {
    color: #ca0000;
}

.scroll__iconWrap {
}
.scroll__icon {
}
 
.applyTextSection{
    margin-top: 100px;
}

@media(max-width: 1500px) {

}

@media(max-width: 1200px) {

}

@media(max-width: 1024px) {
    .about__title {
        font-size: 30px;
    }

    .about__content {
        /* flex-direction: column; */
        gap: 30px;
    }

    .about__right {
        margin: 0 20px;
    }

    .about__text {
        font-size: 16px;
    }

    .about__img {
        max-width: 280px;
    }

    .about__left {
        flex: initial;
        position: relative;
    }

    .li {
        font-size: 16px;
    }

    .li::after {
        top: 8px;
    }

    .about__textBlock {
        gap: 15px;
    }

    .apply {
        margin-top: 70px;
    }

    .apply__img {
        max-width: 280px;
    }

    .apply__imgWrap-text .about__title {
        font-size: 22px;
    }

    .apply__left {
        position: relative;
        flex: initial;
    }

    .apply__imgWrap {
        position: sticky;
        top: 10px;
        left: 0;
    }

    .applyTextSection{
        margin-top: 50px;
    }

    .infoSection {
        /* margin-top: -210px; */
    }

    .applySection {
        padding-bottom: 40px;
    }

    .info__left {
        position: relative;
        flex: initial;
    }

    .info__imgWrap {
        position: sticky;
        top: 10px;
        left: 0;
    }

    .info__img {
        max-width: 280px;
    }

    .contactSection {
        padding: 70px 0;
    }

    .footer__text {
        font-size: 12px;
    }

    .backToTop__btn {
        font-size: 12px;
    }
}

@media(max-width: 768px) {

    .logo__img {
        width: 150px;
    }

    .block1{
        background-size: 200%;
    }

    .block2{
        background-size: 200%;
    }

    .block3{
        background-size: 200%;
    }

    .block1::after{
        width: 70px;
    }

    .block2::after{
        width: 70px;
    }

    .block3::after{
        width: 70px;
    }

    .hero__logo-img {
        max-width: 230px;
    }

    .hero__text {
        font-size: 14px;
    }

    .hero {
        gap: 20px;
    }

    .about__content {
        flex-direction: column;
    }

    .about__imgWrap {
        justify-content: center;
    }

    .apply__content {
        flex-direction: column;
        gap: 30px;
    }

    .apply__left {
        display: flex;
        justify-content: center;
    }

    .info__content {
        flex-direction: column;
        gap: 30px;
    }

    .about__title br {
        display: none;
    }

    .info__imgWrap {
        position: initial;
    }

    .contactInfo__text {
        font-size: 20px;
    }

    .contact__info {
        gap: 20px;
    }

    .footer__text {
        font-size: 9px;
    }

    .footer__content {
        padding-bottom: 30px;
    }

    .footer__logo {
        max-width: 60px;
    }

    .footer__logoWrap {
        transform: initial;
    }
}

@media(max-width: 576px) {
    .about__title {
        font-size: 24px;
    }

    .about__text {
        font-size: 14px;
    }

    .li {
        font-size: 14px;
    }

    .contactInfo__text {
        font-size: 14px;
        text-align: center;
    }

    .contactInfo__line::after {
        background-size: 60%;
        background-position: center top;
    }

    .footer__content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 
        "center"
        "right"
        "left"
        ;
        align-items: center;
        grid-gap: 30px;
    }
    
    .footer__left {
        grid-area: left;
    }
    
    .footer__center {
        grid-area: center;
        justify-content: center;
    }
    
    .footer__right {
        grid-area: right;
        display: flex;
        justify-content: center;
    }

    .footer__left {
        text-align: center;
    }
}