
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;800&display=swap');

*,
*::before,
*::after{
padding: 0;
margin: 0;
box-sizing: border-box;

}
body {
	
	font-family: "Poppins", sans-serif;
	background-color: #051a1d;
	//background-color: #00608d;
	
}

header{
	position: sticky;
	z-index:9999;
	width:100%;
	padding:0.4rem 0;
	top:0;
	left:0;
	background-color: #051a1d;
	
}
header nav{

	
	margin: 0 auto ;
	padding: 5px 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header ul{

	display: flex;
	list-style:none;
	align-items:center;
}


.main{
	position: relative;
	height: 100vh;
	//width: 100vw;
	overflow:hidden;
	
}
.main1{
	position: relative;
	height: 50vh;
	width: 100vw;
	overflow:hidden;
	
}

.bg-img{
	width:50vw;
    position: absolute;
    right: 0;
    bottom: 0;
		z-index:99;
}
.animation{
		z-index:-1;
	position:fixed;
	width: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}


.text2{
	background-color: #00608d;
z-index:9999;
					color: #fff;
	position:absolute;
		text-decoration: none;
		  text-align: center;
	color: #fff;
	position:absolute;
	width: 100%;

		
}
.card-box{ display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
width: 100%;}
.cards{ 
      width: 90%;
    text-align: center;
    color: white;
    padding: 20px;
   background: linear-gradient(to left, #ffffff05, #005f8c68);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 16px;
    border: solid 1px;
    border-color: #005a83;}
	.cards1{ 
      width: 90%;
    text-align: center;
    color: white;
    padding: 20px;
   }
.cards img {
   // width: 120px;
   // height: 120px;
    object-fit: cover;
}
.buttong {
    border-width: 0px;
    display: block;
    padding: 7px 9px;
    font-size: 20px;
    min-width: 110px;
    border: solid 4px;
    border-color: #85c8e7;
    background-color: #df9a5700;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s

  &:hover {
    background-color: #85c8e7; /* Darker shade for hover effect */
  }
}
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
	 .stairs {

 width:100%;
 padding:30px;
 height:350px;

    } 
	.text{
z-index:9999;
					color: #fff;
	position:absolute;
		text-decoration: none;
		  text-align: left;
	color: #fff;
	position:absolute;
	width: 50%;
	top:15%;
	left:30px;
	//transform: translate(-50%, -50%);
		
}
	header ul a{

	text-decoration: none;
	color: #fff;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight:300;
	font-size: 1rem;
	
}
.text h1{
				
	font-weight:800;
	font-size: 3.5rem;
	
	
}
.text2 h1{
				
	font-weight:800;
	font-size: 4.5rem;
	
	
}
.logo{
	width:170px;
}

.text h2{
				
	font-weight:100;
	font-size: 1rem;
	 padding-top: 50px;
	 padding-bottom: 50px;
}
.text2 h2{
				
	font-weight:100;
	font-size: 1.5rem;
	 padding: 30px;
}
.descr{
	border: solid #4bc1f72b 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 10px;
    color: white;
    text-align: left;
		font-weight:300;
	font-size: 1.5rem;
	
}
.section{position:relative;}
}
div[class*=container] {
  text-align: center;
  width: 100%;
  height: 13%;
  display: flex;
  bottom:30px;
 // justify-content: center;
  //align-items: center;
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
	 .stairs {

 display:none;

    } 
	.section{display:none;}
	.text{
z-index:100;
					color: #fff;
	position:absolute;
		text-decoration: none;
		  text-align: left;
	color: #fff;
	position:absolute;
	width: 80%;
	//top:35%;
	left:30px;
	//transform: translate(-50%, -50%);
		
}
.descr{
	border: solid #4bc1f72b 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 10px;
    color: white;
    text-align: left;
		font-weight:300;
	font-size: 12px;
	
}
.bg-img{
	width:100vw;
    position: absolute;
    right: 0;
    bottom: 0;
		z-index:9998;
}
	header ul a{

	text-decoration: none;
	color: #fff;
	padding: 0 1rem;
	text-transform: uppercase;
	font-weight:300;
	font-size: 0.5rem;
	
}
.text h1{
				
	font-weight:800;
	font-size: 2rem;
	
	
}
.logo{
	width:100px;
}
.text h2{
				
	font-weight:100;
	font-size: 0.6rem;
	 padding: 10px;
}
.text2 h2{
				
	font-weight:100;
	font-size: 0.6rem;
	 padding: 10px;
}
div[class*=container] {
  text-align: center;
  width: 100%;
  height: 3%;
  display: flex;
  bottom:30px;
 // justify-content: center;
  //align-items: center;
}
}


.button {
  background-color: #00608d; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;	
  width:200px;
  font-weight:400;
	font-size: 1rem;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 12px;}

.title2{

	height: 80px;
		position: absolute;
	z-index:9999;
	width:100%;

	top:0;
	left:0;
}

.svg1{

	
		position: absolute;
	z-index:9999;
	width:100%;
	padding:80px;
	top:0;
	left:0;
}
    .row {
            display: flex;
            margin: 0 -20px; /* Negative margin to create a 20% margin on each side */
			
        }
        .column {
            flex: 1;
            padding: 0 20px; /* Padding to counteract the negative margin */
			width:50%;
			padding:80px;
			 align-items: center; 
        }  .column2 {
            flex: 1;
            padding: 0 20px; /* Padding to counteract the negative margin */
			width:50%;
			padding:80px;
			 
        }
		

		/*
 BUTTON STYLING
*/

.btn {
  position: relative;
  color: white;
  width: 256px;
  height: 64px;
  line-height: 64px;
  transition: all 0.3s;
  margin:5px;
  text-align: center;
  span {
    transition: all 0.3s;
    tranform: scale(1, 1);
  }
}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
		/* BTN TWO */
.btn-two::before, .btn-two::after {
  content: '';
  position: absolute;
  width: 100%;
	height: 100%;
	display: inline-block;
  bottom: 0;
	left: 0;
	z-index: 1;
  transition: all 0.3s;
  border: 1px solid rgba(0, 96, 141, 0.5);
}

.btn-two:hover::after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btn-two:hover::before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.btn-two:hover::after, .btn-two:hover::before {
  left: 96px;
  width: 64px;
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg); scale(2,2);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg); scale(2,2);}
    to {transform: rotate(-180deg);}
}
    .fade-effect {
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

/*MENU DESKTOP*/
ul.menudesktop {
  padding: 0px;
  list-style: none;
  background: none;
  z-index: 1;
  margin-right: 5%;
  color: #9fdc8d;
  font-family: 'Px Grotesk Regular';
}

 li.menudesktop {
  position: relative;
  float: right;
  transition: color 0.1s;
  z-index: 1;
			font-weight:100;
	font-size: 0.6rem;
      display: flex;
      //justify-content: center;
      //align-items: center;
      color: white;
  font-family: 'Px Grotesk Regular';
}

/* li ul {
    display: none;
    transition: color 0.1s;
    z-index: 1;
    color: #9fdc8d;
} 
ul li a {
  position: relative;

  display: block;
  color: #9fdc8d;
  text-decoration: none;
  border-top: none;
  padding: 10px 15px 25px 15px;
  background: none;
  margin-left: 3px;
  white-space: nowrap;
  transition: color 0.1s;
  transition: font-size 0.2s;
  z-index: 99999;
}
*/
/* hr {
  display: block;
  width: 3%;
  border: 0.7px solid;
  margin-left: 90.98%;
  margin-top: 2.1%;
  position: fixed;
  float: right;
}

.dot {
  height: 20%;
} */
ul li a:hover {
  color: #f03068;
}

li:hover ul {
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 5px;
}

li:hover li {
  float: none;
  font-size: 11px;
}

/* li:hover a {
  color: #0c1535;
  text-decoration: none;
 } */
li:hover li a:hover {
  color: #f03068;
  text-decoration: none;
}



nav.fixedmenu{
	position: fixed;
	top: 25%;
	bottom: auto;
	z-index: 10;
	margin-left: 5%;
}nav.fixedmenu{
	position: fixed;
	top: 25%;
	bottom: auto;
	z-index: 10;
	margin-left: 5%;
}

#sidebar ul{
	list-style: none;
	padding: 0;
	display: block;
}
#sidebar li{
	padding: 10px 0;
	font-size: 40px;
	list-style: none;
	display: block;
}

