
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#logo {
	position: absolute;
	left: 5%;
	margin-top: 5px;
	z-index: 99;
}
   .floating-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  align-items: flex-end;
}

/* Shared base */
.btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  text-decoration: none;
  overflow: hidden;
  max-width: 52px;
  transition: max-width 0.35s ease, box-shadow 0.2s, gap 0.35s ease;
  white-space: nowrap;
  font-family: "Regular2";
}

.btn-chat{
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  text-decoration: none;
  overflow: hidden;
  max-width: 32px;
  transition: max-width 0.35s ease, box-shadow 0.2s, gap 0.35s ease;
  white-space: nowrap;
  font-family: "Regular2";
}
.btn-chat:hover,
.btn-whatsapp:hover {
  max-width: 180px;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.22);
}

/* Icons */
.btn-chat i {
  font-size: 24px;
  color: #2e7d32;
  flex-shrink: 0;
}

.btn-whatsapp i {
  font-size: 26px;
   color: #2e7d32;
  flex-shrink: 0;
}

/* Labels */
.btn-chat .chat-label,
.btn-whatsapp .wa-label {
  font-size: 15px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s ease 0.15s;
  pointer-events: none;
}

.btn-chat:hover .chat-label,
.btn-whatsapp:hover .wa-label {
  opacity: 1;
}

.btn-chat .chat-label {
  color: #2e7d32;
  margin-top: 10px;
}

.btn-whatsapp .wa-label {
   color: #2e7d32;
   margin-top: 5px;
}
  .sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32, 27, 49, 0.3);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 15px;
    bottom: 100px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    z-index: 9;
    cursor: pointer;
    display: none;
}
	nav{
	width:100%;
	height:65px;
	z-index: 9;
	position: absolute;
	margin-top: 28px;
	background-color: #ffffff;
	border-bottom: 1px solid #e7f0f6;
	}
	nav>ul{ 
	width: 930px;
	right:60px;
	margin-top: 0px;
	position: absolute;
	text-align: right;
	list-style: none;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 margin-left: 1px;
		 margin-top: 20px;
         line-height: 10px;
		 height: 28px;
		 text-align: center;
		 position: relative;
		 padding: 10px 25px;
		 }
		 nav > ul> li:first-child{
		
		 border-left: none;
		
		 }
		  nav > ul> li:last-child{
		 margin-right: 30px;
		 }
		  nav > ul> li>a{
	color: #111111;
    text-decoration: none;
        font-family: "Regular2";
    font-weight: bold;
    
		  }
		 nav > ul> li>a:hover{
		 color:  var(--primary-menu);
		 }
		 
	nav>ul>li>ul.dropdown {
    display: none;
    position: absolute;
    z-index: 99999;
    left: -70px;
    margin-top: 23px;
}
nav ul li ul.dropdown li {
    width: 300px;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    display: block;
    text-align: center;
    position: relative;
    z-index: 9999;
}
nav ul li ul.dropdown li:first-child{
	 border-top: 1px solid rgba(0,0,0,0.1);
}
nav ul li ul.dropdown li a {
   display: block;
    padding: 17px 3px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
}
nav ul li ul.dropdown li a:hover{
	color: var(--primary-menu);
}
.home_title {
    width: 300px;
    text-align: center;
    margin: auto;
    font-family: "Regular2";
    font-size: 35px;
    margin-top: 30px;
    text-transform: uppercase;
    font-feature-settings: "case" 1;
    font-weight: 500;
}
.home_title::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: var(--primary-menu);
    margin: 0 auto;
    position: relative;
    top: 54px;
}
.home_title::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: var(--primary-menu);
    margin: 6px auto;
}
#top_info{
	background-color: #ffffff;
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 99;
}
.top_info {
    background-color: #ffffff;
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 4px 15px;
    color: var(--primary-menu);
    border-bottom-left-radius: 50px;
}

.top_info a {
    color: #414141;
    font-size: 14px;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Fredoka', sans-serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Lobster', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Secular One', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Work Sans', sans-serif;
}


.header-overlay_x {
    background-image: linear-gradient(rgba(1,4,45, 0.4),rgba(1,4,45,0.4));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header-overlay_x img{
	position: absolute;
	bottom: 0;
	z-index: -1;
	
}
.icon_header{
	 width: 55px;
	 left: 45px;
	 position: absolute;
	 height: 80vh;
	 margin-top: 16vh;
	 z-index: 4;
	 display: flex;
	 border-right: 1px solid rgba(255,255,255,0.3);
}
.icon_header>ul {
    height: 190px;
    z-index: 9;
    width: 37px;
    left: -13px;
    list-style: none;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50px;
    position: absolute;
    bottom: 0;
}
.icon_header>ul>li {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 24px 0px;
    text-align: center;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.icon_header>ul>li>a {
    position: absolute;
    width: 35px;
    height: 30px;
    font-size: 20px;
    left: 0;
    color: #181818;
}
.icon_header>ul>li>a:hover{
    
    color: var(--primary-color);
}


#forms{
width:60%;
height:295px;
float: right;
margin-right: 3%;
margin-top: 10px;
display:block;
position:relative;
}



.text-footer{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.3);
    width:100%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    font-size:15px;
     color: #fff;
     margin-top: 10px;
     }
