@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
    font-family: "Overpass", sans-serif;
    text-decoration: none !important;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

:root{
    --primary: #3D2B1F;
    --secondary: #f7b035;
}

p{
    text-align: justify;
}

h1{
    font-size: 50px;
    font-weight: 600;
}

h1{
    font-family: "Playfair Display", serif;
}

h2, h3{
    font-family: "Poppins", sans-serif !important;
}



.btns{
    border: 1px solid var(--secondary) !important;
    background-color: var(--secondary);
    color: white;
    transition: .5s all ease-in-out;
    box-shadow: none !important;
}

.btns:hover{
    background-color: transparent;
    color: black;
}


.in-btn1{
    border: none !important;
    background-color: var(--secondary);
    color: white;
    transition: .5s all ease-in-out;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.in-btn1:hover{
    background-color: black !important;
    color: white;
}

.in-btn2{
    border: none !important;
    background-color: white;
    color: black;
    transition: .5s all ease-in-out;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.in-btn2:hover{
    background-color: black !important;
    color: white;
}

@media(max-width:768px){
    .in-btn1{
        padding: 10px !important;
    }
    .in-btn2{
        padding: 10px !important;
    }
}


/*--------------------------------------------------------------
# Navbar Section Start
--------------------------------------------------------------*/

.bg-color{
    background-color: white !important;
}

.navbar{
    z-index: 999999 !important;
    width: 100%;
    transition: .5s ease-in-out;
    border-bottom: 1px solid #ffffff4d;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-brand h2{
    color: white;
    font-size: 25px;
    font-family: "Overpass", sans-serif;
}

.navbar .navbar-nav .nav-link {
    /* margin-right: 30px; */
    padding: 21px 0.5rem;
    color: white;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media(max-width:992px){
    .navbar-nav{
        background-color: white;

    }
    .navbar .navbar-nav .nav-link{
        color: black !important;
    }
}

.navbar .nav-item .dropdown-menu{
    border-radius: 0px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 600 !important;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    transition: .5s all ease-in-out;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
    color: var(--secondary);
}

.navbar .nav-item .dropdown-menu .dropdown-item.active{
    background-color: var(--secondary) !important;
    color: black !important;
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.menu{
    font-size: 25px;
    color: white;
}


/*--------------------------------------------------------------
# Navbar Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Carousel Section Start
--------------------------------------------------------------*/


/* .slide-carousel{
    z-index: inherit;
} */

.owl-carousel{
    display: block !important;
}

.slide-carousel .item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    background-color: #000000cd;
    background-blend-mode: multiply;
}

.slide-carousel .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    top: 50%;
    padding: 0px 5%;

}

@media(max-width:991px){
    .slide-carousel .owl-nav{
        display: none;
    }
    .slide-carousel .owl-dots{
        display: none !important;
        top: 40% !important;
        left: 15% !important;
    }
    .slide-carousel h1{
        font-size: 30px !important;
    }
    .slide-carousel p{
        font-size: 17px !important;
        letter-spacing: 1px !important;
    }
}
@media(max-width:768px){
    .slide-carousel .owl-nav{
        display: none;
    }
    .slide-carousel .owl-dots{
        display: none !important;
        top: 40% !important;
        left: 5% !important;
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 6px 7px;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    transition: .5s all ease-in-out;
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border: 1px solid var(--secondary);
    color: #FFF;
    text-decoration: none;
}

.slide-carousel .owl-dots{
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    top: 25%;
    left: 17%;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    transition: .5s all ease-in-out;
}

.slide-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s all ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}


.slide-carousel .container{
    z-index: 1;
}

.slide-carousel h1{
    font-size: 55px;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    /* -webkit-text-stroke: 1px rgb(250, 0, 0); */
    /* text-shadow: 0px 0px 6px black; */
}

.slide-carousel h1 span{
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    color: var(--secondary);
}

.slide-carousel p{
    font-size: 23px;
    /* text-shadow: 0px 0px 6px rgb(94, 92, 92); */
    /* letter-spacing: 1px; */
}

@media(max-width:768px){
    .slide-carousel h1{
        font-size: 35px;
    }
    .slide-carousel img{
        height: 100vh !important;
    }
.navbar-brand h2{
    font-size:20px ;
}
}


.slide-carousel img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}


.slide-carousel .border-primary{
    border-color: var(--secondary) !important;
    border-width: 4px !important;
}



/*--------------------------------------------------------------
# Carousel Section End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Info Section Start
--------------------------------------------------------------*/

.info-style-01 {
    position: relative;
    margin-top: -80px;
    padding: 0;
    z-index: 9;
    background: transparent;
}
.info-style-01 .info-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    padding: 40px;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.info-style-01 .info-icon{
    color: var(--secondary);
    font-size: 45px;
}

.info-style-01 .media-body .border-color{
    border-color: #767676 !important;
    border-width: 1px solid !important;
}


.info-style-01 .info-wrapper.transition-move:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
    .info-style-01 {
      margin-top: 70px;
    }
    .info-style-01 .info-wrapper {
      padding: 35px;
    }
}
@media screen and (max-width: 575px) {
    .info-style-01 .info-wrapper {
      padding: 30px;
    }
}


