﻿
body {
    background: #c5a47e36;
    overflow-x: hidden;
}

header {
    background: #c5a47e;
}

footer {
    background: #282828;
    color: white !important;
}

.bottom_footer {
    background: linear-gradient(180deg, #c5a47e, transparent);
    color: #edf3fb;
}

.detail-box {
    text-align: left;
}

.about_section .heading_container {
    margin-bottom: 15px;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
}

p {
    font-family: 'CerebriSans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.about_section .detail-box p, .heading_container p {
    margin: 20px 0 !important;
}

.about-features {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('../../Images/contentbg.png');
}

.features-infobox {
    border: none;
    padding: 20px;
    box-shadow: 10px 10px 20px #9e9e9e7a;
    background: white;
    text-align: center;
    margin: 20px;
    padding: 2rem;
}

    .features-infobox a {
        color: #c5a47e;
        font-weight: 600;
    }

h2.ah-headline {
    font-size: 40px;
    font-weight: 700;
    color: #c5a47e;
}

/*.nir-btn:hover {
    background: #282828;
    color: white;
}

.nir-btn {
    padding: 15px 25px;
    transition: all ease-in-out 0.5s;
    background: #c5a47e;
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}*/
.private-event_2 div#accordionExample {
    margin-bottom: 30px;
}
.nir-btn {
    position: relative;
    padding: 12px 17px;
    border: 1px solid #c6ac83;
    color: #c6ac83 !important;
    font-family: 'CerebriSans';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    background-size: 334%;
    background-image: linear-gradient(340deg, #282828 50%, #fff0 50%);
    transition: all 0.3s ease-in-out !important;
    text-decoration: none !important;
}

    .nir-btn::after {
        position: absolute;
        content: '';
        right: -9px;
        bottom: -9px;
        width: 1px;
        height: 100%;
        background-color: #c6ac83;
        transition: all 0.3s ease-in-out;
    }

    .nir-btn::before {
        position: absolute;
        content: '';
        right: -9px;
        bottom: -10px;
        width: 100%;
        height: 1px;
        background-color: #c6ac83;
       
    }

    .nir-btn:hover {
        background-position: 98%;
       
    }

a:hover, a:focus {
    color: #282828;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.ah-headline span {
    color: #282828;
}

div#accordionFlushExample {
    margin-bottom: 40px;
}

.accordion-item {
    margin-bottom: 0px;
}

button.accordion-button.collapsed, h5.dedicated_people_card_title, .text-box a {
    font-size: 20px;
    border: none;
    background: no-repeat;
    color: #282828;
    font-weight: 700;
    font-family: 'CerebriSans';
}

     .private-event button.accordion-button.collapsed span {
        background: #282828;
        padding: 5px 12px;
        border-radius: 50px;
        color: #c3a27c;
        font-weight: 700;
    }

    button.accordion-button.collapsed b {
        margin-left: 20px;
    }

.dedicated_people {
    background-image: url(https://amtech.themechampion.com/wp-content/uploads/2021/05/team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dedicated_people_card {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.dedicated_icons {
    display: grid;
    position: absolute;
    top: -100%;
    right: 0;
    transition: 1.5s;
}

.dedicated_people_card_body {
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 25%);
    padding: 10px;
    background-color: white;
}

.dedicated_icons i {
    font-weight: 400;
    font-size: 20px;
    background-color: #282828;
    padding: 6px;
    border-radius: 5px;
    margin: 3px;
    color: #c5a47e;
    box-shadow: 0 0 4px 0 #114045;
}

.dedicated_people_card_button {
    color: #d9b04c;
    text-decoration: none;
}

.dedicated_people .content_2 {
    text-align: center;
    margin-top: 30px;
}

.dedicated_people button {
    color: #282828;
    border-radius: 5px;
    border: 2px solid #c5a47e;
    padding: 14px 35px;
    margin-top: 20px;
    transition: 1s all ease;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

    .dedicated_people button::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: #c5a47e;
        z-index: -1;
        color: white !important;
        transition: all 0.6s ease;
        width: 0;
        height: 100%;
    }

.dedicated_people .content_2 h4 {
    color: #282828;
    font-weight: 800;
    font-size: 30px;
}

