:root {
    /* --primary-color: #212C5E; */
    --primary-color: #231F20;
    /* --secondary-color: #C4161C; */
    --secondary-color: #585254;
    --ternary-color: #FBF8F4;
}

#hero,
#hero .row {
    height: 100vh;
}

.video-hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.video-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

#hero .section-title h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 300;
    text-transform: uppercase;
}

.hero-area-content p {
    font-size: 20px;
    font-weight: 300 !important;
}

.hero-area-content .section-title {
    margin-bottom: 20px;
}

#hero .theme-btn {
    background: transparent;
    border-color: white;
}

#hero .theme-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.theme-btn {
    font-size: 17px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0;
}

.theme-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.header-area .navigation {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.logo img {
    height: 100%;
    width: 210px;
    filter: brightness(0) invert(1);
}

.absolute-header .header-sticky {
    background-color: white;
}

.header-sticky .logo img {
    filter: none;
}

.header-sticky .main-menu ul>li>a {
    color: var(--primary-color) !important;
}

.main-menu ul>li>a {
    font-size: 17px;
    text-transform: uppercase;
}

.main-menu ul>li {
    margin: 0 15px;
}

.navigation .container-fluid {
    padding: 0 50px;
}

.header-sticky .social-media i {
    color: var(--primary-color);
}

#loader:before,
#loader:after {
    border: 2px solid var(--primary-color);
}

.social-media i {
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

.header-area.absolute-header .main-menu ul li a:before {
    background: var(--secondary-color);
}

#about .single-counter-box,
#about .counter-number {
    text-align: center;
}

.section-title h6 {
    color: var(--secondary-color);
}

.section-title h3 {
    font-size: 45px;
    line-height: 45px;
    color: var(--primary-color);
}

.service-title {
    padding: 15px 20px;
    width: 80%;
    /* border-radius: 10px; */
    background-color: var(--primary-color);
}

.service-title h5 {
    color: white;
    font-size: 20px;
}

/* .service-bg,
.service-bg img {
    border-radius: 20px;
} */

.single-service-item .service-bg {
    overflow: hidden;
}

.single-service-item .service-bg img {
    width: 100%;
    height: 400px;
    transition: transform 1.5s ease;
    object-fit: cover;
}

.single-service-item:hover .service-bg img {
    transform: scale(1.1);
}

.service-section a {
    width: 100%;
}

#about .single-counter-box {
    text-align: center;
}

.about-content-wrapper p {
    text-align: justify;
    margin-bottom: 5px;
}

.about-img-wrapper img {
    border-radius: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

p.counter-number {
    color: var(--primary-color);
}

.single-counter-box h6 {
    color: var(--primary-color);
}

.single-service-item {
    margin-bottom: 30px;
}

#contact {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom; */
    padding: 100px 0;
}

.book-form input {
    margin-bottom: 20px;
}

.book-form button[type=submit] {
    font-size: 17px;
    /* margin: 0 auto; */
    margin: 0;
    display: block;
    /* border-radius: 10px; */
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    width: unset;
    font-weight: 400;
}

.book-form button:hover {
    background-color: var(--secondary-color);
}

/* .book-form input,
.book-form textarea,
.book-form select {
    border-radius: 10px;
} */

.book-form textarea {
    height: 150px;
    margin-bottom: 15px;
    /* color: white; */
}

.book-form ::placeholder {
    color: var(--secondary-color)
}

.book-form input {
    color: var(--primary-color);
}

#contact p {
    font-size: 16px;
    line-height: 22px;
    color: var(--secondary-color);
    text-align: justify;
}

#contact .section-title {
    margin-bottom: 20px;
}

#contact .info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

#contact .info i {
    font-size: 22px;
    color: var(--primary-color);
}

#contact .info a {
    font-size: 17px;
    color: var(--primary-color);
}

#contact .info a:hover {
    color: var(--secondary-color);
}

#testimonials {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/book.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 80px 0;
}

.testimonial-three .single-testimonial-item {
    padding: 40px 50px;
    /* background-color: white; */
    background-color: var(--primary-color);
    /* border-radius: 20px; */
    /* height: 250px; */
    height: 100%;
    border: 10px solid white;
}