nav.fixedmenu a{
	display: block;
	color: #272727;
	text-decoration: none;
	font-size: 1em;
}


nav.fixedmenu a:hover, nav.fixedmenu .active-section{
	color: #9b59b6;
}

.content-section{
	position: relative;
	width: 70%;
	height: 80vh;
	left: 58%;
	padding:50px;
	//background-color: #ecf1f1;
	text-align: right;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  
	   transition: left 0.5s ease;
}
.content-section h1{
	position: relative;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	color:#005a83;
	font-size: 3em;
}


.features {
    display: flex;
	    flex-wrap: wrap; /* Allow the cards to wrap to the next line */
    justify-content: space-between; /* Distributes space between cards */
    width: 100%; /* Adjust width as needed */
}

.feature {
   display: flex;
    flex-direction: column;
    background-color: #fffff05; /* Card background color */
    border-radius: 15px; /* Rounded corners */
    border: 1px solid #005a83; /* Thin border around the card */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    width: 22%; /* Adjust width as needed */
    text-align: center; /* Center text inside the card */
    overflow: hidden; /* Ensure content stays within rounded corners */
}
.feature1z {
   display: flex;
    flex-direction: column;
    background-color: #fffff05; /* Card background color */
    border-radius: 15px; /* Rounded corners */
    border: 1px solid #005a83; /* Thin border around the card */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    width: 76%; /* Adjust width as needed */
    text-align: center; /* Center text inside the card */
    overflow: hidden; /* Ensure content stays within rounded corners */
}

