*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
body{
  background-color: #370617;
  font-family: "Roboto", sans-serif; 
letter-spacing: 1px;
}
/*  */
header {
background-color: #370617;
height: 70px;
align-content: center;
}

header nav {
display: flex;
justify-content: space-between;
align-items: center;
}

header h1{
margin-left: 30px;
color: white;
font-family: "Kalam", cursive;
font-weight: 900;
font-style: normal;
}

.nav-menu {
display: flex;
align-items: center
}

.nav-links {
margin: 0 20px;
color: #faa307;
transition: 0.7s ease;
border: 2px solid transparent;
}

.nav-links:hover {
color: whitesmoke;
border-bottom-color: whitesmoke;
}
.nav-form{
background: #FAA307;
padding: 8px 15px;
border-radius: 15px;
margin-right: 20px;
}
header a.nav-form{
color: black;
letter-spacing: 1px;
}

.hamburger {
display: none;
cursor: pointer;
}

.bar {
background-color: #faa307;
height: 2px;
width: 30px;
margin: 5px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}

@media only screen and (max-width:846px) {
.hamburger {
  display: block;
  align-content: center;
  margin: 0 20px;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

.logo {
  margin: 0 20px
}

.nav-menu {
  display: block;
  position: absolute;
  top: 70px;
  left: -100%;
  background: #370617;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
}

.nav-items {
  margin: 30px;
}

.nav-menu.active {
  left: 0;
}
}
/*  */
.main{
  background: url(../images/banner\ 1800\ by\ 800\ 2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main h2{
 color: white;
  text-transform: uppercase;
  font-size: 60px;
  text-shadow: 3px 3px 1px black;
}

/*  */
.featured-event{
text-align: center;
margin: 40px;
}
.featured-event h2{
font-size: 40px;
text-transform: capitalize;
color: white;
}

.conatiner-main{
  background-image: url(../images/circle-scatter-haikei.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
.container-02 {
position: relative;
display: flex;
  justify-content: center;
}
.container-02 .contentBox img{
width: 300px;
height: 200px;
margin-top: -200px

}
.container-02 .contentboximg img{
width: 300px;
height: 200px;
margin-top: -130px;

}

.container-02:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.container-02:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.container-02 .glassmorphic-card {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
z-index: 1;
width: 280px;
height: 400px;
padding: 40px 30px;
margin: 28px;
box-shadow: 20px 20px 50px rgba(0,0,0, 0.5);
border-radius: 15px;
border-top: 1px solid rgba(255,255,255,0.5);
border-left: 1px solid rgba(255,255,255,0.5);
background: rgba(255,255,255,0.1);
backdrop-filter: blur(5px);
overflow: hidden;
}
.container-02 .glassmorphic-card:before {
content: '';
position: absolute;
width: 50%;
height: 100%;
top: 0;
left: 0;
font-size: 10em;
background: rgba(255,255,255,0.05);
pointer-events: none;
}
.container-02 .glassmorphic-card .imgBox {
position: relative;
text-align: center;
}
.container-02 .glassmorphic-card .imgBox i {
font-size: max(80px);
color: rgba(255,255,255, 0.1);
}
.container-02 .glassmorphic-card .contentBox {
position: relative;
margin-top: 20px;
text-align:center;
transition: 0.5s;
}
.container-02 .glassmorphic-card .contentBox:before {
/* content: 'DIGITAL'; */
position: absolute;
top: -50px;
left: -125px;
width: 100%;
font-size: 4em;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2px;
transform: rotate(-90deg);
color: rgba(0,0,0,0.2);
}
.container-02 .glassmorphic-card .contentBox h3 {
font-size: 1.8em;
color: #fff;
z-index: 1;
}
.container-02 .glassmorphic-card .contentBox p {
font-size: 1em;
color: #fff;
font-weight: 300;
}
.container-02 .glassmorphic-card .contentBox a {
position: relative;
display: inline-block;
padding: 8px 20px;
margin-top: 15px;
background: #fff;
border-top: 1px solid rgba(255,255,255,0.1);
border-left: 1px solid rgba(255,255,255,0.1);
color: #000;
border-radius: 20px;
text-decoration: none;
font-weight: 500;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.container-02 p {
z-index: 12;
margin: 20px auto 10px;
position: relative;
color: #fff;
}
.container-02 p span {
font-weight: 700;
}


/*  */
.related-program{
  text-align: center;
  margin: 40px;
}
.related-program h2{
  font-size: 40px;
  text-transform: capitalize;
  color: white;
}
.tech-main{
  display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
 }
 .tech-list{
   margin: 15px;
   background: #faa307;
   color: #370617;
   text-align: center;
   height: 420px;
   box-shadow: 3px 3px 3px black;
   width: 300px;
 }
 .tech-image1{
   height: 200px;
   background: url(../images/yoga\ 2.png);
   background-size: cover;
   background-position: center;
 }
 .tech-image2{
  height: 200px;
  background: url(../images/yoga\ 3.jpg);
  background-size: cover;
  background-position: center;
}
.tech-image3{
  height: 200px;
  background: url(../images/yoga\ 1.jpg);
  background-size: cover;
  background-position: center;
}
 .tech-list p{
   padding: 15px;
   font-size: 18px;
 }
.tech-list h3{
font-size: 25px;
margin-top: 10px;
}

.tech-list .tech-btn a{
  text-decoration: none;
  color: #faa307;
  background: #370617;
  padding: 8px 14px;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width:1160px){
.conatiner-main {
flex-direction: column;
justify-content: center;
}
}


     
    
     
footer{
background: url(../images/wave-haikei.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-main {
  display: flex;
  color: white;
  justify-content: space-around;
  padding: 50px
  
}

.footer-main .footer-list .social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-list .contact {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0;
}

.footer-main .footer-list h3 {
  font-size: 25px;
  text-transform: capitalize;
  margin: 25px 0;
}

.footer-main .footer-list a {
  text-transform: capitalize;
  color: white;
  font-size: 18px;
}

.footer-main .footer-list .footer-links {
  margin: 5px 0;
}

@media screen and (max-width:860px){
.footer-main{
flex-direction: column;
}
}
footer p{
text-align: center;
color: white;
padding: 0 0 30px ;
}
footer p a{
  color: white;
}