@import url("../fonts/Cormorant/stylesheet.css");
@import url("../fonts/Acrom/stylesheet.css");

body{
    font-family: 'Acrom', sans-serif;
    background: #134139;

}
.bg-darkgreen{
    background-color:#134139;
}
.header:after{
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #B58147 0%, #EEC566 63.02%);
    position: absolute;
    left:0;
    bottom: 0;
}
.navbar-nav{
    align-items: center;
    gap:2rem;
}
.nav-link{
    color:#EEC566;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0 !important;
    transition: 0.5s;
}
.nav-link:focus,
.nav-link:active,
.nav-link:hover{
    color:#FFE8B3;
    text-decoration: none;
    transition: 0.5s;
}
.header-socials{
    position: absolute;
    right: 50px;
    top: 30px;
    display: flex;
    gap: 1rem;
}
.header-socials a{
    opacity: 0.8;
    transition: 0.5s;
}
.header-socials a:hover,
.header-socials a:focus,
.header-socials a:active{
    opacity: 1;
    transition: 0.5s;
}
.navbar-expand-xl .offcanvas{
    position: relative;
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: none;
    border: none;
}
.navbar-brand img{
    max-height: 100px;
}
.bg-darkgreen .offcanvas{
    background-color:#134139;
}
.offcanvas{
    max-width: 100%;
}
.navbar-toggler{
    opacity: 0.8;
    transition: 0.5s;
    border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active{
    opacity: 1;
    transition: 0.5s;
}
main{
    margin-top: 132px;
}
.main-section{
    background-size: cover;
    background: url("../img/main-bg-2.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 180px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.main-section:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 65, 57, 0.87);
    z-index: 1;
}
.main-title{
    font-family: 'Cormorant','serif';
    text-transform: uppercase;
    color: #EEC566;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 10;
    position: relative;
    width: 700px;
}
.decor-container{
    position: relative;
    width:90px;
    z-index:10 ;
}
.decor-container:before{
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    top: 13px;
    left: -320px;
    background: linear-gradient(180deg, #B58147 0%, #EEC566 63.02%);
    z-index: 2;
}
.decor-container:after{
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    top: 13px;
    right: -320px;
    background: linear-gradient(180deg, #B58147 0%, #EEC566 63.02%);
    z-index: 2;
}
.subtitle{
    position: relative;
    z-index: 10;
    color: #EEC566;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/*.carousel{*/
/*    padding: 180px 0;*/
/*}*/
.paper-bg{
    background-size: cover !important;
    background: url("../img/paper-bg.jpg") no-repeat center;
}
.text-content{
    color: #4A4A4A;
    font-size: 28px;
    font-style: normal;
    line-height: 130%;
}
.text-content p:last-child{
    margin-bottom: 0;
}
.container-xxl{
    max-width: 100%;
    padding: 0 150px;
}
.owl-stage-outer{
    border-radius: 15px;
    overflow: hidden;
}
.owl-item img{
    max-height: 600px;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}
.owl-dots{
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top:2rem;
}
.owl-dot{
    width: 12px;
    height: 12px;
    background: #B58147 !important;
    border-radius: 4px;
}

.owl-dot.active{
    background: #134139 !important;
}
.owl-dot:hover{
    opacity: 0.8;
}
.carousel-container{
    padding-left: 5rem;
}

.section-title{
    font-family: 'Cormorant','serif';
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom:40px;
}
.text-yellow{
    color: #EEC566;
}
.bg-gradient-darkgreen{
    background: linear-gradient(180deg, #0A6151 33.99%, #0F4C41 68.53%, #134139 91.15%);
}
.you-get-title{
    color: #EEC566;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;

}
.you-get-description{
    color: #FFE8B3;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.you-get-item-block{
    max-width: 600px;
    margin: auto;
}
.text-darkgreen{
    color: #134139;
}
.rates{
    background-size: cover;
}
.section-padding{
    padding:80px 0;
}
.section-subtitle{
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:50px;
}
.text-darkgray{
    color: #4A4A4A;
}
.item-package{
    border-radius: 30px;
    background: #134139;
    padding: 20px;
    /*max-width: 450px;*/
    max-width: 80%;
    margin: auto;


}
.carousel-rate-container{
    max-width: 80%;
    display: flex;
    /* justify-content: center; */
    margin: auto;
}
.package-bordered{
    border-radius: 30px;
    border: 3px solid #B58147;
    padding: 20px;
    min-height: 990px;
    position: relative;
}
.package-bordered .decor-2{
    display: block;
    margin: auto;
}
.package-title{
    color: #EEC566;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
    text-transform: uppercase;
}
.package-description{
    list-style: none;
    color: #FFE8B3;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    padding-left: 20px;

}
.package-description li{
    margin-bottom:5px;
}
.package-description li::before {
    content: "\2022";
    font-size: 20px;
    color: #B58147;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.package-price{
    color: #EEC566;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*position: absolute;*/
    width: 100%;
    left:0;
    bottom: 20px;
}
.text-beige{
    color:#B58147;
}
.package-more-info{
    color: #4A4A4A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
.package-more-info-p{
    color: #4A4A4A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}
.btn-darkgreen{
    color: #FFB847;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px transparent;
    background: linear-gradient(180deg, #157462 0%, #134139 100%);
    padding: 20px 35px;
    transition: 1s !important;
}
.btn-darkgreen:hover,
.btn-darkgreen:focus,
.btn-darkgreen:active{
    color: #134139;
    border: 1px transparent;
    background: linear-gradient(180deg, #B58147 0%, #EEC566 100%);
    transition: 1s !important;
}

.book-creating-logo{
    margin: 20px 0 ;
    max-width: 300px;
}
.btn-gold{
    color: #134139;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px transparent;
    background: linear-gradient(180deg, #B58147 0%, #EEC566 100%);
    padding: 20px 35px;
    transition: 1s !important;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active{
    color: #FFB847;
    border: 1px transparent;
    background: linear-gradient(180deg, #157462 0%, #134139 100%);
    transition: 1s !important;
}
.cards-row{
    position: relative;
    min-height:550px;
}

.link-text{
    color:#016054;
    transition: 0.5s;
}
.link-text:hover,
.link-text:active,
.link-text:focus{
    color:#016054;
    text-decoration: none;
    transition: 0.5s;
}
.testimonials{
    background: url("../img/testimonials-bg.jpg") no-repeat center;
    background-size: cover;
}
.testimonials.testimonials-games{
    position: relative;
    background: url("../img/games/game2.jpg") no-repeat center;
    background-size: cover;
}
.testimonials.testimonials-games:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 65, 57, 0.87);
    z-index: 1;
}
.testimonials .section-title{
    margin-bottom: 10px !important;
}
.testimonials .owl-dots{
    margin-top:-10px;
    position: relative;
    z-index: 100;
}
.testimonials-container{
    position: relative;
    z-index: 10;
    border-radius: 20px;
    border: 3px solid #198671;
    background: #F7F0E1;
    padding: 50px 20px;
}
.testimonial-content{
    position: relative;
    z-index: 10;
}
.testimonial-text{
    color: #4A4A4A;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.testimonial-modal-text{
    line-clamp: none;
    -webkit-line-clamp:none;
    overflow: initial;
    display: block;
    text-align: left;
}
.testimonial-author{
    color: #B58147;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top:1.5rem;
}
.testimonial-content:before{
    content: '';
    width:30px;
    height: 30px;
    background: url("../img/quote-left.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top:0;
    left:-40px;
}
.testimonial-content:after{
    content: '';
    width:30px;
    height: 30px;
    background: url("../img/quote-right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-35px;
    right:-40px;
}
.modal-body .testimonial-content:before{
    top:20px;
    left:20px;
}
.modal-body .testimonial-content:after{
    bottom:20px;
    right:20px;
}
.testimonials .owl-item{
    padding: 25px 50px;
}
.accordion-item{
    background: transparent;
    border:none;
}
.accordion-button{
    background: transparent;
    color: #4A4A4A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 2.5rem;
}
.accordion-button::after{
    background: url("../img/plus.svg");
    width:55px;
    height:55px;
    background-size: contain;
    transition: 1s;
}
.accordion-button:hover::after{
    transform: scale(120%);
    transition: 1s;
}

.accordion-button:not(.collapsed)::after{
    background: url("../img/minus.svg");
    background-size: contain;
    transition: 1s;
}

.accordion-button:focus{
    border:none;
    outline: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background: transparent;
    color:#144139;
}
.accordion-body{
    color: #4A4A4A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-more{
    display: flex;flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    color: #4A4A4A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap:0.5rem;
    padding: 1rem 3rem;
    opacity: 0.8;
    transition: 0.5s;
}
.btn-more:hover,
.btn-more:active,
.btn-more:focus{
    opacity: 1;
    transition: 0.5s;
}
.team-info-text{
    color: #FFE8B3;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.team-member{
    text-align: center;
    cursor: pointer;
    transition: 1s;
}
.team-member-photo{
    border-radius: 100%;
    border: 5px solid #EEC566;
    max-width: 270px;
    margin-bottom: 3rem;
}
.team-member-name{
    color: #FFE8B3;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
}
.team-member-name img{
    width: 70px;
    height: 70px;
}
footer{
    padding-bottom: 100px;
    border-top:1px solid #EEC566;
}
.footer-logo{
    max-width: 130px;
}
.footer-label{
    color: #FFE8B3;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.footer-link{
    color: #FFE8B3;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: 0.5s;
}
.footer-link:hover,
.footer-link:active,
.footer-link:focus{
    color:#EEC566;
    transition: 0.5s;
}
.footer-socials{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.footer-socials a{
    opacity: 0.8;
    transition: 0.5s;
}
.footer-socials a:hover,
.footer-socials a:active,
.footer-socials a:focus{
    opacity: 1;
    transition: 0.5s;
}
.subscribe-form{
    border-radius: 5px;
    border: 3px solid #EEC566;
    background: #EAE3C9;
    padding: 30px 50px;
    margin-top: 80px;
    max-width: 450px;
}
.subscribe-form h5{
    color: #134139;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.subscribe-form p{
    color: #134139;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-input{
    color: #9B9B9B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #fff;
    border-radius: 5px;
    padding: 23px 30px;
    width: 100%;
    border:1px solid transparent;
    transition: 0.5s;
}
.form-input:focus{
    outline: none;
    border:1px solid #134139;
    transition: 0.5s;
}
.footer-links{
    display: flex;
    flex-direction: column;
    gap:1rem;
}
.footer-links a{
    text-transform: uppercase;
    font-size: 20px;
}
.footer-text{
    text-transform: uppercase;
    color: #FFE8B3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.modal-content{
    border-radius: 5px;
    border: 3px solid #EEC566;
    background: #EAE3C9;
}
.modal-body .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}
.team-member-info h5{
    color: #134139;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.team-member-text{
    color: #0F4C41;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 28.6px */
}
.btn-close:focus{
    outline:none;
    box-shadow: none;
}
.team-member:hover{
    transform: scale(120%);
    transition: 1s;
}
.modal-form-title{
    color: #B58147;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-link{
    color:#198671;
    transition: 0.5s;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus{
    color:#B58147;
    transition: 0.5s;
}
.owl-nav{
    position: absolute;
    top: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}
.owl-nav button{
    opacity:0.9;
    border:1px solid #ddd;
}
.owl-nav button:hover,
.owl-nav button:active,
.owl-nav button:focus{
    opacity: 1;
}
.nav-custom img{
    width: 40px;
    height:40px;

}
.form-input::placeholder{
    color:#9B9B9B !important;
}
.form-select:focus{
    outline: none;
    box-shadow: none;
}
#testimonials .owl-nav{
    display:none;
}
.whom-col{
    text-align:center;
    margin-bottom: 2rem;
}
.whom-col h5{
    color:#ffe8b3;
}
.whom-col img{
   width:50px;
}
.form-check-input:checked {
    background-color: #155b4e;
    border-color: #155b4e;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-section-games{
    background: url(../img/games/game2.jpg) no-repeat bottom;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.main-section-games:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 65, 57, 0.87);
    z-index: 1;
}
.item-creation-block{
    text-align: center;
}
.item-creation-block img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.item-creation-block-title{
    color: rgb(238, 197, 102);
    font-weight: normal;
}
.item-for-whom-block{
    text-align: center;
}
.item-for-whom-block img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.product-description ul{
    list-style: none;
    color: #FFE8B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 0;

}
.product-description li{
    margin-bottom:0;
}
.product-description li::before {
    content: "\2022";
    font-size: 16px;
    color: #B58147;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.product-price{
    font-size: 24px;
    font-weight: 600;
    color: #FFE8B3;
    margin: 20px 0;
}
.bg-yellow{
    background-color: rgb(238, 197, 102);
}
.text-bg-darkgreen{
    background: linear-gradient(180deg, #157462 0%, #134139 100%);
    color:rgb(238, 197, 102);
}
.game-card-item{
    width: 180px;
    margin: auto;
    display: block;
}
.game-card-item img{
    max-height: 50px;
    display: block;
    margin: auto;
}
.game-card-item a{
    font-size: 12px;
    padding: 0.5rem 1rem;
    max-width: 150px;
}
.game-title{
    max-height: 200px;
}
.package-bordered .product-main-img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.games-container{

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.package-description-product{
    min-height: 580px;
}