.accordion-button::after {
    background-image: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-item {
    background-color: transparent !important;
    border: none !important;
}
.private-event
.accordion-button:not(.collapsed) span {
    color: #282828;
    background-color: #c5a47e;
    box-shadow: none;
    padding: 6px 12px;
    border-radius: 50px;
}
.private-event_2
.accordion-button:not(.collapsed) {
    color: #282828;
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-weight: 700;
    font-size: 20px;
    font-family: 'CerebriSans';
}
.accordion-button:not(.collapsed) b {
    margin-left: 20px;
    color: #282828;
}

.private-event_2 button.accordion-button.collapsed, .private-event_2 button.accordion-button, .private-event_2 .accordion-body {
    padding: 0 !important;
    margin-bottom: 12px !important;
}

button.accordion-button, {
    padding: 8px 0;
}

.accordion-body {
    padding: 0;
}

.dedicated_people_card:hover .dedicated_icons {
    top: 0;
}

.dedicated_people .content_2 ul li i {
    color: darkgoldenrod;
}
.toggle-block a {
    color: grey;
    text-decoration: none;
    padding: 5px !important;
}
.infobox-icon i {
    color: #c5a47e;
}
.wg-philosophy {
    background: url(https://themesflat.co/html/restaurant/luxury/assets/images/bg-section/bg_testimonials.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.wg-philosophy .images {
    height: 590px;
    position: relative;
}
    .wg-philosophy .images > .img2 {
        position: absolute;
        bottom: 27px;
        right: 0;
        width: 400px;
        height: 547px;
    }
.button-two-line {
    position: relative;
    width: max-content;
    height: 50px;
    padding: 20px;
    border: 1px solid #c6ac83;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #FFF;
    font-family: 'CerebriSans';
    font-size: 13px;
    letter-spacing: 2px;
}
.navbar-brand img{
    width: 30%;
}
a.nav-link {
    font-size: 17px;
    font-weight: 600;
}
@media (min-width: 992px){
    div#navbarSupportedContent {
        place-content: flex-end;
    }
}
.private-event .accordion-body {
    padding: 0;
}
.choose-us.style-1.type-2 .content {
    margin-left: 1px;
    margin-top: 72px;
    margin-right: -75px;
    padding-right: 80px;
    padding-top: 131px;
    background-color: #FFF;
    border-top-right-radius: 10px;
    z-index: 5;
    position: relative;
}
@media (max-width: 1440px) {
    .choose-us.style-1.type-2 .img-right {
        margin-right: 94px;
    }
}
.choose-us.style-1.type-2 .image-2, .choose-us.style-1.type-2 .image-1 {
    border-radius: 10px;
    overflow: hidden;
}
.w-full {
    width: 100%;
}
.choose-us.style-1.type-2 .image-2 {
    position: absolute;
    bottom: 46px;
    right: 0;
}
.wg-philosophy p{
    color: white!important;
}
.contact-item .icon {
    width: 45px;
    height: 40px;
    border-radius: 5px;
    background-color: #C3A27C;
    color: #282828;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-item .icon i{
    font-weight: 700!important;
}
.contact-item .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-item .title a {
    color: #282828;
    text-decoration: none;
    transition: .5s;
}
.contact-item p a, .contact-item p {
    color: #666666;
}
.widget-social.style-1 ul {
    list-style: none;
    display: flex;
    padding: 0;
}
    .widget-social.style-1 ul li a {
        margin-right: 5px;
        border-radius: 50%;
        padding: 12px;
        background-color: #e5e5e4;
        color: #2D2723;
        text-decoration: none;
    }
input, textarea {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-size: 16px;
    color: #1C3D40;
    padding: 10px 30px;
    transition: all 500ms ease;
}
.button-style-1 {
    border: none;
    float: inline-start;
    background-color: #c3a27c;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 2.5px;
    padding: 12px 20px;
    border-radius: 5px;
    transition: 1s;
}
button.button-style-1.style-submit:hover, .button-style-1:hover{
    background-color: #282828;
}
.contact-item .title a:hover {
    color: #c3a27c;
}
.choose-us{
    position: relative;
}
.private-event_2 .image .img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    z-index: 5;
    width: 299px;
}
.private-event_2 .image .img-1 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px;
    z-index: 3;
}
.private-event_2 .image {
    width: 475px;
    height: 630px;
    margin: auto;
    position: relative;
}
.flat-accordion .flat-toggle .toggle-title {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about_section .img-box_2 img {
    text-align: center;
    width: 506px;
    height: 347px;
}
.wg-philosophy img.img1 {
    width: 398px;
}
.choose-us.style-1 .img-right .image-2 img{
    width: 296px;
}
.private-event_2 .accordion i {
    color: #c3a27c;
}
.wg-box-icon {
    background-image: url(https://themesflat.co/html/restaurant/luxury/assets/images/bg-section/bg-box_icon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    .wg-box-icon::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(9, 15, 16, 0.702);
    }
.box-icon {
    text-align: center;
    position: relative;
}
    .box-icon .icon {
        width: 129px;
        height: 129px;
        border-radius: 50%;
        background-color: #1c262a;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 32px;
        position: relative;
    }
        .box-icon .icon::after {
            position: absolute;
            content: '';
            border-radius: 50%;
            width: 157px;
            height: 157px;
            border: 1px solid #c6ac83;
            opacity: 0;
            visibility: hidden;
            transform: scale(1.1);
            transition: all 0.3s ease-in-out;
        }
    .box-icon .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
        .box-icon .title a {
            color: #FFF;
            text-decoration: none;
        }
    .box-icon p {
        margin: auto;
        max-width: 235px;
        color: #e0e3e5;
    }
.button-two-line {
    position: relative;
    width: max-content;
    height: 50px;
    padding: 0 33px 0 32px;
    border: 1px solid #c6ac83;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #282828;
    font-family: 'CerebriSans';
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    background-size: 300%;
    background-image: linear-gradient(340deg, #e6c9a2 50%, #fff0 50%);
    transition: all 0.3s ease-in-out;
}
.wg-about-us .content p {
    margin-left: 3px;
    margin-bottom: 43px;
    max-width: 605px;
}
.heading-section .description {
    color: #282828;
    font-family: 'CormorantInfant';
    font-size: 23px;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.45px;
    margin-bottom: 15px;
}
.divider {
    width: 156px;
    height: 1px;
    background-color: #c6ac83;
    position: relative;
    margin-top: 35px;
    margin-bottom: 45px;
}

.heading-section .sub {
    color: #c6ac83;
    font-family: 'CormorantInfant';
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}
.wg-about-us .content {
    padding-top: 24px;
}
.divider div::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #c6ac83;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.divider div {
    position: absolute;
    border: 2px solid #c6ac83;
    width: 22px;
    height: 22px;
    transform: translate(1px, -50%) rotate(45deg);
    background-color: #fffbff;
}

.page-title .swiper-slide {
    text-align: center;
    position: relative;
    background-image: url(https://themesflat.co/html/restaurant/luxury/assets/images/bg-section/bg-home-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title .content {
    padding: 100px 0;
    position: relative;
}
.page-title .swiper-slide::before {
    background-color: rgba(7, 11, 12, 0.549);
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
    .page-title .content .text {
        font-weight: 600;
        font-size: 30px;
        font-style: italic;
        line-height: 32px;
        color: #b09a72;
        letter-spacing: 0.6px;
    }
    .page-title .content .heading {
        font-family: 'PS Demo';
        font-size: 75px;
        line-height: 100px;
        letter-spacing: 3px;
        letter-spacing: 7.5px;
        padding-left: 9px;
        margin-top: 17px;
        margin-bottom: 5px;
        color: white;
    }
    .page-title .content p {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: 0.3px;
        margin-bottom: 41px;
        color: white;
    }
footer p {
    color: #b2b3b1!important;
}
.page-title .nir-btn {
    color: white !important;
}
.contact-info-section {
    position: relative;
    text-align: center;
}
.sec-title {
    margin-bottom: 40px;
}
    .sec-title .sub-title {
        /* position: relative; */
        display: inline-block;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 15px;
        margin-bottom: 11px;
    }
 
.info-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    margin-left: -28px;
    top: -35px;
    width: 64px;
    height: 64px;
    line-height: 67px;
    border-radius: 50%;
    font-size: 30px;
    color: #282828;
    border-radius: 50%;
    transition: all 500ms ease;
    background: #c5a47e;
}
.info-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.info-block-one {
    margin-top: 45px;
}
    .info-block-one a {
        color: #282828;
        text-decoration: none;
    }
.course-section {
    position: relative;
    overflow: hidden;
    background: #EFF2F2;
}
.course-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px 20px 20px 50px;
}
.course-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
}
    .course-block-one .inner-box .image-box img {
        width: 356px;
        height: 216px;
    }


figure {
    margin: 0px!important;
}
.course-block-one .inner-box .lower-content .icon-box {
    position: absolute;
    top: -36px;
    right: 40px;
    width: 65px;
    height: 65px;
    line-height: 53px;
    font-size: 45px;
    background: #fdfdfd9c;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.20);
    z-index: 2;
    transition: all 500ms ease;
}

.course-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 30px 40px 40px 40px;
}
    .course-block-one .inner-box .lower-content p {
        margin-bottom: 25px;
    }
