*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: sans-serif;
}
body{
  
}
  a{
  text-decoration: none;
  color:white;
  font-size: 30px;
}
ul{
  list-style: none;
}
.logo{
  font-size: 30px;
}
.active{
  color: #fb360d;
  
}
.navbar{
  position: absolute;
  top:0;
  left:0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px;
  color: whitesmoke;
}
.nav-links{
  display: flex;
  align-items: center;
}
.nav-links li{
  margin: 0 30px;
}
.menu-btn{
  position: absolute;
  top: 20px;
  right:30px;
  width: 10%;
  cursor: pointer;
  display: none;
}
header{
  height: 70vh;
  width: 100vw;
  background: #fb036b ;
  background-image: url(444.jpg);
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;

}
.header-container{
  margin: 150px;
  color: whitesmoke;
  text-align: center;

}
.header-container h1{
  font-size: 5vmin;
}
.header-container h2{
  font-size:7vmin ;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-bottom:whitesmoke ;}

.line{
  width: 150px;
  height: 4px;
  margin: 10px auto;
  border-radius: 5px;
  background:#fb036b ;
}
.ctn{
  padding:8px 15px ;
  background:#fb036b ;
  border-radius:30px ;
  color:whitesmoke ;
    margin: 20px auto;
    
}
.content-col{
width: 100%;


}
.content-col h1{
font-size: 7vmin;
color:#484872;
text-align: center;
margin-top: 10%;
}
.content-col .line{
  margin-left: -1px: 
}
.content-col h2{
  
  color: #34345e;
  margin-left: 10%;
  font-size: 3vmin;
  padding: 10px;

}
.content-col p{
padding: 0;
margin: 15px auto;
font-size: 2vmin;

width: 80%;

}
.content-col .ctn{

  margin-left: -100px;
  }



.explore{
  width: 100%;
  padding: 20px;
  background-image:url(444.jpg) ;


  background-size: cover;
  background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
flex-direction: column;

}
.explore:hover{
    background:rgba(225,225,225,0.25);
}
.explore-content{
  width: 60%;
  padding: 20px;
  color: whitesmoke;
  display: flex;
  align-items: center;
  flex-direction: column;

}
.explore-content h1{
font-size: 5vmin;
margin: 0px;
  color: #34495e;
}

.explore-content p{
  color: #34495e;

  font-size: 3vmin;
  line-height: 30px;

}
.explore-content .line{
  margin-bottom:  30px;
}
.explore-content .ctn{
  margin-top: 40px;
}
@media (max-width:991px){
  .menu-btn{
    display: block;
    Width:30px;
  }
  .navbar{
    padding:0;
  }
  .logo{
    position: absolute;
    top:30px;
    left:30px;
  }
  .nav-links{
    flex-direction: column;
    width: 100%;
    height: 100vh;
  justify-content: center;
  background: #34495e;
  margin-top:-900px;
  transition:all 0.5s ease;
  }
  .mobile-menu{
    margin-top: 0;
    border-bottom-right-radius: 30%;
  }
  .nav-links li{
    margin: 30px auto;
  }
  .ctn{
    font-size: 20px;
  }
   .explore-content h1{
font-size: 7vmin;

}
.header-container h1{
  font-size: 5vmin;
  margin: 0;
}
.line{
  margin: 5px auto;
 
}

  .header-container{
  margin: 50px;
 

}
}
@media (max-width:400px){
  .menu-btn{
    display: block;
  }
  .navbar{
    padding:0;
  }
  .logo{
    position: absolute;
    top:30px;
    left:30px;
  }
  .nav-links{
    flex-direction: column;
    width: 100%;
    height: 100vh;
  justify-content: center;
  background: #34495e;
  margin-top:-900px;
  transition:all 0.5s ease;
  }
  .mobile-menu{
    margin-top: 0;
    border-bottom-right-radius: 30%;
  }
  .nav-links li{
    margin: 30px auto;
  }
  .ctn{
    font-size: 20px;
  }
   .explore-content h1{
font-size: 7vmin;

}
.header-container h1{
  font-size: 5vmin;
  margin: 0;
}
.line{
  margin: 5px auto;
 
}

  .header-container{
  margin: 50px;
 

}
}