.card-image {
    height: 60%; /* Image container takes up 60% of the card height */
    overflow: hidden; /* Hide overflow to maintain aspect ratio */
}

.card-image img {
    width: 100%; /* Make the image cover the width of the container */
    height: 100%; /* Make the image cover the height of the container */
    object-fit: cover; /* Ensure image covers the area without distortion */
}

.card-text {
    padding: 15px; /* Space inside the text container */
   // background-color: #fff; /* Background color for the text area */
}

.card-text h3 {
    margin: 0 0 10px; /* Space below the heading */
}

.card-text p {
    margin: 0; /* Remove default margins */
	font-size:15px;
}

.card-circle {

    position: relative;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border: 4px solid #005a83;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    /* background-color: #fff; */
    z-index: 1;
}

@media (max-width: 768px) {
    .features {
        justify-content: center; /* Center the cards horizontally */
    }
    .feature {
        width: 100%; /* Make the card take full width */
        margin: 10px 0; /* Space between cards vertically */
    }
    .feature1z {
        width: 100%; /* Make the card take full width */
        margin: 10px 0; /* Space between cards vertically */
    }
}

.wd-social-icons {
    font-size: 0
}

.wd-social-icons .wd-label {
    display: block;
    margin-bottom: 5px;
    color: var(--color-gray-800);
    font-weight: 600;
    font-size: var(--wd-text-font-size)
}

.wd-social-icons .wd-social-icon {
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 0
}

.wd-social-icons .wd-icon {
    display: inline-block;
    vertical-align: middle;
    font-family: "woodmart-font"
}

.wd-social-icons p {
    display: inline-block;
    margin: 0
}

.social-facebook {
    --social-color: #fff
}

.social-facebook .wd-icon:before {
    content: "\f180"
}

.social-twitter {
    --social-color: #000
}

.social-twitter .wd-icon:before {
    content: "\f154"
}

.social-instagram {
    --social-color: #774430
}

.social-instagram .wd-icon:before {
    content: "\f163"
}

.social-email {
    --social-color: #F89A1E
}

.social-email .wd-icon:before {
    content: "\f157"
}

.social-pinterest {
    --social-color: #CB2027
}

.social-pinterest .wd-icon:before {
    content: "\f156"
}

.social-youtube {
    --social-color: #CB2027
}

.social-youtube .wd-icon:before {
    content: "\f162"
}

.social-tumblr {
    --social-color: #36465D
}

.social-tumblr .wd-icon:before {
    content: "\f165"
}

.social-linkedin {
    --social-color: #0274B3
}

.social-linkedin .wd-icon:before {
    content: "\f158"
}

.social-vimeo {
    --social-color: #1AB7EA
}

.social-vimeo .wd-icon:before {
    content: "\f177"
}

.social-flickr {
    --social-color: #FE0072
}

.social-flickr .wd-icon:before {
    content: "\f164"
}

.social-github {
    --social-color: #171515
}

.social-github .wd-icon:before {
    content: "\f155"
}

.social-dribbble {
    --social-color: #EC5E95
}

.social-dribbble .wd-icon:before {
    content: "\f166"
}

.social-behance {
    --social-color: #1F6FFC
}

.social-behance .wd-icon:before {
    content: "\f170"
}

.social-soundcloud {
    --social-color: #F9490D
}

.social-soundcloud .wd-icon:before {
    content: "\f172"
}

.social-spotify {
    --social-color: #2EBD59
}

.social-spotify .wd-icon:before {
    content: "\f171"
}

.social-skype {
    --social-color: #00AFF0
}

.social-skype .wd-icon:before {
    content: "\f167"
}

.social-ok {
    --social-color: #EE8208
}

.social-ok .wd-icon:before {
    content: "\f176"
}

.social-whatsapp {
    --social-color: #1EBEA5
}

.social-whatsapp .wd-icon:before {
    content: "\f175"
}

.social-vk {
    --social-color: #4C75A3
}

.social-vk .wd-icon:before {
    content: "\f168"
}

.social-snapchat {
    --social-color: #FFFC00
}

