@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',  'Karla', sans-serif;
}

ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.1)), url(img/banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    background: #fff;

}
nav img{
    width: 250px;
}

.menu{
    width: 1170px;
    margin: auto;
    background-color: #fff;
  }
  .menu>ul{
    display: flex;
  }
  .menu>ul>li{
    padding: 12px 12px;
    border-right: solid white;
    color: #68696b;
    position: relative;
    font-size: 13px;
  }
  
  .menu>ul>li a{
    color: #68696b;
    text-decoration: none;
    font-size: 13px;
  
  }
  
  .menu ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
  
  }
  .menu ul li:hover::after{
    width: 100%;
  
  }
  .submenu{
    position: absolute;
    width: 250px;
    background-color: #ecebed;
    left: -100%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s ease-in-out;
    z-index: 1;
  }
  
  .submenu li{
    padding: 10px;
    
  }
  .submenu li a{
    align-items: flex-start;
    text-align: left;
  }
  
  
  .menu>ul>li:hover .submenu{
       opacity: 1; 
       visibility: visible;
       left: 0px;
  }
  
  
  

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h6{
    font-size: 62px;
    font-weight: bold;
    color: #fff;

}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;


}



nav .fas{
    display: none;
}

@media(max-width: 700px){
    .text-box h6{
      font-size: 40px;
      font-weight: bold;
      color: #fff;
    }
  
    .menu ul{
      padding: 5px;
      align-items: center;
    }
  
    .menu>ul>li{
      padding: 12px 12px;
      border-right: solid #f44336;
      color: #68696b;
      position: relative;
      font-size: 13px;
    }
  
    .menu{
      position: fixed;
      background: #f44336;
      height: 100vh;
      width: 200px;
      top: 0;
      right: -200px;
      text-align: left;
      z-index: 2;
      transition: 1s;
  
  }
     
      .menu ul li a{
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      }
      
      nav .fas{
          display: block;
          color: #6b4199;
          margin: 10px;
          font-size: 30px;
          cursor: pointer;
  
      }
  
      
  
  }

.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/About\ Us\ Header.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;

}
.sub-header h1{
    margin-top: 100px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;

}

.btn{
    background-color: #6b4199;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    border-radius: 55px;
    transition: all 0.3s;
    
}
.btn:hover{
    transform: scale(1.15);
}

.btn--download{
    padding: 16px 32px;
    font-size: 16px;
    position: fixed;
    bottom: 400px;
    left: calc(50% - 130px);
    z-index: 100;
    box-shadow: 0 6px 23px rgba(0,0,0,0.45);
    animation: fade-up 0.5s 0.4s backwards;


}

.button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 95px;
    width: 360px;
    background: #6b4199;
    border-radius: 55px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    overflow: hidden;
}
.button.active{
    height: 20px;
    width: 500px;
}



.button::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    border-radius: 55px;
    background: #5b13b9;

}

.button.active::before{
    animation: layer 6s ease-in-out forwards;
}
@keyframes layer {
    100%{
        left: 0%;
    }
    
}

.button .content{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    transition-delay: 0.2s;

}
.button.active .content{
    transform: translateY(60px);

}
.content i,
.content .button-text{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.content .button-text{
    font-size: 28px;
    margin-left: 8px;

}

/*----------------------Footer---------------------*/
.container2{
	max-width: 1170px;
	margin:auto;
}
.row2{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #6b4199;
    padding: 25px 0;
    margin-top: 300px;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 0%;
}
.footer-col h4:hover::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 40%;
    transition: 0.5s ease;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
