@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
 
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-size: 14px;*/
    font-family: 'Nunito', sans-serif;
}

.header{
   width: 100%;
   background: navy;
}

.topwrapper{
   background: #fff;
   width: 100%;
   padding: 1em 5em;
   box-shadow: 2px 2px 5px rgb(0,0,0,0.6); 
   display: flex;
   justify-content: space-between;
}

.wrap-count p{
   letter-spacing: .4px;
   font-size: 15px;
   color: #000;
}

.wrap-count span{
   margin-left: .4em;
   font-size: 15px;
}

.wrap-count i{
   color: aqua;
   font-size: 16px;
   transform: scale(1);
   transition: .5s ease;
   cursor: pointer;
}

.wrap-count i:hover{
   color: aqua;
   font-size: 16px;
   transform: scale(1.3);
}

.wrap-apps a{
   margin-left: 0em;
   text-decoration: none;
   color: #000;
}

.wrap-apps i{
   color: aqua;
   font-size: 16px;
   transform: scale(1);
   transition: .5s ease;
   cursor: pointer;
   margin-left: .4em;
   text-decoration: none;
}

.wrap-apps i:hover{
   color: aqua;
   font-size: 16px;
   transform: scale(1.3);
}

.wrap-button{
   background: navy;
   color: #fff;
   padding: 10px 16px;
   text-decoration: none;
   text-transform: uppercase;
   font-weight: bold;
   border-radius: 5px;
   transform: scale(0);
   transition: .6s ease;
   border: 2px solid navy;
}

.wrap-button:hover{
   color: #000;
   border: 2px solid aqua;
   background: transparent;
}

header{
   position: relative;
   padding: 0 2em;
   width: 100%;
   box-shadow: 2px 2px 5px rgb(0,0,0,0.6); 
}

.navbar{
   width: 100%;
   height: 60px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: space-around;
}

.navbar .logo a{
   font-size: 1.5rem;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   color: #fff;
}

.navbar .logo span{
   color: aqua;
}

.navbar .links{
   display: flex;
   gap: 2rem;
}

.navbar .toggle-btn{
   color: aqua;
   font-size: 1.5rem;
   cursor: pointer;
   display: none;
}

.action-btn{
   background: aqua;
   color: #fff;
   padding: 0.5rem 1rem;
   outline: none;
   border-radius: 20px;
   text-decoration: none;
   font-weight: bold;
   transition: scale .2s ease;
}

.action-btn:hover{
   scale:1.05;
}

.action-btn:active{
   scale:0.95;
}

.links li{
   list-style: none;
}

.links a{
   text-decoration: none;
   color: #fff;
   font-size: 1rem;
   text-transform: capitalize;
}

.links a:hover{
   color: aqua;
}

.links a.active{
   color: #fff;
   background: aqua;
   padding: .5em 1em;
   border-radius: 20px;
}

nav.sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 2em;
  background: #000;
  align-items: center;
  justify-content: space-between;
  transition: padding 1s;
  margin-top: 0em;
}

nav.sticky .links{
  width: 34%;
  padding: 0 2em;
  color: #000;
}

/*DROPDOWN MENU*/

.dropdown-menu{
   display: none;
   position: absolute;
   right: 2rem;
   top: 60px;
   width: 300px;
   height: 0;
   background: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(15px);
   border-radius: 10px;
   overflow: hidden;
   transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   z-index: 99;
}

.dropdown-menu.open{
   height: 285px;
}

.dropdown-menu li{
   padding: 0.7rem;
   display: flex;
   align-items: center;
   justify-content: center;
}

.dropdown-menu a{
   color: #fff;
   text-decoration: none;
   text-transform: capitalize;
   transition: .3s;
   scale: 1;
}

.dropdown-menu a:hover{
   color: aqua;
   scale: 1.2;
}

.dropdown-menu .action-btn{
   width: 100%;
   text-align: center;
 }

.dropdown-menu .action-btn:hover{
   color: #fff;
   scale: .97;
 }


/*HERO SECTION*/

.slide{
    text-decoration: none;
    color: inherit;
}

.slide-btn {
    display: none;
}

