@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

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

html {
  scroll-behavior: smooth;
}

a{
    text-decoration: none;
}
li{
    list-style: none;
}
h3{
    font-size: 45px;
    line-height: 55px;
    color: #121212;
    font-weight: 600;
}
h6{
    font-size: 20px;
    line-height: 32px;
    color: #6c6c6c;
    margin-top: 16px;
    font-weight: normal;
}

.example_c {
  cursor: pointer;
	color: #ffff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	padding: 20px;
	border: 4px solid #ffffff !important;
	display: inline-block;
	transition: all 0.4s ease 0s;
}
.example_c:hover {
	color: #ffffff !important;
	background: #f6b93b;
	border-color: #f6b93b !important;
	transition: all 0.4s ease 0s;
}



/* Navbar styling */
nav{
    flex-wrap: wrap;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 12vh;
    padding: 1rem 4rem;
    background: transparent;
    transition: all 0.5s ease;
    background-color: rgb(253, 252, 251);
    z-index: 1;

    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;


  }
  
  .logo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgb(8, 8, 8);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size:22px;
  }

  nav img{
      width: 50px;
      height: 50px;
  }
  
  .nav-links{
    display: flex;
   
    width: 35%;
  }
  
  .nav-links li{
    list-style:none;
    
  }
  .nav-links a{
      padding-right: 2rem;
    color: rgb(8, 8, 8);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight:bold;
    font-size:14px;
  }
  
  .burger{
    display:none;
    cursor: pointer;
  }
  
  .burger div{
    width:25px;
    height:3px;
    background-color:rgb(7, 7, 7);
    margin: 5px;
    transition: all 0.3s ease
    
  }
  
/* social links */
nav .nav-social{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
nav h4{
    margin-top: 6px;
    margin-left: 6px;
}

nav .nav-social span{
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    color: #6c6c6c;
}

nav .nav-social ul{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}

nav .nav-social ul li {
    margin: 0 8px;
}

nav .nav-social ul li a{
    color: #6c6c6c;
    font-size: 22px;

}
nav .nav-social ul li a:hover{
    color: rgb(40, 167, 241);
}

/* Home */
.back{
    background-image: url(asset/banner2.png);
    width: 100%;
    height: 120vh;
    background-size: cover;
}
.back .overlay{
background-image: linear-gradient(rgba(246, 243, 243, 0.5),rgba(248, 244, 244, 0.5));
width: 100%;
height: 100%;
}


.buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    text-align: center;
  }

  .buttons h3 {
    font-size: 50px;
  }
  .container {
      margin-top: 200px;
    margin-bottom: 10px;
  }
  .container p {
      font-weight: 600;
  }
  
  
  .btn {
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
  }
  .btn:hover {
    text-decoration: none;
  }
  
  /*btn_background*/
  .effect04 {
    --uismLinkDisplay: var(--smLinkDisplay, inline-flex);
    display: var(--uismLinkDisplay);
    color: #000;
    outline: solid  2px rgb(248, 97, 10);
    position: relative;
    transition-duration: 0.4s;
    overflow: hidden;
  }
  
  .effect04::before,
  .effect04 span{
      margin: 0 auto;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      transition-duration: 0.4s;
  }
  
  .effect04:hover{
  
    background-color: #000;
  }
  
  /* HOVER */
  .effect04:hover span{
    -webkit-transform: translateY(-400%) scale(-0.1,20);
            transform: translateY(-400%) scale(-0.1,20);
  }
  
  .effect04::before{
    content: attr(data-sm-link-text);
      color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(500%) scale(-0.1,20);
            transform: translateY(500%) scale(-0.1,20);
  }
  
  .effect04:hover::before{
    letter-spacing: 0.05em;
    -webkit-transform: translateY(0) scale(1,1);
            transform: translateY(0) scale(1,1);
  }
