@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


/*html, body {
	width: 100%;
	overflow-x: hidden;
} */



:root {
  --bg-black: #000;
  --main-color: #C98C4D; 
}


* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: "Playfair Display", serif;
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif; 
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #21a108;
}

/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}


/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: rgb(95, 154, 42);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

/* .scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
} */

/***************
page scrool
***************/

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}

.nav-active .logo {
    margin-top: 0;
    position: relative;
    z-index: 99;
    width: 150px;
    flex: 0 0 150px;
}

.nav-active .menu-part {
    align-items: center;
}



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

/* .nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
} */

.nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 20px;
    height: 3px;
    background: #1db315;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 25px 0px;
    color: #292929;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: #1db315;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #199adb;
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}


.nav {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.top-nav 
{
    position: relative;
}

 



/*******************************
********NAV BAR*****************
*****************************/


/***************** Top Bar *****************/

.top-bar {
    position: relative;
    background: var(--bg-black);
}


.top-bar .info-details ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.top-bar .info-details ul li a {
    color: #2f0909;
    font-size: 14px;
}

.top-bar .info-details ul span {
    width: 33px;
    height: 33px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #75bf33;
    margin-right: 10px;
}


.top-social li a {
    width: 33px;
    height: 45px;
    background: #cedec0;
    color: #577b37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-social li:last-child a {
    margin-right: 0;
}

.banner .slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}


.arrow-icon {
    position: absolute;
    top: 25px;
    right: -18px;
}

.book-app-btn 
{
    background: var(--bg-black);
    color: #FFF !important;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.book-app-btn span 
{
    background: var(--main-color); 
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
}
.top-bar ul li 
{
    padding: 0 10px;
}
.top-bar ul li a 
{
    color: #FFF;
}

.top-bar a 
{
    color: #FFF;
}

.con-info strong 
{
    color: #FFF; 
    padding: 0 15px;
    font-weight: 500 !important;
}



/************ End Header ***************/

.banner-area 
{
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 20%;
    z-index: 99;
    width: 550px;
    margin-left: 250px;
}

.banner-content h1 {
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #FFB364 0%, #F9FEFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
}

 
.banner-content ul li 
{
    color: #FFF;
    line-height: 30px;
    font-size: 18px;
}
.banner-content ul li i  
{
    margin-right: 10px;
    font-size: 22px;
}
 

.banner-content p {
    position: relative;
    color: #FFF;
    font-size: 18px;
}
 
.section-gap 
{
    padding: 80px 0;
}

.heading h2  
{
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
}
 
.heading h2 strong 
{
    text-decoration: underline !important;
    -webkit-text-decoration-color: var(--main-color) !important;
    text-decoration-color: var(--main-color) !important;
}

.round-image 
{
    width: 250px;
    height: 250px;
    border-radius: 50%; 
    overflow: hidden;
}

.round-image img 
{
    object-fit: cover;
    height: 100%;
}

.why-slider  
{
    overflow: hidden;
}

.why-slide-area 
{
    box-shadow: 0px 4px 30px 0px #00000014;
    border-radius: 20px;
}

.why-slide-area h3 
{
    margin-bottom: 10px;
}

.right-arrow {
    background: var(--main-color);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.slick-next {
    right: -70px;
}

.slick-next:before {
    content: '\F138';
    font-family: "bootstrap-icons";
}

.slick-prev {
    left: -70px;
}

.slick-prev:before {
    content: '\F12F';
    font-family: "bootstrap-icons";

}

.slick-prev:before, .slick-next:before  
{
    color: var(--bg-black);
    opacity: 1 !important;
}

.slick-prev, .slick-next 
{
     width: 50px;
    height: 50px; 
    background: #FAFAFA !important;
    border-radius: 50%;
}


.mid-sec 
{
    padding: 250px 0;
    background-size: cover !important;
    padding-left: 550px;
}

.mid-content h2  
{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #FFB364 0%, #F9FEFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    font-weight: bold;
}


.before-after 
{
    background-size: cover !important;
}

.gradient-text h2  
{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #FFB364 0%, #F9FEFA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    font-weight: bold;
}

.slider-nav 
{
    overflow: hidden;
}

.slider-nav img 
{
    width: auto;
}

.slider-nav p   
{
    display: flex; 
    align-items: center;
    color: #FFF;
    font-size: 18px;
}

.slider-nav p span  
{
    margin-right: 15px;
}


.slider-nav .slick-prev, .slider-nav .slick-next {
    width: 50px;
    height: 50px;
    background: transparent !important;
    border-radius: 50%;
}

.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
    color: #FFF;
    opacity: 1 !important;
}

.slider-nav .slick-prev {
    left: -50px;
}

.slider-nav .slick-next {
    right: -50px;
}

.client-say-heading {
    background: #2B2525;
    width: 415px;
    padding: 30px;
    height: 460px;
    border-radius: 0 100px 0 0;
    flex: 0 0 415px;
}

.testimo-heading h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    font-family: "Ubuntu", sans-serif;
}

.client-content img 
{
    width: auto;
}

.client-image 
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.tes-top-cov {
    box-shadow: 0px 4px 20px 0px #00000014;
    background: #FFF; 
    padding: 15px;
    border-radius: 20px;
}

