@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* top bar remove  */
#wpadminbar {
    display: none !important;
}
html {
    margin-top: 0 !important;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: var(--f1);
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  color: #222;
  margin: 0;
  line-height: 23px;
  font-size: 15px;
}
.wrapper {
  position: relative;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color:black;
  text-transform:capitalize;
  font-family:var(--f2);
}
h1,
h2 {
	
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #103922; /*Green */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: "Poppins", sans-serif;
  --f2:"Playfair Display", serif;
   --f3: "Parisienne", cursive;
}
::selection {
  color:white;
  background: black;
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background:#1e4b3229;;
}
::-webkit-scrollbar-thumb {
  background: var(--c3);
	border:1px solid var(--c1);
	border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
  background:#002912 ;
}


.navigations ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */


/* repatetative classes */

.main-btn a {
    background: var(--c3);
    color: var(--c2);
    padding: 10px 16px;
    text-transform: capitalize;
    border-radius: 3px;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}

.spacing {
	padding: 70px 0px;
}
/******************  HEADER  ***************/
header {
	position:relative;
}
.logo {
    width: 250px;
    background: white;
    /* box-shadow: -30px -20px 4px black; */
    padding: 21px 27px;
    position: absolute;
    top: 0;
    clip-path: polygon(100% 0, 100% 71%, 50% 99%, 0 71%, 0 0);
    padding-bottom: 53px;
    border: 1px solid #0000006b;
    z-index: 9;
}
.header-items {
    display: flex;
}
.navigations ul {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.header-items {
    display: flex;
    gap: 0px;
    align-items: center;
    padding: 18px 0px;
    justify-content: space-around;
}
.navigations {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 30px 0px;
}
.navigations ul li a {
    color: var(--c1);
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 3px;
    font-family: var(--f1);
    font-weight: 400;
	 position: relative;
	overflow: hidden;
  z-index: 1;
	margin:0px 7px;
}
.h-call a:hover {
    background: var(--c2);
    color: var(--c3);
    border-color: var(--c3);
    box-shadow: 0px 0px 5px var(--c3);
}

.h-call {
    display: flex;
    align-items: center;
    gap: 10px;
}
.h-call a {
    width: 48px;
    height: 48px;
    background: var(--c3);
    color: var(--c2);
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}
.call-information p {
    font-weight: 600;
    color: var(--c1);
    line-height: 22px;
}

                                                                        /* banner start */
.banner-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 160px 0px;
}

.banner-title h4 {
    color: var(--c2);
    font-family: var(--f3);
    font-size: 35px;
    letter-spacing: -2px;
    padding-bottom: 10px;
}

.banner-title h1 {
    color: var(--c2);
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.banner-title h2 {
    color: var(--c2);
    font-size: 90px;
    font-weight: 400;
    margin-top: -8px;
    letter-spacing: 2px;
	position:relative;
}

.banner-title h3 {
    color: var(--c2);
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 42px;
    padding-top: 10px;
}

.banner-title p {
    color: #ffffffcc;
    padding-right: 176px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-title h2::before {
    content: '';
    background: var(--c3);
    width: 130%;
    height: 12px;
    position: absolute;
    border-radius: 10px;
    border: 1px solid;
    bottom: -9px;
    right: 200px;
}
                                                                           /* ABOUT US */

.about-us {
  position:relative;
  padding-top: 100px;
}
.content-title {
    text-align: center;
}

.content-title h4 {
    font-family: var(--f3);
    font-size: 35px;
    letter-spacing: -2px;
    word-spacing: -2px;
    color: var(--c3);
    position: relative;
    display: inline;
}

.content-title h4::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 1px;
    background: #00000087;
    top: 47%;
    left: -130px;
    border-radius: 14px;
}
.content-title h4::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 1px;
    background: #00000087;
    top: 47%;
    right: -130px;
    border-radius: 14px;
}