/*--------------------------------------------------------------
# Info Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Page Header Section Start
--------------------------------------------------------------*/

.page-title-section{
    background: linear-gradient(rgba(0, 0, 0, 0.696), rgba(0, 0, 0, 0.816)), url(../imgs/header.webp) center center no-repeat;
    background-size: cover;
    object-fit: cover;
    /* height: 40vh;
    width: 100%; */
    top: 0;
    text-align: center;
}

.page-title-section {
    padding: 200px 0 150px;
    text-align: center;
}

.page-title-section h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif !important;
}

.breadcrumb {
    display: block;
    background: #ffffff;
    position: relative;
    padding: 20px;
    text-align: center !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 420px;
    margin: -30px auto 0;
    z-index: 1;
    border-radius: 0.25rem;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb ul li {
    display: inline-block;
    line-height: 1;
}
.breadcrumb ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #767676;
    transition: .5s all ease-in-out;
}

.breadcrumb ul li a:hover{
    color: var(--secondary);
}

.breadcrumb ul li:last-child a {
    color: var(--secondary);
}
.breadcrumb ul li:after {
    content: "\f105";
    font-weight: 700;
    vertical-align: middle;
    color: var(--secondary);
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 10px;
}
.breadcrumb ul li:last-child:after {
    content: none;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
      margin: -25px auto 0;
      padding: 15px;
    }
    .page-title-section h1 {
      font-size: 34px;
    }
}
@media screen and (max-width: 575px) {
    .breadcrumb {
      width: 295px;
    }
    .breadcrumb ul li a {
      font-size: 14px;
    }
    .page-title-section h1 {
      font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .page-title-section {
      padding: 175px 0 125px;
    }
    .page-title-section.style2 {
      padding: 125px 0;
    }
    .page-title-section h1 {
      font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
      padding: 148px 0 85px;
    }
    .page-title-section.style2 {
      padding: 85px 0 100px 0;
    }
    .page-title-section h1 {
      font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb {
      margin: -25px auto 0;
      padding: 15px;
    }
    .page-title-section h1 {
      font-size: 34px;
    }
}


/*--------------------------------------------------------------
# Page Header Section End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About Section Start
--------------------------------------------------------------*/


.about h1{
    font-size: 35px !important;
}



/*--------------------------------------------------------------
# About Section End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Accordion Section Start
--------------------------------------------------------------*/


.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0px;
    margin-bottom: 5px;
}

.accordion-item button{
    box-shadow: none !important;
}

.accordion-body ul li{
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Accordion Section End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Process Section Start
--------------------------------------------------------------*/

.bg-img{
    background-image: url(../imgs/caro.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-color: #1b1b1bbd;
    background-blend-mode: multiply;
}

.bg-img .container{
    padding: 150px 50px;
}

.process-style1 {
    position: relative;
}
.process-style1 .line {
    position: absolute;
    top: 40px;
    left: 40%;
    transform: translateX(50%);
    background: rgba(255, 255, 255, 0.3);
    width: 60%;
    height: 1px;
}
@media(max-width:768px){
    .process-style1 .line{
        display: none !important;
    }
}

.process-style1 .number-wrap {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px;
}
.process-style1 .number-inner-wrap {
    background: #f7b035;
}
.process-style1 .number-inner-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: inherit;
    width: 80px;
    height: 80px;
    opacity: 0.3;
}
.process-style1 .number-inner-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: inherit;
    width: 60px;
    height: 60px;
    overflow: hidden;
    opacity: 0.7;
}
.process-style1 .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}
.process-style1 .process-content {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    /* box-shadow: 0px 0px 10px #e5e5e5; */
    padding: 30px;
}
.process-style1 .process-content:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    /* box-shadow: 0px 7px 10px  #ecebeb; */
    border-bottom: 13px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
