@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;1,400&display=swap');
html{
    scroll-behavior: smooth;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: Source Sans Pro;
}

.container .menu-icon{
   position: absolute;
   color: #131313;
   font-size: 30px;
   right: 42px;
   top: 24px;
   cursor: pointer;
   z-index: 1;
}
.menu-container{
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: rgb(247, 247, 247);
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.menu-content{
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
.menu-content a{
  margin-left: 10rem;
  padding: 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: Source Sans Pro;
  color: black;
  display: block;
  transition: .3s ease-in-out;
}
.menu-content a:hover{
  background-color: #fff;
}
.menu-container .closebtn{
  position: absolute;
  top: 26px;
  right: 48px;
  font-size: 40px;
  color: #000;
  z-index: 1;
  cursor: pointer;
}
.menu-secondcontent{
  position: relative;
  top: 25%;
  width: 100%;
  text-align: justify;
  margin-top: 30px;
}
.menu-secondcontent p{
  font-size: 20px;
}
/*btn*/
.startup-button{
  top: 1px;
  border-radius: 0;
  background-color: #e80000;
  border-color: #0000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 3px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.startup-button a {
  color: #000;
}
.startup-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.startup-button span:after {
  white-space: 10px;
  content:'\27F6';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  transition: 0.5s;
}

.startup-button:hover span {
  padding-right: 30px;
}

.startup-button:hover span:after {
  opacity: 1;
  right: 0;
}
/*end btn*/

/*----------------------------------------Media Queries----------------------------------------------*/
@media screen and (max-width:48em) {
  .container .menu-icon{
   position: absolute;
   color: #131313;
   font-size: 30px;
   right: 42px;
   top: 10px;
   cursor: pointer;
   z-index: 1;
}
.menu-container{
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: rgb(247, 247, 247);
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.menu-content{
margin-top: 10px;
}
.menu-content a{
  margin-left: 1rem;
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  font-family: Source Sans Pro;
  color: black;
  display: block;
  transition: .3s ease-in-out;
}
.menu-content a:hover{
  background-color: #fff;
}
.menu-container .closebtn{
  position: absolute;
  top: 26px;
  right: 48px;
  font-size: 29px;
  color: #000;
  z-index: 1;
  cursor: pointer;
}
.menu-secondcontent{
  text-align: justify;
  margin-top: 5px;
}
.menu-secondcontent p{
  font-size: 12px;
}
/*btn*/
.startup-button{
  top: 1px;
  border-radius: 0;
  background-color: #e80000;
  border-color: #0000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 3px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.startup-button a {
  color: #000;
}
.startup-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.startup-button span:after {
  white-space: 10px;
  content:'\27F6';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  transition: 0.5s;
}

.startup-button:hover span {
  padding-right: 30px;
}

.startup-button:hover span:after {
  opacity: 1;
  right: 0;
}
  
}
  

@media screen and (max-width: 366px) and (max-device-height: 499px)  {
  .container .menu-icon{
   position: absolute;
   color: #131313;
   font-size: 30px;
   right: 42px;
   top: 10px;
   cursor: pointer;
   z-index: 1;
}
.menu-container{
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: rgb(247, 247, 247);
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.menu-content{
  top: 10%;
  width: 100%;
  text-align: left;
}
.menu-content a{
  margin-left: 1rem;
  padding: 6px;
  text-decoration: none;
  font-size: 19px;
  font-family: Source Sans Pro;
  color: black;
  display: block;
  transition: .3s ease-in-out;
}
.menu-content a:hover{
  background-color: #fff;
}
.menu-container .closebtn{
  position: absolute;
  top: 16px;
  right: 48px;
  font-size: 29px;
  color: #000;
  z-index: 1;
  cursor: pointer;
}

.menu-secondcontent{
  text-align: justify;
  top: 16rem;
  margin-top: 5px;
}
.menu-secondcontent p{
  font-size: 12px;
}
/*btn*/
.startup-button{
  top: 1px;
  border-radius: 0;
  background-color: #e80000;
  border-color: #0000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 3px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.startup-button a {
  color: #000;
}
.startup-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.startup-button span:after {
  white-space: 10px;
  content:'\27F6';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  transition: 0.5s;
}

.startup-button:hover span {
  padding-right: 30px;
}

.startup-button:hover span:after {
  opacity: 1;
  right: 0;
}

}

/* @media screen and (max-width: 1400px){
  .container{
    display: none;
  }
} */