.about-us-content p {
    padding-top: 20px;
    text-transform: capitalize;
}
.about-us-btn {
    padding-top: 30px;
}
.content-title h2 {
    font-size: 47px;
    letter-spacing: 1px;
    font-weight: 400;
}
.about-image-1 img{
    position: absolute;
    width: 390px;
    top: 0;
	left:0;
}
.about-image-2 > img {
    position: absolute;
    width: 390px;
    top: 100px;
    left: 220px;
}
.about-image-2 {
  position:relative;
}
.about-us-images {
    position: relative;
}
.about-us-content {
    padding: 110px 0px;
}
.about-shape-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
}
.about-icon {
    position: absolute;
    z-index: 2;
    right: 27%;
    top: 310px;
    width: 50px;
    cursor: pointer;
}

                                                                            /* Our Services */


.our-services-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    align-items: end;
}

.sec-title h4 {
    font-family: var(--f3);
    font-size: 35px;
    letter-spacing: -2px;
    word-spacing: -2px;
    color: var(--c3);
    position: relative;
	display:inline;
}
.sec-title h2 {
    font-size: 47px;
    letter-spacing: 2px;
    font-weight: 400;
}
.sec-title h4::before {
    content: '';
    position: absolute;
    background: black;
    height: 1px;
    width: 130px;
    top: 48%;
    right: -145px;
}
                                                                 /* Our Services */

.our-services-content {
    display: flex;
    gap: 40px;
    padding-top: 10px;
}

/* Card erxperements */


/* .services-cards
.service-card-image
.service-card-content */
.services-cards {
  width: 100%;
  height: 520px;
  border-radius: 15px;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.services-cards:hover {
  transform: translateY(20px);
}

.services-cards:hover::before {
  opacity: 1;
}

.services-cards:hover .service-card-content{
  opacity: 1;
  transform: translateY(0px);
}

.services-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.services-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.services-cards .service-card-content {
  position: relative;
  z-index: 3;
  color: white;
  /* opacity: 0; */
  transform: translateY(160px);
  transition: 0.5s;
  background: var(--c3);
  width: 100%;
  /* text-align: center; */
  padding: 30px 40px;
  padding-bottom: 50px;
}
.service-card-content h3 {
    color: var(--c2);
    font-size: 31px;
    padding-bottom: 5px;
}

.service-card-content h4 {
    color: #ffffffc4;
    padding-bottom: 25px;
}
.service-card-content ul li {
    list-style-type: disc;
    color: #ddd;
    padding: 7px 0px;
    font-size: 17px;
}
.service-card-content ul {
    padding-left: 25px;
}

                                                                          /* Our Packages */

section.our-pakages {
    background: #1e4b3229;
    position: relative;
}
.our-pckages-content {
    display: flex;
    padding-top: 50px;
}
.packages-cards
 {
    background: var(--c2);
    margin: 15px;
    padding: 40px 35px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}
.packages-card-content ul {
    height: 315px;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 13px;
}
.packages-card-content h3 {
    font-size: 33px;
    padding-bottom: 16px;
	transition: all 0.4s ease-in-out;
}
.packages-shape-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 13%;
}

.packages-card-content ul li {
    list-style-type: disc;
    padding: 7px 0px;
    font-size: 17px;
}

.packages-btn {
    padding-top: 30px;
}

.packages-cards:hover {
    box-shadow: -10px 15px #0a2717;
    transform: translate(10px, -20px);
    background: var(--c3);
    color: white !important;
}
.packages-cards:hover .packages-card-content h3 {
	color:white;
}
.packages-cards:hover .packages-card-content ul::-webkit-scrollbar-thumb {
  background:var(--c2);
	border-color:var(--c2);
}
.packages-cards:hover .packages-card-content ul::-webkit-scrollbar-track  {
  background:#b0c2ac;
}
.packages-cards:hover .main-btn a {
    background: var(--c2)!important;
    color: var(--c3) !important;
}

.packages-card-content ul::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
	height:20px;
	border:none;
}

.packages-card-content ul::-webkit-scrollbar-track {
  background:#1e4b3229 ; /* Track color */
  border-radius: 10px;
}

.packages-card-content ul::-webkit-scrollbar-thumb {
  background:var(--c3); /* Scroll handle color */
	transition: all 0.4s ease-in-out;
}

