
@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap";

@font-face{
	font-family:Playfair,serif;
	font-weight:400;font-style:normal;
	font-optical-sizing:auto;
	font-variation-settings:"wdth" 100
}


:root{
    /* FONT_SIZE */
    --h1-font: 60px;
    --h2-font: 46px;
    --h3-font: 38px;
    --h4-font: 32px;
    --h5-font: 28px;
    --h6-font: 25px;
	--body_font:25px;
    --body_font_large:18px;
    --body_font_xlarge:20px;

    /* FONT_WEIGHT */
    --extra_bold: 900;
    --bold_font:700;
	--semi_bold_font:600;
	--medium_font:500;  
	--regular_font:400;
	--light_font:300;
    --extra-light-font:200;

    /* FONT_FAMAILY */
    --body_font_family: 'Playfair';
    --secondary_font_family:'Playfair';
    --font-family: 'Playfair';
    
    /* Lightbox vars */
    --main-bgcolor: #09090c;
	--main-color: #dcdce5;
    
    --secondary-bgcolor: #222222;
    
}



	

body{
    background-color: #222222;
}
ul{
    list-style: none;
}
/*............................Typography And Global Setting............................*/
    *box-sizing{padding: 0px;margin:0px;} 
    .container{max-width: 100%; width: 1374px;}


    h1{width: 100%; font-size: var(--h1-font); font-weight: var(--extra_bold); line-height: 77px; font-family: var(--body_font_family); letter-spacing: 1px;color: #fff;}
    h2{width: 100%;font-size: var(--h2-font); font-weight: var(--extra_bold); line-height: 50px; font-family: var( --body_font_family); color: #fff;}
    h3{width: 100%;font-size: var(--h2-font); font-weight: var(--semi_bold_font); line-height: 50px; font-family: var( --body_font_family); color: #fff;}
    h4{width: 100%;font-size: var(--h4-font); font-weight: var(--extra-light-font); line-height: 40px; font-family: var( --body_font_family);}
    h5{width: 100%;font-size: var(--h5-font); font-weight: var(--bold_font); line-height: 28px; font-family: var( --body_font_family);}
    h6{width: 100%;font-size: var(--h6-font); font-weight: var(--semi_bold_font); font-family: var(--secondary_font_family); line-height: 22px;}
    p{width: 100%;font-size: var(--body_font); color: #fff; margin-bottom: 30px; font-family: var(--font-family);}
    
    .prefix{  font-family: var(--body_font_family); font-style: normal; font-size: 64px; line-height: 77px; color: #fff; margin-bottom: 23px;}
    .heading-content{  font-family: var(--body_font_family); font-style: normal; font-size: var(--h2-font); font-weight: 900; color: #53A658; margin-bottom: 60px;}

    
    .theme-btn-background a{
        background: linear-gradient(180deg, #F7B787 -28.85%, #53A658 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 1px solid #53A658;
        padding-bottom: 5px;
        letter-spacing: 2px;
        font-size: var(--body_font);
        letter-spacing: 3px;
        font-weight: var(--medium_font);
    }
    .theme-btn-background a:hover{
        -webkit-text-fill-color: #fff;
        border-color: #fff;
    }
    .theme-btn-background i{
        width: 50px;
        height: 50px;
        background: linear-gradient(180deg, #F7B787 -28.85%, #53A658 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
        margin-left: 10px;
        border: 1px solid #53A658;
        cursor: pointer;
    }
    .theme-btn-background i:hover{
        background: transparent;
        border: 1px solid #53A658;
        color: #53A658;
    }
    .theme-btn-transparent a{
        background: linear-gradient(180deg, #F7B787 -28.85%, #53A658 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
        border-bottom: 1px solid #53A658;
        padding-bottom: 5px;
        font-size: var(--body_font);
        letter-spacing: 3px;
        font-weight: var(--medium_font);
        transition: 0.4s all linear;
    }
    .theme-btn-transparent a:hover{
        -webkit-text-fill-color: #fff;
        border-bottom: 1px solid #fff;
    }
    .theme-btn-transparent i{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 1px solid #53A658;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #53A658;
        margin-left: 10px;
        cursor: pointer;
    }
    .theme-btn-transparent i:hover{
        background-color: #53A658;
        color: #fff;
    }
    
    .theme-btn-transparent a.nounderline{
        border-bottom: none;
    }
    
    
    
    .theme-btn3{
        background: #53A658;
        color: #fff;
        z-index: 9;
        position: absolute;
        right: 0;
        top: 10%;
        padding: 11px 25px;
        border-bottom-left-radius: 26px;
        border-top-left-radius: 26px;
        cursor: pointer;
    }   
    a{
        text-decoration: none;
    }
    .icon a{
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #53A658;
        font-size: 20px;
        margin: 0 auto;
    }
/* HEADER CSS START */
header{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: transparent;
}
header .navbar{
    padding: 0px 0px;
}
header nav ul li{
    padding: 0px 35px 0px 0px!important;
}
header nav ul li a {
    color: #fff;
    font-size: 26px;
    font-weight: var(--medium_font);
    font-family: var(--secondary_font_family);
    transition: 0.3s all ease-in;
    position: relative; 
}
header nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: -33px;
    background-color: #53A658;
    transition: all 0.3s ease-in;
}
header nav ul li a:hover::after{
    width: 100%;
}
header nav ul li a:hover{
    color: #fff;
}
header nav ul{
    padding-left: 0;
}
header a.nav-link {
    outline: none;
}
.toggle-btn{
    font-size: 34px;
    color: #53A658;
}
.header-icon a {
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #ffffffd6;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all linear;
}
.header-icon a:hover{
    background-color: #53A658;
    color: #fff;
}
.collapse:not(.show) {
    display: block;
}
.border {
    opacity: 0.2;
}
.offcanvas-header{
    display: none;
}
.header-logo{
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
}

.header-logo img, .header-logo-short img{
    max-height: 55px;
}

/* HEADER CSS END */


/* BANNER CSS END */

.explore{
    padding: 40px 0px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

.digitalTransformation{
    padding: 40px 0px;
    background: rgba(0, 0, 0, 1);
    color: white;
}


.outdoor {
	padding: 120px 0px 30px;
}

.journey {
	padding: 30px 0px 100px;
	color: white;
}

/* PACKAGES CSS START */
.packages{
    overflow: hidden;
    padding: 40px 0px 0px 0px;
}
.packages .row>*{
    padding: 0px!important;
}
.package-img{
    position: relative;
    overflow: hidden;
}
.package-img img{
    width: 100%;
}
.package-img:hover .overlay{
    opacity: 1;
    height: 100%;
}
.package-info h4 span{
    font-weight: var(--bold_font);
}
.package-info p{
    max-width: 283px;
}
.package-img:hover .overlay h4{
    color: #fff;
    margin-bottom: 30px;
    font-weight: var(--regular_font);
}
.border-top{
    transform: rotate(360deg);
    height: 100px;
    width: 2px;
    background: #53A658;
    position: absolute;
    top: 0;
}
.package-img:hover .overlay p{
    margin-bottom: 30px;
    opacity: 0.8;
    font-family: var(--font-family);
    font-weight: var(--light_font);
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding:  95px 50px 65px 50px;
    color: white;
    text-align: center;
    padding: 250px 0px;
}
.overlay .package-btn a{
    padding-left: 0;
}
/* PACKAGES CSS END */



/* FOOTER CSS START */
footer{
	/*background: rgba(0, 0, 0, 0.3);*/
}

footer .footer-inner{
	padding-top: 60px;
}

input {
    border: none;
    background: #272727;
    border-radius: 30px;
    padding: 10px 40px 10px 20px;
    height: 52px;
}

input::placeholder {
    color: #fff9;
    font-size: 14px;
}
input:focus-visible{
    outline: none;
}
input[type="email"] {
    color: #fff;
}
.footer-img img{
    max-height:70px;
}

.footer-item form a i:hover{
    background: transparent;
    border: 1px solid #53A658;
    color: #53A658;
}
.footer-content h6{
    color: #fff;
    font-size: 14px;
    font-weight: var(--regular_font);
}
.footer-content p, .footer-short-content p{
    font-weight: var(--extra-light-font);
    color: #ffffff85;
    font-size: var(--body_font);
}
.footer-content p span a, .footer-short-content p span a{
    font-weight: var(--semi_bold_font);
    color: #fff;
}
.footer-up{
    padding: 30px 0px 50px 0px;
}
.footer-content ul li a, .footer-short-content ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: var(--semi_bold_font);
}
.footer-content a:hover, .footer-short-content a:hover{
    color: #53A658;
}

.footer-short-content {
    padding: 20px;
}

.footer-icon li a i{
    color: #fff;
    font-size: 24px;
    padding-right: 32px;
    transition: 0.3s all linear;
}
.footer-icon li a i:hover{
    color: #53A658;
}
.footer-bottom{
    padding-bottom: 20px;
}



/* homemade classes */

.homepage-landing-space {
    width: 100%;
    height:880px;
    border:none;
}

.top-menu-bg {
    background-color: rgba(0,0,0,0.3);
    padding: 0px 20px 0px 20px;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

a.no-underline {
    text-decoration:none;
    border-bottom: none;
}

a.no-underline:hover {
    text-decoration:none;
    border-bottom: none;
}

/* logo slider */

.slide img {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
  opacity: 0.5;
}

.slide img:hover {
    opacity:1;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin: 20px 0px;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

/* lightbox */

iframe.project-space{
    width: 100%;
    height: 100%;
    border: none;
}
/*
.LBcontainer { 
    z-index: 1;
}
*/
.LBoverlay {
    padding-top: 20px;
	width: 100%; 
    height: 100%;
	top: 0; 
    left: 0;
    pointer-events: none; 
	position: fixed; 
	background: var(--main-bgcolor); 
	opacity: 0; 
	transition: all 0.5s; 
	z-index: 10;
    overflow:auto;
}
.LBoverlay.on { 
    opacity: 1; 
    pointer-events: all; 
}
.lightbox { 
    display: none; 
    transition: all 1s; 
    border-radius : 15px;
    color: var(--main-color);  
    font-family: sans-serif;
    text-align: center;
}
.lightbox.on { display:block; }


#LBproject {
	position: absolute;
	width: 95%;
    height: 95%;
    z-index: 15;
    margin: 0px 2.5%
}

/* The Close Button */
.btnClose {
  color: white;
  border: 2px solid white;
  position: absolute;
  background-color: #222222;
  z-index:20;
  top: 5px;
  right: 35px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;

}

@media(max-width: 990px){
    .btnClose{
        top: 5px;
        right: 5px;
    }
}

.btnClose:hover,
.btnClose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.btnClose::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: white;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
.btnClose::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: white;
  height: 2px;
  top:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}



/* end lightboxes */

/* contact form */

.form-wrap {
	position: relative;
}

.form-wrap + .form-wrap {
	margin-top: 15px;
}

* + .form-button,
.form-wrap + .button {
	margin-top: 30px;
}

.form-input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
    margin-bottom: 20px;
    background-color:#131313;
}

.form-input:focus {
	outline: 0;
    border-color: #53A658;
}

.form-input:-webkit-autofill ~ label,
.form-input:-webkit-autofill ~ .form-validation {
	color: #000 !important;
}

.form-wrap textarea{
    height: 120px;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	font-size: 12px;
	border: none;
	letter-spacing: 0.05em;
	padding: 9px 15px;
	text-transform: uppercase;
	min-width: 120px;
	min-height: 30px;
    border-radius: 5px;
}

@media (min-width: 480px) {
	.button {
		padding: 9px 30px;
	}
}

.button-primary {
	color: #222;
	background-color: #fff;
}

.button-primary:hover {
	color: #222;
	background-color: #53A658;
}

.highlight {
    color: #53A658;
}

.contact-confirm{
    padding: 20px;
    width: 500px;
    height: auto;
    margin-bottom: 40px;
    border : dashed 1px white;
}


.contact-short{
    padding: 120px 0px 20px 0px;
}


/* end contact form */

/* footer extra classes */
.footer-right-column{
    text-align: right;
}




.footer-icon{
    display:inline-block;
    width: 30px;
    height: 30px;
    color: #53A658;
    font-size: 22px;
    padding: 0px 200px 0px 0px;
}


@media(max-width: 990px){
    .footer-icon{
        padding: 0px 150px 0px 0px;
    }
}

.footer-contact {
    display:inline-block;
    width:auto;
}

.footer-contact .nav-link:hover{
    text-decoration : underline;
}

.banner {
	overflow:hidden;
	height: 800px;
}

#carrouselVideo{
	width: 100%;
}

.founder{
	width: 350px;
}

.about-img{
	width: 650px;
}

.fleft{
	float: left;
	margin: 10px 25px 5px 0px;
}

.fright{
	float: right;
	margin: 10px 0px 5px 25px;
}

#presentationVideo{
	width: 100%;
	Margin: 40px;
}

.mpembedSpace {
	width: 100%;
	height: 600px;
	Margin: 40px;
}


/* SCROLL CSS */
.scroll{
    width: 50px;
    height: 50px;
    background-color: #53A658;
    display: none;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.scroll a i{
    color: #fff;
}
.effect{
    display: block;
}