.testimonial-three .testimonial-inner {
    padding: 0;
}

.testimonial-three .quote-icon {
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%);
    top: 0%;
}

.testimonial-three .quote-icon img {
    height: 200px;
    width: 200px;
}

.testimonial-inner .author-info h5 {
    color: white;
    font-weight: 600;
}

.testimonial-inner .author-info span {
    color: white;
}

.testimonial-inner p {
    font-size: 16px !important;
    line-height: 25px !important;
    color: white;
    opacity: 0.9;
}

.blog-three .single-blog-item p {
    margin-top: 25px;
    color: var(--secondary-color);
}

.blog-three .single-blog-item p:before {
    top: -10px;
    background: var(--primary-color);
}

.blog-three .blog-inner span {
    color: #321d1d;
}

.blog-three .blog-meta {
    background-color: var(--primary-color);
    color: white;
    /* border-radius: 10px; */
}

.blog-three .blog-inner h5 {
    font-size: 22px;
    line-height: 22px;
}

/* .blog-three .blog-img img,
.blog-three .blog-img-sq img {
    border-radius: 20px;
} */

.section-padding {
    padding: 100px 0;
}

#tasting {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/tasting.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 100px 0;
}

#tasting .book-form button[type=submit] {
    margin: unset;
}

#tasting .book-form input {
    margin: 0;
}

#tasting .book-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-area {
    background-color: var(--primary-color);
    padding: 12px 0;
}

.footer-area .copyright,
.footer-area .privacy,
.footer-area a {
    color: white;
    font-size: 15px;
}

.footer-area a:hover {
    color: var(--secondary-color);
}

.cursor-inner {
    background: var(--primary-color);
}

.cursor-outer {
    border-color: var(--primary-color);
}

.progress-wrap {
    right: 30px;
    bottom: 30px;
    height: 40px;
    width: 40px;
}

.progress-wrap::after {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
}

.header-sticky #hamburger i {
    color: var(--primary-color) !important;
}

@media (max-width: 340px) {
    .testimonial-one .testimonial-wrapper .owl-nav button {
        display: none !important;
    }

    .testimonial-one .testimonial-content {
        padding: 20px;
    }
}


@media (max-width: 568px) {
    #news .section-title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navigation .container-fluid {
        padding: 0 20px;
    }

    .logo img {
        width: 200px;
    }

    #hero .section-title h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .hero-area-content p {
        font-size: 16px;
    }

    .theme-btn {
        font-size: 16px;
    }

    .section-title h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .counter-wrap {
        display: none;
    }

    #tasting .book-form .row {
        gap: 20px;
    }

    #tasting .book-form button[type=submit] {
        margin: 0 auto;
    }

    .testimonial-inner p {
        font-size: 15px;
    }

    .testimonial-three .single-testimonial-item {
        padding: 30px;
        /* height: 400px !important; */
    }

    .blog-right-content {
        text-align: center;
    }

    .blog-three .blog-left-content {
        margin-bottom: 35px;
    }

    .blog-three .single-blog-item p:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .single-blog-item {
        width: 100%;
    }

    .blog-three .blog-meta {
        font-size: 15px;
    }

    .footer-area .copyright {
        margin-bottom: 5px;
    }

    .about-content-wrapper p {
        text-align: center;
    }

    .testimonial-one .testimonial-content {
        flex: auto !important;
        height: 100% !important;
        padding: 30px;
    }

    .testimonial-one .single-testimonial-item {
        width: 85%;
        margin: 0 auto;
    }

}

@media (max-width: 992px) {
    .section-padding {
        padding: 80px 0 !important;
    }

    .about-content-wrapper {
        text-align: center;
    }

    .section-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .single-service-item .service-bg img {
        height: 400px;
    }

    /* .testimonial-three .single-testimonial-item {
        height: 280px;
    } */

    .testimonial-three .quote-icon img {
        height: 280px;
        width: 280px;
    }

    #news .section-title {
        text-align: left !important;
    }

    .blog-left-content {
        text-align: center;
    }

    .blog-left-content .single-blog-item p:before {
        left: 50%;
        transform: translateX(-50%);
    }

    #contact .section-title {
        text-align: left;
    }

    .progress-wrap {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1260px) {
    .social-media a:first-child i {
        margin: 0;
    }

    p.counter-number {
        font-size: 60px;
        line-height: 60px;
    }

    /* .testimonial-three .single-testimonial-item {
        height: 260px;
    } */

    .testimonial-three .quote-icon img {
        height: 250px;
        width: 250px;
    }
}

