@font-face {
    font-family: "Playfair Display";
    font-display: swap;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-display: swap;
    src: url(../fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
}


:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
    color: #fff;
}

.custom-checkbox p a {
    color: #fff;
    font-weight: 600;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--custom-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */

.static-content ul {
    columns: 1;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 27px;
    display: inline-block;
    width: 100%;
}

.static-content li::before {
    content: "";
    background-color: #8d9aab;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 0;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */


header {
    background-color: #000000;
}

.navbar-expand-lg {
    height: 86px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 76px;
}

body {
    font-family: "Playfair Display";
}

.nav-link {
    font-size: 18px;
    margin-left: 15px;
    font-weight: 700;
    line-height: 21.33px;
    color: #fff;
}

.footer-link:hover,
.footer-link:focus,
.nav-link:hover,
.nav-link:focus,
.nav-link.active-link {
    color: #CCB39B;
}

footer {
    background-color: #000;
    padding-top: 3em;
    padding-bottom: 3em;
}

.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 31.99px;
}

.footer-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.66px;
}

.contact-elem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.contact-elem a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.66px;
}

.contact-elem img {
    margin-right: 10px;
}

.contact-elem a:hover,
.contact-elem a:focus {
    color: #CCB39B;
}

.hero-img {
    width: 100%;
    height: 830px;
    width: 100%;
    object-fit: cover;
}

#carouselTop::after, .heading::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.carousel-caption {
    top: 0px;
    bottom: 0px;
    height: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1340px !important; 
    width: 1340px !important;
    padding-left: 15px;
    padding-right: 15px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.hero-title {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 53.32px;    
    text-align: left;
}

.hero-desc {
    font-family: "OpenSans";
    font-size: 23px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: #fff;
    margin-top: .7em;
}

.hero-btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 1.4em;
}

.standard-btn {
    color: #fff;
    background-color:#A5A58D;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 14px;
    min-height: 51px;
    min-width: 240px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 20px;
}

.standard-btn.btn-2 {
    background-color: #CCB39B;
}

.hero-btn-row .btn-2 {
    margin-left: 25px;
}

.aboutusimg {
    object-fit: cover;
    height: 701px;
}

.aboutusimg-2 {
    object-fit: cover;
    height: 500px;
}

