/* @font-face {
    font-family: 'Darker Grotesque';
    src: local('DarkerGrotesque-Regular')
        url('../fonts/DarkerGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/DarkerGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Darker Grotesque';
    src: local('DarkerGrotesque-SemiBold')
        url('../fonts/DarkerGrotesque-SemiBold.woff2') format('woff2'),
        url('../fonts/DarkerGrotesque-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Darker Grotesque';
    src: url('../fonts/DarkerGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/DarkerGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
         url('../fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
* {
    box-sizing: border-box;
    
  }

.page {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px;
    background-color: #121521;
    color: #fff;
    width: 1920px;
    padding: 0;
    margin: 0;
}
.d-flex {
    display: flex;
}
.flex-sb {
    justify-content: space-between;
}
.d-grid {
    display: grid;
}

.container {
   width: 1242px;
   margin: auto;
}
.mainmenu {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
a, a:visited {
    text-decoration: none;
    color: #fff;
}

.head46 {
    font-family: 'Josefin Sans';
    font-size: 46px;
    font-weight: 400;
    margin-top: 0;
}

.head48 {
    font-family: 'Josefin Sans';
    font-size: 48px;
    font-weight: 400;
    margin-top: 0;
    margin-right: 30px;
}

.main-text {
    font-style: normal;
    font-weight: 400;
    line-height: 130%;    
    color: #B2B2D3;
    margin-top: 0;
}
.bold-text {
    color: #fff;
    font-weight: 700;
}

.text24400 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #B2B2D3;
}

.text22600 {
    font-weight: 600;
    font-size: 22px;
    line-height: 80%;
    color: #fff;
    margin-bottom: -15px;
}

.text28600 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.page-header {
    margin-top: 56px;
    margin-bottom: 58px;
}

.logo {
    margin-right: 90px;
    text-align: center;
    
}
.mainmenu {
   width: 706px;
   padding-left: 0;
   margin-left: 310px;
   
}
.mainmenu__item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mainmenu__item a:hover {
    color: #B2B2D3;
  }
.page-section {
    margin-bottom: 120px;
}
.section-cover__header {
   margin-top: 164px;
   
}
.section-cover__uppercase {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B2B2D3;
}
.section-cover__head {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    width: 455px;
}
.section-cover__text {
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #B2B2D3;
}

.button {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    text-decoration: none;
    padding: 0 40px;
    font-size: 17px;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.button--primary {
    background: #40467C;
    color: #fff;    
}

.button--primary:hover {
    background-color: #51578C;
}
.button--secondary {
    border: 2px solid #FFFFFF;
    margin-left: 30px;
}

.button--secondary:hover {
    background-color: #fff;
    color: #141923;
}
.section-cover {
    overflow: hidden;
}
.section-cover__img {
   margin-left: 75px;
   position: relative;
   right: 0;   
}

.benefits {
    margin-bottom: 126px;
    position: relative;
}

.benefits__videobg:hover {
    opacity: 0.6;
    cursor: pointer;
}
.benefits__ico {
    position: absolute;
    left: 32%;
    top: 45%;
    padding: 18px 16px 18px 24px;
    background-color: #40467C;
}

.benefits__ico:hover {
    background-color: #40467C;
}

.benefits__description {
    background: #1B213A;
    width: 680px;
        
}
.benefits__head {
    width: 427px;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 70px;

}
.benefits__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-left: 30px;
    margin-top: 25px;
}

.benefits__item {
    width: 273px;
    
}
.item__head {
    font-family: 'Darker Grotesque';
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    margin-top: 0;
}

.slider_img:hover {
    opacity: 0.6;
}

.title__left {
    font-size: 28px;
    font-weight: 600; 
    margin-bottom: 10px;   
    
}

.title__right {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    align-self: flex-end;
}

.booking {
    background-color: #1B213A;
    
}
.booking__header {
    margin-left: 300px;
    margin-top: 105px;
}        
.booking__img {
    position: relative; /*right: 0; почему это не работает? я не знаю (((*/
    /* right: 0; пришлось костылить */
    
}
/* accordion */
 
.accordion {
    transition: 0.5s;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.5s;
    background-color: #1B213A;
    color: #fff;
    border: 2px solid #40467C;
    margin-bottom: 20px;
    width: 576px;
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
}

.active, .accordion:hover {
    border: 2px solid #fff;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #fff;
    float: right;
    margin-left: 5px;
    transition: 0.2s; 

    
}
.active:after {
    content: '\02795';
    color: #fff; 
    transform: rotate(-135deg);
    transition: 0.2s;    
}

.panel {
    width: 576px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #1B213A;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;    
    color: #B2B2D3;
    /* border: 2px solid #fff; */
    margin-bottom: 20px;
    transition: 0.9s;
}

.nextprev {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-bottom: 44px;   
    padding: 20px 24px;    
}

.prev {
    margin-right: 28px;    
    border: 2px solid #40467C;    
}

.next {
    background: #40467C;
}

.prev:hover {
    background-color: #fff;
    
}

.next:hover {
    background-color: #51578C;
}

.gallery__gallery {
    
}
.gallery__title {
    
    
}
.gallery__gap {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 28px;
    margin-left: 28px;    
}

.dropus {
    
}
.dropus__title {
    /* justify-content: flex-start; */
    background-color: #1B213A;
    padding: 100px 60px;
    width: 636px;
}
.dropus__img {
    position: relative;
    left: 0;
}

.dropus__send {
    align-items: center;
}
input::placeholder, textarea::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #B2B2D3;
    opacity: 0.8;
}
.input {
    width: 516px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    padding: 16px 20px;
    background-color: #1B213A;
    border: 2px solid #40467C;
}

.dropus__send--wb {
    font-weight: 600;
    color: #fff;
}

.customer-reviews__nav {
    position: relative;
    margin-left: -100px;
}

.rotate {
    transform: rotate(90deg);
}

.customer-reviews__left {
    gap: 30px;
    margin-right: 30px;
}

.customer-reviews__item {
    width: 500px;
    height: 274px;
    background-color: #1B213A;
    padding: 40px;
}

.customer-reviews__img {
    
}

.of-hidden {
    overflow: hidden;
}

textarea {
    width: 516px;
    height: 126px;
    background-color: #1B213A;
    border: none;
    padding: 16px 20px;
    margin-bottom: 12px;
    color: #fff;
    border: 2px solid #40467C;
}

.checkbox {
    margin-right: 10px;
    margin-left: 55px;
    
}
/* footer */

.footer-up {
    position: relative;
    height: 199px;
    
    
}
.footer__upleft {
   /* gap: 40px; */
   align-items: center;
}

.upleft__item {
    width: 240px;
}

.footer__upright {
    position: absolute;
    right: 0;
    top: 40%;
    width: 410px;
    height: 72px;  
    border: 2px solid #40467C;
    align-items: center;
}
.button--pr {
    margin-right: 4px;
}

.footer--input {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 16px 5px 16px 25px;
    border: none;
    background-color: #121521;
    align-content: center;
}

.footer-down {
    background-color: #1B213A;
}
.footer-down__wrapper {
    height: 127px;
    align-content: center;
    align-items: center;
}
.footer-down__social {
    gap: 10px;
    height: 60px;
}

/* .social--bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
   
} */


.social__rectangle {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #40467C;
    align-items: center;
    justify-content: center;
    
}

.social__rectangle:hover {
    background: none;
    transition: 0.2s ease;
}