.packages-card-content ul::-webkit-scrollbar-thumb:hover {
  background: #071c10; /* Scroll handle on hover */
}
.packages-card-content ul::-webkit-scrollbar {
  height: 12px !important; /* Height of horizontal scrollbar */
}

                                                                                   /* WHY CHOOSE US */

.why-choose-us-title {
    padding-left: 510px;
}
.why-choose-us-slider {
    display: flex;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 170px;
}
.slider-item {
    background: white;
    margin: 0px 10px;
    padding: 30px 20px;
    box-shadow: 10px 10px 15px #0000001f;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.slider-item >  img {
    width: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.slider-item p {
    color: #333;
}

.why-choose-us-slider .slick-track {
    padding-bottom: 20px;
    padding-top: 20px;
}
.why-choose-us-slider .slick-list.draggable {
    margin-right: -200px;
}
.slider-item:hover {
    box-shadow: 10px 10px 10px #0000006b;
    transform: translate(-4px, -10px);
}
/*  */
/* Style slick arrows */
.why-choose-us-slider .slick-prev,
.why-choose-us-slider .slick-next {
  position: absolute;
  top: -5%;
  right:0;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 56px;
  background: var(--c3);
  color: var(--c2);
  border: 1px solid transparent;
  border-radius: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:all 0.3s ease-in-out;
	box-shadow: 0px 0px 3px #000 ;
}

/* Remove hover effect */
.why-choose-us-slider .slick-prev:hover,
.why-choose-us-slider .slick-next:hover {
  background:var(--c2);
  color:var(--c1);
  opacity: 1;
  border-color:var(--c3);
} 

.why-choose-us-slider .slick-prev::before {
	content: "\f053";
  font-family: "Font Awesome 5 Pro";  
  font-weight: 900;                                     
  font-size: 25px;                  
}

.why-choose-us-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 25px;
}
/* Positioning */
.why-choose-us-slider .slick-prev {
  right: 7%;
}
.why-choose-us-slider .slick-next {
  right: 2%;
}

.why-choose-us-slider .slick-prev,
.why-choose-us-slider .slick-next {
  font-size: 0; /* Hides the text visually */
}

/*  */


 																		/* HighLight  */
section.highligts {
    background: #1e4b322b;
}

.highlights-item img {
  object-fit:cover;
	height:100%;
	transition: all 0.4s ease-in-out;
	
}

.highlights-item {
    height: 550px;
    padding: 0px 30px;
}
.highlights-slider .slick-track {
    padding: 50px 0px;
}
.highlights-title {
    padding-bottom: 30px;
}

.highlights-slider .slick-slide:nth-child(even) img {
  margin-top: -30px;
}
.highlights-slider .slick-slide:nth-child(odd) img {
  margin-top: 20px;
}

.highlights-item img:hover {
    box-shadow: 0px 0px 10px black;
}


/* Position arrows */
/* .highlights-slider .slick-prev,
.highlights-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
} */

/* .highlights-slider .slick-prev:hover,
.highlights-slider .slick-next:hover {
  opacity: 1;
} */


/* .highlights-slider .slick-prev {
  left: -50px; 
}


.highlights-slider .slick-next {
  right: -50px; 
}

 */

/* Style slick arrows */
.highlights-slider .slick-prev,
.highlights-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 56px;
  background: var(--c3);
  color: var(--c2);
  border: 1px solid transparent;
  border-radius: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:all 0.3s ease-in-out;
}

/* Remove hover effect */
.highlights-slider .slick-prev:hover,
.highlights-slider .slick-next:hover {
  background:var(--c2);
  color:var(--c1);
  opacity: 1;
  border-color:var(--c3);
} 

.highlights-slider .slick-prev::before {
	content: "\f053";
  font-family: "Font Awesome 5 Pro";  /* Required */
  font-weight: 900;                   /* Solid icons */                     /* Your custom color */
  font-size: 16px;                    /* Optional: adjust size */
}

.highlights-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
}
/* Positioning */
.highlights-slider .slick-prev {
  left: 18%;
}
.highlights-slider .slick-next {
  right: 18%;
}

.highlights-slider .slick-prev,
.highlights-slider .slick-next {
  font-size: 0; /* Hides the text visually */
}




                                                                       /*  PROFESSIONAL */