@media (max-width: 1260px) {
    .header-area.absolute-header .header-right {
        display: none;
    }

    .service-title h5 {
        font-size: 18px;
    }

    .testimonial-one .testimonial-wrapper .owl-nav button.owl-prev {
        left: -20px !important;
    }

    .testimonial-one .testimonial-wrapper .owl-nav button.owl-next {
        right: 20px !important;
    }
}


/* ------------------------------------------------- */

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 200;
    font-display: block;
    src: url(../font/Effra_Trial_Hair.ttf) format("truetype")
}

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../font/Effra_Trial_Lt.ttf) format("truetype")
}

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/Effra_Trial_Rg.ttf) format("truetype")
}

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url(../font/Effra_Trial_Md.ttf) format("truetype")
}

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url(../font/Effra_Trial_SBd.ttf) format("truetype")
}

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url(../font/Effra_Trial_Bd.ttf) format("truetype")
}

@font-face {
    font-family: "Effra Trial";
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: url(../font/Effra_Trial_XBd.ttf) format("truetype")
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
.theme-btn {
    font-family: "Effra Trial" !important;
}

p,
a,
li {
    font-weight: 400 !important;
}

.bg-dark {
    background-color: #f6f6f6 !important;
}

body {
    background-color: white;
}

.header-area.absolute-header .main-menu ul li a:before {
    background-color: white;
}

.header-area.absolute-header .header-sticky .main-menu ul li a:before {
    background-color: var(--primary-color);
}

.testimonial-one .testimonial-content {
    padding: 40px;
    background: transparent;
    border: 1px solid var(--ternary-color);
    text-align: center;
    margin: 0 auto;
    flex: 0 0 900px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial-one .single-testimonial-item {
    align-items: center;
}

.testimonial-one .testimonial-content p {
    color: white;
    font-size: 17px;
    line-height: 22px;
    opacity: 0.9;
}

.testimonial-one .testimonial-content h5 {
    font-size: 20px;
    color: white;
    margin-top: 0;
}

.testimonial-one .testimonial-content span {
    color: white;
    opacity: 0.9;
}

.testimonial-one .testimonial-wrapper .owl-nav button.owl-prev {
    /* left: 70px; */
    left: -52px;
}

.testimonial-one .testimonial-wrapper .owl-nav button.owl-next {
    /* right: 110px; */
    right: -10px;
    left: unset;
}

.testimonial-one .testimonial-wrapper .owl-nav button {
    border-radius: 0 !important;
}

.testimonial-one .testimonial-wrapper .owl-nav button:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: white !important;
}

.testimonial-one .testimonial-wrapper .owl-nav button {
    bottom: 60% !important;
}

.mobile-nav {
    background-color: var(--primary-color);
}

.mobile-nav .sidebar-nav .metismenu a {
    font-size: 15px;
    border-bottom: 1px solid var(--ternary-color);
}

.action-bar a {
    font-size: 16px;
}

.action-bar {
    margin-top: 40px;
    padding-left: 15px;
}

.action-bar .theme-btn {
    font-size: 16px;
    border-color: var(--ternary-color);
}

.action-bar .theme-btn:hover {
    border-color: var(--secondary-color);
}

.swiper-slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: zoomInOut 7s ease-in-out infinite;
    will-change: transform;
    z-index: 0;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

.image-flip-card {
    width: 100%;
    aspect-ratio: 1 / 1;
    perspective: 1000px;
    position: relative;
    margin-bottom: 10px;
    height: 420px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.image-flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    overflow: hidden;
}

.flip-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-back {
    transform: rotateY(180deg);
    background-color: #fff;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
    text-align: center;
}

.testimonial-one .single-testimonial-item,
.team-info {
    flex-direction: column;
}

.team-info h6 {
    font-size: 17px;
    color: var(--primary-color);
}