.carousel {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.carousel h1 {
    margin-top: 2em;
    padding-left: 4%;
    font-size: 6.7vmin;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel .text{
  	display: flex;
  	margin: 0% 4%;
}
 
.title{
	   width: 80%;
}

.title h3{
  	color: #fff;
  	font-weight: bold;
  	font-size: 28px;
  	text-transform: uppercase;
  	padding-bottom: 5px;
}

.title p{
  	color: #f1f1f1;
  	font-size: 20px;
  	padding-bottom: 30px;
  	width: 80%;
}

.callAction a{
  	margin-left: .5em;
}

.slide {
    float: left;
    height: 100%;
    width: 0;
    transition: width .3s linear;
    padding: 0;
    overflow: hidden;
}

.slide > * {
    transition: transform .15s linear;
    transform: scale(0);
}

.labels {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
  
.labels label {
    display: inline-block;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 4vmin 2vmin;
    border: 3px solid white;
}

.carousel .one,
.carousel .two, 
.carousel .three,
.carousel .four,
.carousel .five {
    background-position: center center;
    background-size: cover;
}

.carousel .one {
    background-image: linear-gradient( to bottom, rgba(0,0,0,0.6), rgba(5, 105, 107)),url(./images/image-1.jpg);
  	background-position: top center;
  	background-size: cover;
  	background-attachment: fixed;
  	overflow: hidden;
}

.carousel .two {
  	background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),url(./images/image-2.jpg);
  	background-position: top bottom;
  	background-size: cover;
  	background-attachment: fixed;
  	overflow: hidden;
}

.carousel .three {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)),url(./images/image-3.jpg);
  	background-position: bottom;
  	background-size: cover;
  	background-attachment: fixed;
  	overflow: hidden;

}

#slide-btn-1:checked ~ .one,
  #slide-btn-2:checked ~ .two,
  #slide-btn-3:checked ~ .three,
  #slide-btn-4:checked ~ .four,
  #slide-btn-5:checked ~ .five {
    width: 100%;
}

#slide-btn-1:checked ~ .one > *,
#slide-btn-2:checked ~ .two > *,
#slide-btn-3:checked ~ .three > *,
#slide-btn-4:checked ~ .four > *,
#slide-btn-5:checked ~ .five > * {
    transform: scale(1);
}

#slide-btn-1:checked ~ .labels label[for="slide-btn-1"],
  #slide-btn-2:checked ~ .labels label[for="slide-btn-2"],
  #slide-btn-3:checked ~ .labels label[for="slide-btn-3"],
  #slide-btn-4:checked ~ .labels label[for="slide-btn-4"],
  #slide-btn-5:checked ~ .labels label[for="slide-btn-5"] {
    background-color: white;
}

/*fixed apps btn*/

.app-btn{
	position: absolute;
	display: block;
	z-index: 99;
	box-shadow: 2px 2px 5px rgb(0,0,0,0.6);
	top: 9em;
	right: 5em;
    text-align: center;
    align-items: center;
    transform: translate( -50%, 50%);
    justify-content: center;
    border-radius: 20px;
}

.app-btn li{
	list-style: none;
	padding: .8em .5em;
}

.app-btn a{
	text-decoration: none;
	color: #fff;
	transform: scale(0);
	transition: .3s ease;
}

.app-btn a:hover{
	transform: scale(2);
}
/*responsive section*/

@media(max-width: 992px){

	  .navbar .links,
	  .navbar .action-btn{
	    display: none;
	  }

	  .navbar .toggle-btn{
	    display: block;
	  }

     .navbar{
	   justify-content: space-between;
     }

     .dropdown-menu{
	   display: block;
     }
	  
}


@media(max-width: 912px){

	 .topwrapper{
       padding: 1em 2em;
    }
	  
}

@media(max-width: 769px){
	      
     .topwrapper{
       display: none;
    }
	  
}

@media(max-width: 600px){

	 .dropdown-menu{
	   left: 2rem;
	   width: unset;
     }

    .carousel {
        height: 105vh;
        text-align: center;
    }

    .carousel h1{
        font-size: 4vh;
        margin-top: 3.6em;
    }

    .title{
	   width: 100%;
    }

    .title h3{
	    font-size: 18px;
	    text-align: center;
	    padding: 1em 0;
	}

	.title p{
	    font-size: 18px;
	    width: 100%;
	    text-align: center;
	}

	.callAction a{
		display: block;
		width: 50%;
		left: 0;
		right: 0;
		margin: 1em 0em;
		text-align: center;
		align-items: center;
		transform: translate( 50%, 50%);
		justify-content: center;
    }

    .app-btn{
	    display: none;
	}

}