/********** Template CSS **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    font-weight: 600;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #007edf;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #007edf;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.bg-hero {
    background: url(../img/about-bg.jpg) top right no-repeat;
    /* background-size: contain; */
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}


.about-start,
.about-end {
    /* background: url(../img/about-bg.jpg) center center no-repeat; */
    /* background-size: contain; */
    position: relative;
}

.profile_image {
    border: 5px solid #272630;
    border-radius: 20px;
}
 .separator {
    margin: 0 -15px;
    font-weight: bold;
    border-right: 3px solid #000;
    height: 16px;
}
.about-end ul {
    padding-left: 0;
    margin-left: 0;
}

.about-end ul {
    list-style: none;
    position: relative;
    color: #fff;
}

.about-end ul li {
    color: #fff;
}

.about-start::before, .about-end::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0092ffc2;
}

.about-start h1, .about-start p, .about-start a,
.about-end h1, .about-end p, .about-end a {
    position: relative;
    color: #fff;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 70px;
    height: 70px;
    color: var(--secondary);
    background: #f9e96c;
    transform: rotate(-45deg);
    border: 1px solid blue;
}

.swiper-slide .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid;
    margin: auto;
    position: relative;
}

.swiper-slide:not(:last-child) .service-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    left: 110%;
    width: 120%;
    border-bottom: 1px solid;
}

.swiper-slide:not(:last-child) .service-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(110% + 120%);
    width: 0;
    height: 0;
    border-left: 10px solid black;
    /* Adjust color as needed */
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {
    .swiper-slide:not(:last-child) .service-icon::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 50%;
        left: 110%;
        width: 50%;
        border-bottom: 1px solid;
    }

    .swiper-slide:not(:last-child) .service-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(110% + 45%);
        width: 0;
        height: 0;
        border-left: 10px solid black;
        /* Adjust color as needed */
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:990px) {
    .swiper-slide:not(:last-child) .service-icon::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 50%;
        left: 110%;
        width: 90%;
        border-bottom: 1px solid;
    }

    .swiper-slide:not(:last-child) .service-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(110% + 85%);
        width: 0;
        height: 0;
        border-left: 10px solid black;
        /* Adjust color as needed */
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        transform: translateY(-50%);
    }
}


.swiper-slide .service-icon:hover {
    background-color: #007edf;
    box-shadow: 0 0 10px #000;
}

.swiper-slide .service-icon img {
    width: 50px;
    transition: .5s;
}


.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon img {
    width: 70px;
    transform: rotate(45deg);
    transition: .5s;
}

.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/bg-image.jpg) top right no-repeat;
    background-size: cover;
    position: relative;
}

.bg-quote::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #007edfba;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/bg-image.jpg) top right no-repeat;
    background-size: cover;
    position: relative;
}

.bg-testimonial::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #007edfba;
}

.bg-quote .container, .bg-testimonial .container {
    position: relative;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #f9e96c;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-item p, .testimonial-item span {
    color: #fff;
    font-size: 16px;
}

.testimonial-item h3 {
    color: #f9e96c;
}

a:hover {
    color: #167ac6;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #004981e8;
}

.bg-footer .container {
    position: relative;
}

@media (max-width: 991.98px) {

    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
    max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
    opacity: 0.8;
    animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
}

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 7%;
    bottom: 25%;
    padding: 0;
    width: 80%;
}

.kb-caption ul {
    background-color: #007edf;
    list-style-type: square;
    list-style: square;
}

.kb-caption ul li {
    display: inline;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin-left: auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #fff;
    font-size: 80px;
    text-shadow: 0 0 10px #000;

    /* background: #fff; */
}

.kb-caption h3 {
    animation-delay: 1.5s;
    color: #fff;
    background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
    .kb-caption {
        bottom: 55%;
        /* width: 40%; */
    }
}

@media (min-width: 1200px) {
    .kb-caption {
        /* bottom: 45%; */
    }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    border-radius: 10px;
    color: #fff;
    background: rgb(0 0 0 / 21%);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
    background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}

@media (max-width: 767px) {
    /* .carousel-inner .carousel-item>div { */
    /* display: none; */
    /* } */

    /* .carousel-inner .carousel-item>div:first-child {
        display: block;
    } */
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#recipeCarousel .carousel-item, #recipeCarouselLiving .carousel-item, #recipeCarouselBedroom .carousel-item {
    gap: 10px !important;
    width: 98%;
}

#recipeCarousel .carousel-item h3, #recipeCarouselLiving .carousel-item h3, #recipeCarouselBedroom .carousel-item h3 {
    background: #007edf;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#recipeCarousel .carousel-item img, #recipeCarouselLiving .carousel-item img, #recipeCarouselBedroom .carousel-item img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#kitchen_section,
#bedroom_section, #kitchen_section .container,
#bedroom_section .container, .professional-work, .professional-work .container, .vision_mission, .vision_mission .container {
    position: relative;
}

#kitchen_section::before,
#bedroom_section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.05;
    background-repeat: repeat;
    background-image: url(../img/basket.png);
}

.professional-work::before, .vision_mission::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-repeat: repeat;
    background-image: url(../img/line.png);
}

.vision_mission .card {
    box-shadow: 0 0 10px #007edf;
}

.vision_mission .card:hover {
    background-color: #007edf;
    color: #fff;
}

.vision_mission .card:hover p, .vision_mission .card:hover h1 {
    color: #fff !important;
}

.whatsapp-floating {
    font-size: 30px;
    padding: 5px 10px;
    color: #119b00;
    border-bottom: 1px solid #007edf;
}

.floating_button {
    position: fixed;
    top: 60%;
    left: 3px;
    z-index: 9999;
    border: 1px solid #007edf;
    display: grid;
    background: #fff;
    border-radius: 10px;
}

.envelope-floating {
    color: rgb(203, 0, 0);
    font-size: 25px;
    padding: 5px 10px;
}

.envelope-floating:hover {
    background-color: black;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.whatsapp-floating:hover {
    background-color: black;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.professional-work .card:hover {
    background-color: #007edf;
    color: #fff;
}

.professional-work .card:hover p, .professional-work .card:hover small {
    color: #fff !important;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
    color: rgb(255, 102, 0) !important;
    font-weight: bold !important;
}

.nav-pills .nav-link {
    background: none;
    border: 1px solid #007edf !important;
    border-radius: 8px;
}

.nav-pills .nav-item {
    padding: 5px 10px;
}



@font-face {
    font-family: BRADHITC;
    src: url(../fonts/BRADHITC.TTF);
}

.navbar-brand p {
    font-size: 16px;
    font-weight: 600;
    /* font-family: BRADHITC !important; */
}



@media screen and (max-width:768px) {
    .typing {
        font-size: 55px;
    }

    .kb-caption h1 {
        font-size: 30px !important;
    }

    .display-5 {
        font-size: 25px !important;
    }

    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 20px;
    }
}

.line-1 {
    position: relative;
    top: 50%;
    width: 24em;
    margin: 0 auto;
    /* border-right: 2px solid rgba(255, 255, 255, .75); */
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    font-family: BRADHITC !important;
    padding: 0 75px;
    font-weight: bolder;
}

/* Animation */
.anim-typewriter {
    animation: typewriter 4s steps(44) 1s normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }

    to {
        border-right-color: transparent;
    }
}

.completed_project i {
    padding: 15px;
    border: 1px solid #007edf;
    border-radius: 50%;
}