.professional-content {
    padding: 100px 50px;
}

.professional-title
 {
    padding-bottom: 50px;
}

section.professionl {
    background: #1e4b322b;
    padding-top: 0;
}

.professional-content h3 {
    font-size: 39px;
    padding-bottom: 20px;
}

.professional-content p {
    text-transform: capitalize;
    padding-bottom: 20px;
}

.profissional-images::before {
    content: '';
    position: absolute;
    background: var(--c3);
    width: 100%;
    height: 100%;
    bottom: -6%;
    left: -7%;
    z-index: -1;
}
.profissional-middle-image::before {
   content: '';
    position: absolute;
    background: var(--c3);
    width: 100%;
    height: 100%;
    bottom: -6%;
    right: -7% !important;
    z-index: -1;
}
.profissional-images {
    position: relative;
}
.profissional-middle-image {
  position:relative;
}
/* .profissional-images:hover img {
    box-shadow: 0px 0px 10px black;
    transform: translate(-10px, 10px);
}
.profissional-images img {
  transition: all 0.4s ease-in-out;
} */
@keyframes floatEffect {
    0% {
        transform: translate(0px, 0px);
        box-shadow: 0px 0px 3px black;
    }
    50% {
        transform: translate(-10px, 10px);
        box-shadow: 0px 0px 10px black;
    }
    100% {
        transform: translate(0px, 0px);
        box-shadow: 0px 0px 3px black;
    }
}
@keyframes floatEffectTwo {
    0% {
        transform: translate(0px, 0px);
        box-shadow: 0px 0px 3px black;
    }
    50% {
        transform: translate(10px, 10px);
        box-shadow: 0px 0px 10px black;
    }
    100% {
        transform: translate(0px, 0px);
        box-shadow: 0px 0px 3px black;
    }
}

.profissional-images img {
    animation: floatEffect 4s ease-in-out infinite;
}
.profissional-middle-image img {
    animation: floatEffectTwo 4s ease-in-out infinite;
} 
                                                                            /* form */


.booking {
    padding-top: 120px;
}
.form-title h2 {
    font-size: 42px;
    padding-right: 60px;
    padding-bottom: 20px;
}
.form-field label {
    display: block;
    color: #000000bd;
    padding: 13px 0px;
    font-size: 17px;
    text-transform: capitalize;
}
.form-btn input {
    background: var(--c3);
    color: var(--c2);
    padding: 10px 16px;
    text-transform: capitalize;
    border-radius: 3px;
    font-size: 15px;
}
.form-field input,
.form-field textarea{
    border: none;
    border-bottom: 1px solid var(--c1);
    width: 100%;
    padding: 0px 7px;
    padding-bottom: 5px;
}
.form-btn {
    padding-top: 20px;
    padding-left: 12px;
}
.form-content {
    padding-right: 50px;
}
.form-image::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    right: -20px;
    top: -30px;
    background: var(--c3);
    z-index: -1;
}
.form-image {
    position: relative;
}
.form-field input:focus {
    outline: none;
    box-shadow: inset 0px -1px 1px #123b129c;
	}

.form-field textarea:focus {
    outline: none;
    box-shadow: inset 0px -1px 1px #123b129c;
}  
                                             /* footer  */


footer.footer {
    background: var(--c3);
    text-align: center;
    color: white;
    padding-top: 40px;
}
.f-logo img {
    width: 320px;
    margin: 0 auto;
}
.f-contact {
    border-top: 1px solid white;
    border-bottom: 1px solid;
    display: flex;
    justify-content: center;
    gap: 250px;
    padding: 15px 0px;
    align-items: center;
    margin-top: 15px;
}
.f-navigation ul {
    display: flex;
    justify-content: center;
    padding: 34px 0px;
    gap: 30px;
}
.f-navigation ul li a {
    color: #ffffffcc;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    padding: 4px 0px;
}
.f-links ul li a {
    color: var(--c3);
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 43px;
    font-size: 23px;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}
.f-links ul {
    display: flex
;
    justify-content: center;
    gap: 10px;
}
.f-copy-right p {
    padding: 20px 0px;
    color: white;
    padding-top: 30px;
}

