@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
    background-color: black;
}
.btn{
  position: absolute;
  top: 25px;
  right: 25px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}
/* .btn.click{
  right: 260px;
} */
.btn span{
  color: #EDBE50;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before{
  content: '\f00d';
}
.sidebar{
  position: fixed;
  width: 200px;
  height: 100%;
  right: -250px;
  background: #1b1b1b;
  transition: left 0.4s ease;
}
.sidebar.show{
  right: 0px;
}
.sidebar .text{
  color: #EDBE50;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}
nav ul{
  background: #1b1b1b;
  height: 100%;
  width: 100%;
  list-style: none;
}
nav ul li{
  line-height: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
nav ul li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}
nav ul li.active a{
  color: #EDBE50;
  background: #1e1e1e;
  border-left-color: #EDBE50;
}
nav ul li a:hover{
  background: #1e1e1e;
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .feat-show.show{
  display: block;
}
nav ul .serv-show.show1{
  display: block;
}
nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 12px;
  color: #e6e6e6;
  padding-left: 50px;
}
nav ul li.active ul li a{
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color: #EDBE50!important;
  background: #1e1e1e!important;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #202020;
  z-index: -1;
  text-align: center;
}
.content .header{
  font-size: 45px;
  font-weight: 600;
}
.content p{
  font-size: 30px;
  font-weight: 500;
}

.sidebar{
  /* position: absolute; */
  z-index: 3;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

/* *{
    padding: 0;
    margin: 0;
}

body{
    background-color: black;
    margin: 0;
    padding: 0 0 200px;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #EDBE50;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #EDBE50;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
        color: #EDBE50;
    }
    .nav-links{
        position: absolute;
        background: black;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;

    }
    nav .fa{
        display: block;
        color: #EDBE50;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
		color: #EDBE50;
    }
	.nav-links ul li a{
		color: #EDBE50;
	}
} */

.About{
    /* width: 100%; */
    text-align: center;
    padding: 30px 0;
}

.About h3{
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

.About p{
    margin-bottom: 35px;
}

.About img{
    width: 200px;
    height: 250px;
    border-radius: 5px;
}

.icons .fa{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    margin-top: -10vh;
}

/* .footer{
    font-size: 14px;
    text-align: center;
    color: #777;
    margin-top: 2vh;
    margin-bottom: 0;
} */

nav img{
    width: 100px;

}

.youtube{
    text-align: center;
    width: 420;
    height: 345;
    margin-bottom: 100px;
}

.view{
    text-align: center;
    /* bottom: 10%;
    margin-top: 10%; */
    padding-top: 20px;
    /* border-top: 1px solid #999; */
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.viewmore{
    width: 400px;
    height: 50px;
    font-size: 50;
    margin-bottom: 20px;
    background-color: #EDBE50;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: black;
    font-size: 17px;
    font-family: 'Arial';
    font-weight: 600;
    transition: 0.5s;
}

.footer{
    /* position: fixed; */
    bottom: 0%;
    /* min-height: 100vh; */
    /* left: 0%; */
    /* transform: translateX(-50%); */
    width: 100%;
    /* height: 200px; */
    text-align: center;
    /* padding: 30px 0; */
    color: #EDBE50;
    /* overflow-y: hidden; */
    font-weight: 200;
    font-size: 10px;
    margin-top: 100px;
    /* margin-bottom: 100px; */
  }

@media screen and (max-width: 560px){
    .youtube{
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        margin-bottom: 5px;
    }
    .youtube iframe{
        left: 0;
        top: 0;
        height: 100%;
        width: 80%;
        position: absolute;
        margin-left: 45px;
        /* margin-right: 50px; */
    }
    .viewmore{
        width: 250px;
    }
    .footer{
        margin-top: 100px;
        margin-bottom: -150px;
    }
}