.btn-box a{
    color: #c6ac83;
    transition: 0.5s;
    text-decoration: none;
}
.btn-box a:hover {
    color: #282828;
}

.title {
    display: inline-block;
    font-size: 36px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.dark-theme .title:before {
    background: #222;
}

.title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(1, 1, 1, 0.05);
    position: absolute;
    bottom: 0;
    left: 0;
}
.title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #C49B66;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}
.services .item {
    text-align: center;
    padding: 40px 15px;
}
    .services .item span {
        font-size: 40px;
        color: #C49B66;
        margin-bottom: 30px;
    }
    .services .item h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }
.dark-theme .services .active {
    border-color: #222;
}

.services .active {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    position: relative;
}
.dark-theme .services .active.bolt:before, .dark-theme .services .active.bolt:after {
    background: #131414;
}

.services .active.bolt:before {
    left: -15px;
}

.services .active.bolt:before, .services .active.bolt:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #131414;
    position: absolute;
    bottom: -15px;
    z-index: 4;
}
.dark-theme .services .bord {
    border-color: #222;
}
.services .bord {
    border-bottom: 1px solid #eee;
}
section.services {
    background: #131414;
    color: white;
}
.services .active.bolt:after {
    right: -15px;
}


.features {
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.ontop {
    position: relative;
    z-index: 4;
}
.ontop:before{

}
.half-padding {
    padding: 17px 5%;
}
.features .feat:before {
    border-radius: 50% / 707px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 150%;
    width: 90%;
    top: -20%;
    left: 39%;
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.5;
}
.features h4 {
    margin-bottom: 50px;
}
.sp-head {
    padding-top: 30px;
    line-height: 1.6;
    font-weight: 700;
    position: relative;
    color: #c5a47e;
}
    .sp-head:after {
        content: '';
        width: 80px;
        height: 1px;
        background: #c5a47e;
        position: absolute;
        top: 0;
        left: 0;
    }
.mb-40 {
    margin-bottom: 40px !important;
}
.features .item .icon {
    color: #c5a47e;
    font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(200, 200, 200, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    float: left;
    transition: all 1s;
}

.features .item p {
    font-size: 14px;
}
.features .item h6 {
    font-size: 17px;
    margin-bottom: 15px;
}
.features .item .cont {
    margin-left: 120px;
}
.features .item:nth-child(odd) .icon {
    border-radius: 50% 100% 100% 50% / 75% 69% 69% 75%;
}
.features .item .icon:hover {
    background: #c5a47e;
    color: #282828;
}
.section-head {
    margin-bottom: 80px;
    padding-bottom: 30px;
    position: relative;
    text-align: center !important;
}

@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}
.team{
    position: relative;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.skills .skill-item {
    margin-bottom: 40px;
}
    .skills .skill-item h5 {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
.skills .skill-progress {
    height: 10px;
    width: 90%;
    background: #eee;
    border-radius: 10px;
    position: relative;
}
.team .item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

    .team .item:hover .info {
      /*  left: 0;
        top: 0;*/
        transform: scale(1, 1);
        opacity: 1;
    }
.team .item img {
    width: 270px;
    height: 270px;
}
.info.valign {
    background: white;
    position: absolute;
    top: 0%;
    left: 0;
    opacity: 0;
    padding: 30px;
    border-radius: 0px;
    width:100%;
    height: 100%;
    align-content: center;
    transition: 1s;
}
.team .info .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #777;
    font-size: larger;
    padding: 5px 9px;
    margin: 0 5px;
}
.team .info p {
    color: #c6ac83;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.team .info h6 {
    margin-bottom: 10px;
    font-size: 16px;
}
.team .info .social a:hover {
    background: #c5a47e;
    color: white;
    border-color: #c5a47e;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.skills .skill-progress .progres {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #c5a47e;
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
}
.services .section-head.full-width {
    /* margin-bottom: 80px; */
    padding-bottom: 30px;
    /* position: relative; */
    text-align: center !important;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}





/*----------------------------media query ------------------------------------------------*/

@media (min-width: 992px){
    .cmn_padding {
        padding: 50px 0;
    }
    
}

@media (max-width: 992px){
    div#navbarSupportedContent {
        width: fit-content;
        background: #282828;
        padding: 20px;
        color: white;
    }
    a.nav-link {
        color: white;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .cmn_padding {
        padding: 25px 0;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    .cmn_padding {
        padding: 25px 0;
    }
    .sec-title {
        margin-bottom: 10px;
    }
    .info-block-one .inner-box{
        margin-bottom: 10px;
    }
}