.f-address i,
.f-phone i,
.f-email i {
    font-size: 22px;
    padding-right: 10px;
}
.f-address p,
.f-phone p,
.f-email p{
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 8px 0px;
    color: #ffffffd4;
}
.f-links ul li a:hover {
    background: var(--c3);
    color: var(--c2);
    border-color: var(--c2);
    box-shadow: 0px 0px 5px;
}


/* ___BUTTON_ANIMATION____ */

.dswipe a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition:all 0.2s ease-in-out;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-bottom: 0px;
    border:1px solid transparent;
}
.dswipe a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c2) ; 
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1; 
}
.dswipe a:hover {
  color:var(--c3);
  box-shadow: 0px 0px 4px #000000;
	border-color:var(--c3);
}
.dswipe a:hover::before {
  transform: translateX(0);
}

/* _____ */

/************************************/
/***       Loader         	  ***/
/************************************/ 

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c2);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid var(--c1);
  border-color: var(--c1) var(--c1) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid;
  box-sizing: border-box;
}
.loader::after {
  width: 58px;
  height: 58px;
  border-color: transparent transparent var(--c1) var(--c1);
  animation: rotationBack 0.5s linear infinite;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--c1) var(--c1) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotationBack {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* F-Navigation animations*/

.f-navigation ul li a::before,
.f-navigation ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, white, white);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
	border-radius:10px;
}

.f-navigation ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.f-navigation ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.f-navigation ul li a:hover::before,
.f-navigation ul li a:hover::after {
  transform: scaleX(1);
}


/*Navigation animations*/

.navigations ul li a::before,
.navigations ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #000000, #A6A6A6);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
	border-radius:10px;
}

.navigations ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.navigations ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.navigations ul li a:hover::before,
.navigations ul li a:hover::after {
  transform: scaleX(1);
}
.slider-icon-tag {
    position: absolute;
    top: -8px;
    right: 30px;
    width: 62px;
}
.slider-icon-tag span {
    color: var(--c2);
    position: absolute;
    top: 8%;
    right: 12%;
    font-size: 32px;
    font-family: var(--f2);
    font-weight: 600;
}
.slider-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}


/* inner-wrapper */

.inner-header {
  height: 600px;
  background-position: center !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}


/* Service About */

.service-about-content h4 {
    /* color: var(--c3); */
}
.service-about-image {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 20px 20px 0px 0px var(--c3);
}

section.service-about {
    position: relative;
}

.service-description-box ul li i {
    background: var(--c4);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}
.service-about-image img:hover {
    transform: scale(1.1);
}
.about-us-image img {
    object-fit: cover;
}
.service-description-box {margin-top: 20px;padding-right: 40px;}
.about-us-image {
    position: relative;
    border: 1px solid var(--c3);
    padding: 20px;
}
.about-us-title p {
    margin-top: 20px;
}

.about-us-title {
    margin-left: 20px;
}
.service-about-image img {
    transition: all .5s;
    border-radius: 20px;
}
.about-us-image:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 85%;
    background-color: var(--c3);
    z-index: -1;
}
.service-about-box {
    position: relative;
}

.service-description-box p {
    margin-bottom: 20px;
}
.owner {
	margin-bottom: 100px;
}

/************************************/
/***       Loader         	  ***/
/************************************/ 

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c2);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid var(--c1);
  border-color: var(--c1) var(--c1) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid;
  box-sizing: border-box;
}
.loader::after {
  width: 58px;
  height: 58px;
  border-color: transparent transparent var(--c3) var(--c3);
  animation: rotationBack 0.5s linear infinite;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--c1) var(--c1) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotationBack {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}
/* Responsive Menu */

.responsive-btn a {
  display: block !important;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
  background: var(--c2);
}
.responsive-logo {
  width: 204px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 13px;
}
.responsive-links ul li a {
  color: var(--c1);
  padding: 19px 0px;
  display: block !important;
  font-weight: 600;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
  text-align: center;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}
.responsive-btn a {
    color: var(--c1);
    font-size: 26px;
    text-align: end;
}