.client-details 
{
    position: relative;
    left: 90px;
}

.testimo-slider .slick-prev {
    top: 325px;
    left: -295px;
}

.testimo-slider .slick-next 
{
    top: 325px;
    left: -230px;
}


.video-rounded 
{
    border-radius: 50px;
    overflow: hidden;
}

.video-slider {
    margin-bottom: -200px;
}

.big-margin {
    margin-top: 200px;
    margin-bottom: -100px;
    position: relative;
}

.subscribe-area 
{
    background: var(--main-color);
    padding: 50px; 
    border-radius: 70px 70px 0 0;
}

.subs-content h3 {
    color: #FFF;
    font-size: 48px;
    line-height: 65px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}

.subs-content p   
{
    color: #FFF;
}

.submit-area input[type='text'] 
{
    height: 50px; 
    color: #000;
    border-radius: 8px 0px 0px 8px;
    border: none;
    box-shadow: none; 
    outline: none;
}

.btn-submit {
    background: var(--bg-black);
    height: 50px;
    color: #FFF;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 12px;
    width: 135px;
    text-transform: uppercase;
    font-weight: 500;
    flex: 0 0 135px;
    border-radius: 0 8px 8px 0;
}


footer 
{
    background: var(--bg-black);
    padding-top: 200px;
}

.social-icon img 
{
    width: 50px;
    height: 50px;
}

.footer-holder p   
{
    color: #FFF;
    font-size: 17px;
    line-height: 30px;
}

.footer-holder h4  
{
    color: var(--main-color);
    font-size: 22px;
    line-height: 30px;
    position: relative;
    margin-bottom: 35px;
    font-family: "Ubuntu", sans-serif;
}

.footer-holder h4::before 
{
    content: '';
    position: absolute; 
    border-bottom: 2px solid var(--main-color);
    width: 50px;
    bottom: -20px;
}

.link-design ul li a {
    color: #FFF;
    line-height: 40px;
    display: block;
    font-size: 17px;
}

.lower-area 
{
    background: var(--main-color);
    padding: 20px 50px;
    border-radius: 30px;
}

.lower-area p   
{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    
}

.icon-foot  
{
     width: 100px;
     flex: 0 0 80px;
     position: relative;
     z-index: 9;
}

.icon-foot::before 
{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: #000;
    flex: 0 0 64px;
    border-radius: 50%;
    z-index: -1;
    left: -15px;
}




/***********************************/ 

.container-slides .slides {
    width: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.container-slides .slide {
    list-style-type: none;
    height: 400px;
    width: 70px;
    overflow: hidden;
    -webkit-transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-o-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	transition:all 500ms linear;
    margin: 10px;
    border-radius: 15px;
}

/* brands colors */
.brand1{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand2{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand3{
       background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand4{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}
.brand5{
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;

}

.container-slides .slide a.action{
    display: block;
    height: 100%;
    position: relative;
}
.container-slides .slide a.action span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transform: rotate(270deg);
    position: absolute;
    bottom: 0;
    width: 400px;
    left: 37px;
    top: -40px;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;

}
.slide-content{
    display: block;
    width: 100%;
    padding-right: 20px;
    /* width: 720px; */
    /* padding: 40px; */
}
.slide-content{
    color:#000;
}
.container-slides .active {
    width:80%;
    background-color: #fff;
    box-shadow: 0px 4px 50px 0px #00000012;
}
.container-slides .active a.action{
    display: none;
}

.acor-image 
{
    flex: 0 0 300px;
}

.acor-image img
{
    width: 300px;
    height: 400px;
    object-fit: cover;
}

.acor-content h2 
{
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.acor-content p
{
    font-size: 16px;
    margin-bottom: 15px;
    color: #797979;
}

.acor-content {
    width: 600px;
    flex: 0 0 600px;
    transition: none;
    height: 100%;
}

/* ******************************************** */
/******************* Gallery Start **************/
/* ******************************************** */

.gallery-area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 0px;
}

.gallery-area>.container-fluid .gallerys {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-holder {
    width: 98%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

.gallery-holder img {
    width: 100%;
}

.gallery-holder>.holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.gallery-holder>.holder .capson {
    background: rgba(8, 21, 52, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0px);
    transition: all 0.4s;
}

.gallery-holder:hover .holder .capson {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox {
    position: relative;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    transform: translate(-500%, 0px);
    transition: all 0.9s;
}

.gallery-holder:hover>.holder .capson .lightbox {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox i {
    position: relative;
    z-index: 1;
}

.gallery-holder>.holder .capson .lightbox::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotateZ(0deg);
    z-index: 0;
    transition: all 0.3s;

}

.gallery-holder>.holder .capson .lightbox:hover::after {
    background: #d2202d;
    transform: rotateZ(45deg);
}

.tab-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.tab-center button {
    margin: 5px 1px;
    width: 165px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    font-size: 13px;
}

.tab-center button:first-child {
    background: #133d99;

}

.tab-center button:last-child {
    background: #d2202d;
}

/* ******************************************** */
/******************* Gallery End **************/
/* ******************************************** */