/* section programs */
.section__programs{
  margin: 10px auto;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  justify-content: center;
  align-items: center;
}
.section__programs span{
  font-family: 'Ephesis', cursive;
}
.programs__container{
  display: flex;
  flex-direction: row;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
}
.card{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
  cursor: pointer;
  margin: 0 10px;
  color:#f3f0f1;
  background-image: url(asset/values/programs1.jpg);
  background-size: cover;
  background-position: center;
  padding: 30rem 0 0;
  width: 80%;
  background: linear-gradient(hsl(0, 0%, 0% /0), hsl(0, 0%, 0% / 1));
  
}
.card2{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
  margin: 0 10px;
  color:#f3f0f1;
  background-image: url(asset/values/programs2.jpg);
  background-size: cover;
  width: 80%;
  background-position: center;
  padding: 30rem 0 0;
  background: linear-gradient(hsl(0, 0%, 0% /0), hsl(0, 0%, 0% / 1));
  
}
.card-content{
 
  padding: 1.5rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(37, 33, 33, 0.5));
  height: 400px;
}
.card-title{
  position: relative;
  font-size: 2rem;
}

.card-title::after
{
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(205, 220, 228);
}


/* google Map  */
.section__map{
  overflow: hidden;
  padding: 10px;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 700px;

}
.map__show {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 400px;
}
.new__font{
  font-family: 'Ephesis', cursive;
}
/* cards values */
.section__values{
     width: 100%;
     height: 100%;
}


.section__values h1{
  padding: 10px 0;
  font-size: 45px;
  text-align: center;
  align-items: center;
  justify-content: center;
  
 
}
.container__values{
 
  max-width: 1125px;
  margin: 10px auto;
}
.gallery {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.gallery-item {
  
  cursor: pointer;
  width: 330px;
  height: 265px;
  margin: 10px;
  text-decoration: none;
}
.gallery-item img {
  cursor: pointer;
  background-position: center;
  position: absolute;
  object-fit: cover;
  width: 340px;
  height: 265px;
}
.text-wrapper {
  position: relative;
  width: 340px;
  height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.text-wrapper:hover {
  transition: all 0.8s ease;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.name {
  font-size: 1.5em;
}
.title{
  font-size: 1em;
}


/* footer */
footer{
	bottom: 0;
  font-family: 'Ephesis', cursive;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
	background-color: #000000;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	padding: 50px 50px 60px 50px;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #0799f5;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.footer-icons a:hover{
  color: #e0ac1c;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
/* media query mobile devices */
@media screen and (max-width:1024px){
  .nav-links{
    width:60%;
  }
}

.back{
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:768px){
  .Logo_text{
    font-size: 15px;
  }
  body{
    overflow-x: hidden;
  }
  nav h4{
      display: none;
  }
  .buttons {
    width: 100%;
    justify-content: center;
    padding-bottom: 4rem;
  }
 .buttons h3 {
   font-size: 50px;
   justify-content: center;
 }


  .back{
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
  }
  .programs__container{
    display: flex;
    flex-direction: column;
   
  }
  .card {
    margin-top: 3rem;
    
  }

  .nav-links{
    display: none;
    padding: 50px 0;
    position:absolute;
    right:0px;
    height:92vh;
    top: 10vh;
    background-color:#f3f0f1;
    display:flex;
    flex-direction: column;  
    align-items: center;
    width:50%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }
  .nav-links li{
    opacity: 0;
    font-size: 50px;
  }
  .nav-links li a{
      font-size: 20px;
      align-items: center;
  }
  .burger{
    display:block;
  }
  .map__show{
    
    width: 320px;
    height: 400px;
  }
  .card-content{
 
    height: 500px;
  }

}

.nav-active{
  transform: translateX(0%);
}

.container__values {
  justify-content: center;
  align-items: center;
 
}
.gallery {
  justify-content: center;
  align-items: center;
 
}




@keyframes navLinkFade{
  from{
    opacity:0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1{
  transform: rotate(-40deg) translate(-5px,6px);
}

.toggle .line2{
  transform: rotate(90deg) translate(0px,0px);
}

.toggle .line3{
  transform: rotate(35deg) translate(-5px,-6px);
}

/* Additional */

.map__info a{
  text-decoration: none;
  font-size: 35px;
  cursor: pointer;
  color: rgb(0, 177, 246);
}
.map__info a:hover{
  color: #e0ac1c;
}