::placeholder {
    color:#fff ;
   font-family: 'bpg_nino_medium_capsregular' !important;
}
.footer_forms_title{
	margin: 40px auto;
	width: 300px;
	text-align: center;
    font-family: "Regular2";
    font-size: 24px;
    font-weight: bold;
    color: #ffff;
    position: relative;
}
.footer_forms_title::before{
   content: "";
    border-bottom: 3px solid #1876d6;
    border-radius: 10px;
    width: 60px;
    top:33px;
    left: 117px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.namber-text{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.3);
    width:100%;
    height:50px;
    background-color:transparent;
    outline:none;
    color: #fff;
    float: left;
    margin-left: 0px;
    font-size:15px;
     margin-top: 30px;
}

.block-footer{
	position:absolute;
	border: 3px solid #fff;
	background-color: rgba(255,255,255,0.2);
	background-image: url(/img/icons/awea.png);
	width:90%;
	height:48px;
	outline:none;
	border-radius: 50px;
	left:5%;
	margin-top:230px;
	font-size:15px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
	}
	.block-footer:hover{
		background-color: rgba(255,255,255,1);
		color: var(--primary-color);
		background-image: none;
	}
.footer_title{
	font-family: "Regular2";
	color: #d0defd;
	font-size: 40px;
	margin-top: 60px;
	margin-left: 30px;
	
}
#baner{
	height: 400px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.Project_title {
    width: 1200px;
    margin: 350px auto;
    color: transparent;
    font-family: "Regular2";
    font-size: 40px;
    color: #1f6846;
    
}
footer {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 250px;
}
.footer_image{
	width: 60%;
	height: 500px;
	background-image: url(/img/slider/165221271012.jpg);
	background-size: cover;
	position: relative;
	float: right;
	border-top-left-radius: 50px;
	overflow: hidden;
}
.footer_rgba{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 2, 18, 0.8);
	top: 0;
	position: absolute;
}
.footer_info{
	width: 60%;
	height: 350px;
	margin-top: 150px;
	border-top-right-radius: 50px;
	background-color: #fff;
	position: absolute;
	z-index: 9;
	border-top:1px solid  rgba(0,0,0,0.1);
}
.footer_logo_and_text{
	width: 300px;
	font-size: 12px;
	font-family: "Regular";
	color: #858689;
	margin-left: 50px;
	margin-top: 50px;
	text-align: justify;
	line-height: 20px;
}
.footer_info_bottom{
	position: absolute;
	width: 600px;
	left: 40%;
	top: 20px;
}
.footer_info_bottom li{
	width: 200px;
	text-align: left;
	margin: 20px;
}
.footer_info_bottom li i{
	color: var(--primary-menu);
}
.footer_info_bottom li b{
	font-weight: normal;
	width: 100%;
	margin-left: -5px;
	font-size: 15px;
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.footer_info_bottom>li>a>i{
	margin-left: 10px;
	color: #343434;
}
.footer_info_bottom>li>a>i:hover{
	color: var(--primary-menu);
}
footer ul {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
footer ul li {
    display: inline-block;
    margin: 0px 0px;
    color: #7b7f82;
    padding: 10px;
    text-align: right; 
}

footer ul li b{
	margin-left: 13px;
}
footer ul li a {
    color: #7b7f82;
     font-family: "Regular";
     font-size: 12px;
    	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ul{
	position: absolute;
	left: -10px;
	width: 450px;
	bottom: 30px;
	height: 40px;
}
.ul li:first-child{
	left: -110px;
}
footer ul li a:hover{
    color: var(--primary-menu);
   
}
.footer_icons{
	width: 100%;
	text-align: center;
}
.footer_icons a{
	color: #fff;
	display: inline-block;
	margin: 20px;
	    font-size: 20px;
}
.footer_icons a:hover{
	color:  #fae499;
}
.footer_arrow {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #7b7f82;
}
.leng {
	width: 50px;
	position: absolute;
	right: 26px;
	top: 18px;
	color: #fff;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.leng>ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.leng>ul>li{
	width: 50px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
}
.leng>ul>li>a{
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}
.leng a:hover{
	color: #bfbfbf;
}
.dropdown1{
	display: none;
	list-style: none;
	margin-top: 0px;
}
.dropdown1>li{
	background-color: #fff;
	width: 50px;
}
.dropdown1>li>a{
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 15px;
}
.container{
 position: fixed;
 z-index: 9999;
 width: 100%;
 height: 100%;
  background-color: #fff;
  display:flex;
}

    #preloader {
      position: fixed;
      inset: 0;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.9s ease;
    }

    #preloader.hide {
      opacity: 0;
      pointer-events: none;
    }

    @keyframes slideDown {
      0%   { transform: translateY(-60px); opacity: 0; }
      100% { transform: translateY(0);     opacity: 1; }
    }

    @keyframes letterFade {
      0%   { opacity: 0; transform: translateY(10px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    #pl-logo-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 0;
      animation: slideDown 1.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
      animation-delay: 0.15s;
    }

    #pl-logo-wrap img {
      display: block;
    }

   
    #pl-word-row {
      display: flex;
      align-items: baseline;
      margin-top: 22px;
    }

    #pl-word-row .pl-letter {
     font-size: 34px;
  font-weight: 400;
  font-style: normal;
  font-family: "Akt", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.28em;
  color: #c1c1c1;
  opacity: 0;
  transform: translateY(10px);
  animation: letterFade 0.4s ease forwards;
  -webkit-text-stroke: 1.5px #c1c1c1;

      
    }

    #pl-word-row .pl-space {
      width: 8px;
    }
.nav-bar-menu {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 25px;
    border: 1px solid rgba(80,175,255, 0.3);
    top: 6px;
    display: none;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 999;
}
.footer_title b{
	color: var(--primary-color);
}