@media screen and (max-width: 1199px) {
    .process-style1 .process-content {
      width: 90%;
    }
}
@media screen and (max-width: 991px) {
    .process-style1 .process-content {
      width: 100%;
    }
    .process-style1 .line {
      background: unset;
    }
    .process-style1 .number-wrap {
      margin: 0 auto 35px;
    }
}
@media screen and (max-width: 767px) {
    .process-style1 .number {
      height: 35px;
      width: 35px;
      line-height: 35px;
    }
    .process-style1 .number-inner-wrap:before {
      width: 70px;
      height: 70px;
    }
    .process-style1 .number-inner-wrap:after {
      width: 50px;
      height: 50px;
    }
}
@media screen and (max-width: 575px) {
    .process-style1 .number-wrap {
      margin: 0 auto 30px;
    }
}


/*--------------------------------------------------------------
# Process Section End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Catogery Section Start
--------------------------------------------------------------*/

.category_container .cads{
    position: relative;
    overflow: hidden;
}


.category_container .cads .cads-info{
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.category_container .cads .cads-info-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.category_container .cads .cads-info-content h4{
    color: white;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 18px;
}

.category_container .cads .line{
    height: 0px;
    width: 95px;
    border: 1px solid white;
}

.category_container .cads .cads-info{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.category_container .cads:hover .cads-info-content{
    bottom: 60px;
    transition: bottom 0.4s;
}

.index_category_carousel img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.text-c{
    color: var(--primary);
}


/*--------------------------------------------------------------
# Catogery Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Gallery Section Start
--------------------------------------------------------------*/


.gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

@media(max-width:768px){
    .gallery-img{
        height: 600px !important;
    }
}

/*--------------------------------------------------------------
# Gallery Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Contact Section Start
--------------------------------------------------------------*/

input, textarea, select{
    box-shadow: none !important;
    border-radius: 0px !important;
}

label{
    color: var(--secondary);
}

.info-box{
    background-color: #f7f7f7;
    padding: 40px 30px;
}

.info-box i{
    font-size: 20px;
    color: white;
    background-color: var(--secondary);
}


/*--------------------------------------------------------------
# Contact Section End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer Section Start
--------------------------------------------------------------*/


.footer{
    background-color: #1b1b1b;
    padding-top: 50px;
}

.footer span{
    text-wrap: wrap !important;
    word-wrap: wrap !important;
}

/*** Headings ***/

.footer .lg-title{
    margin-top: 20px;
    margin-bottom: 50px;
}

.footer .lg-title span{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*** Social Media ***/

.footer .footer-social-style4 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
}

.footer .footer-social-style4 li {
    padding-right: 10px;
    display: inline-block;
}

.footer .footer-social-style4 li a {
    color: #ffffff;
}

.footer .footer-social-style4 a i {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease-out 0s;
}

.footer .footer-social-style4 li a:hover {
    color: var(--secondary);
}

.footer .footer-social-style4 a i:hover {
    background: var(--secondary);
    color: #ffffff;
}

.footer .footer-social-style4 li:last-child {
    padding-right: 0;
}


/*** Links ***/

.footer .footer-list-style3 {
    margin: 0;
    padding: 0;
}

.footer .footer-list-style3 li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer .footer-list-style3 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer .footer-list-style3 li a {
    color: #ffffff;
    display: flex;
    transition-duration: 0.3s;
    transition: .5s all ease-in-out;
}

.footer .footer-list-style3 li a:before {
    content: "\f105";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    padding-right: 8px;
    transition-duration: 0.3s;
    transition: .5s all ease-in-out;
}

.footer .footer-list-style3 li a:hover {
    color: var(--secondary);
}

.footer .footer-list-style3 li a:hover:before {
    color: var(--secondary);
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-top: 80px; */
    text-align: center;
    /* background: #232323; */
}

@media screen and (max-width: 767px) {
    .footer-bar {
      margin-top: 60px;
    }
}

.footer-bar a{
    color: var(--secondary);
}


/*--------------------------------------------------------------
# Footer Section End
--------------------------------------------------------------*/


.whats{
    animation: zoomIn infinite linear 5s;
}




@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
