*,
*::after,
*::before{
    box-sizing: border-box;
}

@font-face{
    font-family: 'balqis';
    src: url('../fonts/balqis.woff2') format('woff2'),
         url('../fonts/balqis.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face{
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face{
    font-family: 'RobotoCondensed-LightItalic';
    src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face{
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
.body{
    color: #000;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.page-section{
    margin: 200px auto;
    max-width: 1920px;
}
.title{
    font-family: 'balqis';
    font-size: 96px;
    line-height: 128px;
    color: #E2AB3F;
    font-weight: 300;
    margin-bottom: 100px;
}
.title span{
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-family: 'RobotoCondensed-LightItalic';
    display: block;
    margin-top: -30px;
}
.header{
    background-image: url('../images/background.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.header__top{
    display: flex;
    justify-content: space-between;
    padding-top: 72px;
    font-size: 24px;
    line-height: 28px;
    font-family: 'RobotoCondensed-Regular';
}
.menu__list-item{
    display: inline-block;
}
.menu__list-item + .menu__list-item{
    margin-left: 52px;
}
.menu__list-item:hover{
    text-decoration: underline;
}
.header__phone{
    padding-left: 40px;
    position: relative;
}
.header__phone::before{
    content: "";
    position: absolute;
    background-image: url('../images/phone.svg');
    width: 30px;
    height: 30px;
    left: 0;
}
.header__title{
    padding-top: 152px;
    text-align: center;
    font-size: 250px;
    line-height: 334px;
    font-family: 'balqis';
    font-weight: 300;
}
.header__title span{
    margin-top: -66px;
    margin-right: 85px;
    display: block;
    text-align: right;
    font-size: 56px;
    line-height: 66px;
    font-family: 'RobotoCondensed-LightItalic';
}
.fairy-tail__slider{
    width: 50%;
}
.slick-btn{
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 5;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.fairy-tail__inner{
    position: relative;
}
.fairy-tail__container{
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fairy-tail__body{
    width: 50%;
    margin-left: auto;
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.fairy-tail__body-title{
    font-family: 'RobotoCondensed-Regular';
}
.fairy-tail__text{
    padding: 10px 0;
}
.fairy-tail__title span{
    margin-left: 185px;
}
.our-trip__slider{
    width: 50%;
    margin-left: auto;
}
.our-trip__inner{
    position: relative;
}
.our-trip__container{
    max-width: 1230px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.our-trip__title span{
    margin-left: 240px;
}
.our-trip__body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: start;
}
.our-trip__list{
    margin: 5px 0;
    font-size: 24px;
    line-height: 28px;
}
.our-trip__list li:first-child{
    margin-bottom: 20px;
    font-family: 'RobotoCondensed-Regular';
}
.our-trip__btn{
    font-size: 24px;
    font-family: 'RobotoCondensed-Light';
    line-height: 28px;
    padding: 11px 54px;
    border: 1px solid #E2AB3F;
}
.our-trip__content{
    width: 50%;
    padding-right: 55px;
}
.hotel__title span{
    margin-left: 100px;
}
.hotel__inner{
    display: flex;
}
.hotel__images{
    margin-right: 100px;
    width: 100%;
}
.hotel__text{
    margin-bottom: 20px;
}
.hotel__gallery{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotel__gallery a{
    margin-top: 50px;
}

.price__inner{
    display: flex;
}
.price__on-title,
.price__off-title{
    line-height: 28px;
    margin-bottom: 50px;
    font-size: 24px;
    font-family: 'RobotoCondensed-Regular';
}
.price__on{
    margin-right: 70px;
    width: 530px;
}
.price__list-item{
    margin-bottom: 20px;
}
.price{
    background-image: url(../images/price-bg.png);
    background-repeat: no-repeat;
    background-position: center right 20%;
}

.contacts__inner{
    display: flex;
    justify-content: space-between;
}
.contacts__content{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
} 
.contacts__date,
.contacts__price{
    font-family: 'balqis';
    font-size: 96px;
    color: #E2AB3F;
    line-height: 100px;
    font-weight: 300;
}
.contacts__date{
    margin-bottom: 20px;
}
.contacts__price {
    margin-left: 120px;
}
.contacts__date span,
.contacts__price span{
    line-height: 28px;
    font-size: 28px;
    display: block;
    color: #000;
    font-family: 'RobotoCondensed-LightItalic';
    margin-top: -10px;
    margin-left: 205px;
}
.contacts__form{
    min-width: 383px;
    margin: 0 auto;
}
.contacts__form-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 50px;
    font-family: 'RobotoCondensed-Regular';
}
.contacts__form-input{
    border: 1px solid #E2AB3F;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
    padding: 0 31px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'RobotoCondensed-Light';
}
.contacts__form-input::placeholder{
    color: #000;
}
.contacts__form-btn{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #E2AB3F;
    background-color: transparent;
    padding: 11px 45px;
    font-family: 'RobotoCondensed-Light';
    cursor: pointer;
}

.footer{
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    background-position: bottom center;
    padding-top: 96px;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__text{
    font-size: 86px;
    line-height: 115px;
    font-family: 'balqis';
}
.footer__contacts{
    width: 356px;
    height: 527px;
    background-image: url(../images/footer-contact-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.footer__contacts-title{
    padding-top: 50px;
    font-size: 86px;
    line-height: 115px;
    font-family: 'balqis';
    color: #E2AB3F;
    margin-bottom: 50px;
}
.footer__phone,
.footer__email{
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.footer__phone::before,
.footer__email::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
}
.footer__phone::before{
    background-image: url(../images/footer-phone.svg);
}
.footer__email::before{
    background-image: url(../images/footer-mail.svg);
}
.footer__phone{
    margin-bottom: 20px;
}
.footer__social {
    margin-top: 38px;
}
.footer__social a{
    margin: 0 7px;
}

@media (max-width: 1240px){
    .header__title{
        padding-top: 120px;
        font-size: 180px;
        line-height: 220px;
    }
    .header__title span{
        font-size: 50px;
        margin-top: -50px;
    }
    .contacts__images{
        width: 50%;
    }
}

@media (max-width: 991px){
    .page-section{
        margin: 100px 0;
    }
    .fairy-tail__container,
    .our-trip__container{
        position: static;
    }
    .fairy-tail__slider{
        width: 100%;
    }
    .fairy-tail__body{
        width: 100%;
        padding-left: 0;
    }
    .our-trip__slider{
        width: 100%;
    }
    .our-trip__content{
        width: 100%;
    }
    .our-trip__body{
        width: 100%;
        padding-left: 0;
        flex-direction: unset;
        flex-wrap: wrap;
        padding: 20px 20px;
    }
    .hotel__inner{
        flex-direction: column;
    }
    .hotel__images{
        width: 100%;
        height: 100vh;
        margin-bottom: 30px;
    }
    .contacts__inner{
        flex-direction: column;
    }
    .contacts__images{
        width: 100%;
    }
    .footer__inner{
        flex-direction: column;
    }
}

@media (max-width: 840px){
    .header__title{
        padding-top: 100px;
        font-size: 120px;
        line-height: 150px;
    }
    .header__title span{
        font-size: 30px;
        margin-top: -44px;
    }
    .header__top{
        font-size: 20px;
        line-height: 24px;
    }
    .header__phone::before{
        width: 25px;
        height: 25px;
        background-size: cover;
    }
    .footer__text{
        font-size: 60px;
    }
}

@media (max-width: 600px){
    .header__top{
        justify-content: center;
        flex-wrap: wrap;
    }
    .menu{
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }
    .header__title{
        font-size: 80px;
        line-height: 120px;
    }
    .header__title span{
        font-size: 22px;
        margin-right: 15px;
        margin-top: -46px;
    }
    .fairy-tail__item img,
    .our-trip__slider-item img,
    .hotel__images {
        height: 50vh;
        width: 100%;
        object-fit: cover;
    }
    .page-section{
        margin: 50px 0;
    }
    .title{
        margin-bottom: 25px;
        font-size: 60px;
        line-height: 110px;
    }
    .fairy-tail__title span{
        margin-left: 110px;
    }
    .hotel__gallery{
        justify-content: center
    }
    .contacts__date,
    .contacts__price{
        margin-bottom: 25px;
        font-size: 60px;
        line-height: 110px;
    }
    .contacts__date span,
    .contacts__price span{
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }
    .contacts__form{
        min-width: 150px;
    }
    .footer__text{
        font-size: 40px;
        line-height: 100px;
    }
}

@media (max-width: 370px){
    .header__title{
        font-size: 60px;
        line-height: 100px;
    }
    .header__title span{
        font-size: 18px;
        margin-right: 0;
    }
    .menu__list-item + .menu__list-item{
        margin-left: 18px;
    }
    .title{
        font-size: 50px;
    }
    .title span{
        font-size: 20px;
        margin-left: 200px;
    }
    .fairy-tail__title span{
        margin-left: 90px;
    }
    .our-trip__list{
        font-size: 20px;
    }
    .price__inner{
        display: block;
    }
    .price__on{
        width: 300px;
    }
    .contacts__images{
        padding-top: 20px;
    }
    .footer{
        padding-top: 20px;
    }
    .footer__contacts{
        width: 300px;
        height: 44
    }
    .footer__contacts-title{
        margin-bottom: 0;
    }
}