.aboutus-fluid {
    padding-top: 4em;
    padding-bottom: 6em;
    background-image: url("../images/aboutus-bg.webp");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.standard-title {
    color: #A5A58D;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.static-content {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.extra-rightp {
    padding-right: 5em;
}

.extra-leftp {
    padding-left: 3em;
}

.aboutus-under-img {
    height: 402px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 6em;
}

.second-title {
    color: #000;
    line-height: 67px;
    font-size: 50px;
    font-weight: 700;
}

.one-service-img {
    display: flex;
    width: 100%;
    margin-top: 4em;
}

.one-service-img img{
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.one-service-title {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.black-text {
    color: #000 !important;
}

.white-text {
    color: #fff !important;
}

.home-one-service-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
}

.content-btn-row .btn-1 {
    margin-right: 25px;
}

.smaller-height-img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.home-gallery-img {
    object-fit: cover;
    height: 399px;
    width: 100%;
}

.gallery-toptitle {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

.gallery-btn {
    box-shadow: 0px 10px 10px 0px #00000012;
    background-color: #806B57;
}

.smaller-btn {
    height: 42px;
    min-height: 42px;
    border-radius: 3px;
    min-width: 248px;
    max-width: 100%;
}

.gallery-home-fluid {
    padding-top: 4em;
    padding-bottom: 6em;
}

.gallerytitle {
    line-height: 1.2;
    margin-bottom: .5em;
}

.events-fluid {
    padding-bottom: 6em;
}

.one-service-row {
    margin-top: 3em;
}

.one-service-row img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.eventlist-title {
    height: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
}

.event-desc {
    height: 97px;
    overflow: hidden;
}

.date-btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.date-block {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.date-block.view-date {
    font-size: 32px;
    font-weight: 500;
}

.date-btn-row .btn {
    height: 26px;
    font-size: 16px;
    max-width: 180px;
    width: 180px;
    min-width: inherit;
}

.opinions-fluid {
    background-image: url('../images/IMG_4595.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 555px;
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
    margin-top: 3em;
    margin-bottom: 6em;
}

.opinions-fluid::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.opinions-fluid .container {
    z-index: 1000;
    position: relative;
}

.opinion-text {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-top: 3em;
    text-align: center;
    height: 98px;
    overflow: hidden;
}

.opinion-owner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2em;
}

.owner-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.left-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.owner-name-starts {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    height: 100px;
    padding-left: 15px;
}

.stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.owner-name {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.home-one-program {
    margin-top: 3em;
    margin-bottom: 1.5em;
}

.home-one-program img {
    height: 493px;
    width: 100%;
    object-fit: cover;
}

.home-one-program-title {
    margin-top: 10px;
    height: 69px;
    background-color: #806B57;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    border-radius: 3px;
}

.home-one-program-desc {
    height: 80px;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
}

.whyusimg {
    height: 887px;
    width: 100%;
    object-fit: cover;
    opacity: 40%;
}

.whyus-fluid {
    padding-top: 8em;
    padding-bottom: 11em;
}

.whyuscol {
    padding-top: 6em;
}

.whyus-block {
    position: absolute;
    bottom: -130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1000px;
    right: 0px;
}

.whyus-block .one-block {
    height: 300px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #CCB39B;
    margin-bottom: 2em;
}

.whyus-title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
}

.home-contact-fluid {
    position: relative;
    min-height: 643px;
    margin-top: 5em;
}

.home-contact-fluid::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 35px;
    width: 100%;
    height: calc(100% - 35px);
    opacity: 20%;
    background-image: url("../images/hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-contact-fluid > .container {
    position: relative;
    z-index: 100;
    margin-top: -35px;
}

.contact-img {
    height: 607px;
    width: 100%;
    object-fit: cover;
}

.contact-design-abs {
    position: absolute;
    top: 0px;
    left: -20px;
}

.quotation-form {
    min-height: 607px;
    width: 99%;
    background-color: #CCB39B;
    padding: 45px 25px 25px 25px; 
}

#contact_form_content_page h2 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}

#contact_form_content_page .static-content {
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.cw-control {
    border: 0.4px solid #FFFFFF;
    border-radius: 3px;
    min-height: 45px;
    background: #FFFFFF1A;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 15px;
}

.cw-control::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.contact-btn {
    border: 1px solid #7E7266;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px #00000012;
    color: #806B57;
    border-radius: 3px;
    height: 47px;
}

.contact-btn-col {
    display: flex;
    justify-content: end;
}

.heading > .row {
    height: 467px;
    z-index: 1000;
    position: relative;
    align-items: center;
}

.heading {
    margin-bottom: 5em;
    background-image: url("../images/IMG_7411.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.heading-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}


.servie-list-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
}

.servie-list-fluid .container:nth-child(2n) {
    padding-top: 5em;
    padding-bottom: 5em;
}

.servie-list-fluid .container:nth-child(2n) > .row {
    flex-direction: row-reverse;
}

.servie-list-fluid .container:nth-child(2n) > .row .extra-leftp {
    padding-left: 0px;
    padding-right: 5em;
}

.gallery-img-block img {
    width: 100%;
    height: 399px;
    object-fit: cover;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #806B57;
    border-color: #806B57;
}

.gallery-item > img {
    height: 326px;
    width: 100%;
    object-fit: cover;
}

.gallery-list-title {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.contact-first-fluid {
    background: #CCB39B url("../images/IMG_6553.webp") no-repeat;
    background-size: 41% 100%;
    background-position: right;
    padding-top: 4em;
    padding-bottom: 2em;
}

.contact-maps-fluid {
    background-color: #CCB39B;
}

#contact-map {
    width: 100%;
    height: 539px;
    margin-bottom: 0px;
}

.next-map-contacts h2 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}

.next-map-contacts {
    padding-left: 2em;
}

.program-list-img {
    height: 371px;
    width: 100%;
    object-fit: cover;
}

.programs-fluid {
    padding-bottom: 6em;
}

.program-list-title {
    height: 69px;
    background-color: #806B57;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    border-radius: 3px;
}

.program-list-desc {
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 20px;
}

.programs-fluid > .container {
    margin-top: 8em;
}

.programs-small-img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

.programs-small-img-list {
    margin-top: 35px;
    margin-bottom: 3em;
}

.inverse-container > .row.firstrow {
    flex-direction: row-reverse;
}

.programs-view .program-list-img {
    height: 100%;
}

.offer-row img {
    height: 236px;
}

.splide__pagination__page {
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    background-color: transparent;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.splide__pagination__page.is-active {
    background-color: #fff;
}

.hidden {
    display: none !important;
}

.contact-maps-fluid .contact-elem a:hover,
.contact-maps-fluid .contact-elem a:focus {
    color: #fff;
}
/*END OF FILE*/