.social-snapchat .wd-icon:before {
    content: "\f178"
}

.social-tg {
    --social-color: #37AEE2
}

.social-tg .wd-icon:before {
    content: "\f179"
}

.social-viber {
    --social-color: #834995
}

.social-viber .wd-icon:before {
    content: "\f181"
}

.social-tiktok {
    --social-color: #010101
}

.social-tiktok .wd-icon:before {
    content: "\f133"
}

.social-discord {
    --social-color: #5562EA
}

.social-discord .wd-icon:before {
    content: "\f184"
}

.wd-social-icons.wd-layout-justify {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.wd-social-icons.wd-layout-justify .wd-label {
    flex: 1 1 auto;
    margin-bottom: 0;
    text-align: start
}

.wd-social-icons.wd-layout-inline .wd-label {
    display: inline-block;
    margin-inline-end:5px;margin-bottom: 0;
    vertical-align: middle
}

.icons-design-default .wd-social-icon {
    margin: 0 !important;
    padding: 6px;
    width: auto !important;
    height: auto !important;
    color: rgba(0,0,0,0.6) !important
}

.icons-design-default .wd-social-icon .wd-icon {
    line-height: 1 !important
}

.icons-design-default .wd-social-icon:hover {
    color: rgba(0,0,0,0.8) !important
}

.icons-design-default.color-scheme-light .wd-social-icon,[class*="color-scheme-light"] .icons-design-default .wd-social-icon {
    color: #fff !important
}

.icons-design-default.color-scheme-light .wd-social-icon:hover,[class*="color-scheme-light"] .icons-design-default .wd-social-icon:hover {
    color: rgba(255,255,255,0.6) !important
}

.icons-design-simple .wd-social-icon {
    background-color: #F2F2F2;
    color: rgba(0,0,0,0.4) !important
}

.icons-design-simple .wd-social-icon:hover {
    background-color: var(--wd-primary-color);
    color: #fff !important
}

.icons-design-simple.color-scheme-light .wd-social-icon,.color-scheme-light .icons-design-simple .wd-social-icon {
    background-color: rgba(255,255,255,0.3);
    color: #fff !important
}

.icons-design-colored-alt .wd-social-icon {
    background-color: #EFEFEF;
    color: rgba(0,0,0,0.4) !important
}

.icons-design-colored-alt.color-scheme-light .wd-social-icon,.color-scheme-light .icons-design-colored-alt .wd-social-icon {
    background-color: rgba(255,255,255,0.3);
    color: #fff !important
}

.icons-design-bordered .wd-social-icon {
    border: 2px solid #CCC;
    background-color: transparent;
    color: rgba(0,0,0,0.4) !important
}

.icons-design-bordered .wd-social-icon .wd-icon {
    margin-top: -2px
}

.icons-design-bordered.color-scheme-light .wd-social-icon,.color-scheme-light .icons-design-bordered .wd-social-icon {
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff !important
}

.icons-design-colored .wd-social-icon {
    background-color: var(--social-color);
    color: #fff !important
}

.icons-design-colored .wd-social-icon:hover {
    box-shadow: inset 0 0 200px rgba(0,0,0,0.15);
    color: #fff !important
}

:is(.icons-design-colored-alt,.icons-design-bordered) .wd-social-icon:hover {
    border-color: var(--social-color);
    background-color: var(--social-color);
    color: #fff !important
}

.icons-design-primary .wd-social-icon {
    border: 2px solid var(--wd-primary-color);
    color: var(--wd-primary-color)
}

.icons-design-primary .wd-social-icon .wd-icon {
    margin-top: -2px
}

.icons-design-primary .wd-social-icon:hover {
    background-color: var(--wd-primary-color);
    color: #fff
}

:is(.icons-size-small,.icons-size-) .wd-social-icon {
    width: 30px;
    height: 30px
}

.wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon {
    font-size: 14px;
    line-height: 30px
}

.icons-size-default .wd-social-icon {
    width: 40px;
    height: 40px
}

.wd-social-icons.icons-size-default .wd-icon {
    font-size: 18px;
    line-height: 40px
}

.icons-size-large .wd-social-icon {
    width: 60px;
    height: 60px
}

.wd-social-icons.icons-size-large .wd-icon {
    font-size: 22px;
    line-height: 60px
}

.social-form-circle .wd-social-icon {
    border-radius: 50%
}

.social-form-rounded .wd-social-icon {
    border-radius: 5px
}

@media (min-width: 1025px) {
    .wd-social-icons .whatsapp-mobile {
        display:none !important
    }
}

@media (max-width: 1024px) {
    .wd-social-icons .whatsapp-desktop {
        display:none !important
    }
}
