html{
  scroll-behavior: smooth;
}
*{
  margin: 0px;
  padding: 0px;
}
.header{
  background-color: #1D1D1D;
  padding: 20px 0px;
}
.header .btn1{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  margin-right: 20px;
  transition: 0.5s;
  margin-top: 18px;
}
.header .btn1:hover{
  color: #fff;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
}
.header .btn2{
  color: white;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  transition: 0.5s;
}
.header .btn2:hover{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
}
#navbar {
  overflow: hidden;
  background-color: #111111;
  z-index: 999;
}
.navbar {
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color: white;
  font-weight: bold;
  padding: 14px 20px;
  transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #FBBD18;
}
.main-link{
  color: #FBBD18;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
.carousel{
  height: 570px;
}
@media(max-width: 480px){
  .carousel{
  height: 370px;
}
}
.carousel .first-carousel{
  background-image: url(../images/1.jpg);
  background-size: cover;
  height: 570px;
  background-position: center;
  text-align: center;
  vertical-align: center;
  color: white;
}
@media(max-width: 480px){
  .carousel .first-carousel{
    height: 370px;
  }
}
.carousel .first-carousel h2{
  font-weight: bold;
  font-size: 65px;
  padding-top: 160px;
}
@media(max-width: 480px){
  .carousel .first-carousel h2{
  font-size: 35px;
  padding-top: 100px;
}
}
.carousel .first-carousel button{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  margin-right: 20px;
  transition: 0.5s;
}
.carousel .first-carousel button:hover{
  color: #fff;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
}
.carousel .second-carousel{
  background-image: url(../images/2.jpg);
  background-size: cover;
  height: 570px;
  background-position: center;
  text-align: center;
  vertical-align: center;
  color: white;
}
@media(max-width: 480px){
  .carousel .second-carousel{
    height: 370px;
  }
}
.carousel .second-carousel h2{
  font-weight: bold;
  font-size: 65px;
  padding-top: 160px;
}
@media(max-width: 480px){
  .carousel .second-carousel h2{
  font-size: 35px;
  padding-top: 100px;
}
}
.carousel .second-carousel button{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  margin-right: 20px;
  transition: 0.5s;
}
.carousel .second-carousel button:hover{
  color: #fff;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
}
.banner-1{
  background-color: #111111;
}
.banner-1 .box{
  background-color: #1D1D1D;
  color: white;
  padding: 50px 30px;
}
.banner-1 .box img{
  float: left;
  margin-right: 20px;
}
.banner-1 .box h6{
  font-weight: bold;
}
.aboutus{
  background-color: #111111;
  padding: 60px 0px;
  color: white;
}
.aboutus h2{
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
.aboutus #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FBBD18;
}
.aboutus .nav-link:hover{
  color: white;
}
.aboutus #tabs button{
  color: white;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  margin-top: 20px;
  transition:0.5s;
}
.aboutus #tabs button:hover{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
}
.IMMUTABILITY{
  background-color: #1D1D1D;
  text-align: center;
}
.IMMUTABILITY .IMMUTABILITY-left{
  margin-left: 100px;
  color: white;
  padding: 60px 0px;
}
.IMMUTABILITY .IMMUTABILITY-left .box{
  padding: 20px 30px;
}
.IMMUTABILITY .IMMUTABILITY-left .box img{
	padding-bottom: 10px;
}
.IMMUTABILITY .IMMUTABILITY-img{
  width:100%;
  height:850px;
}
@media (max-width: 480px){
  .IMMUTABILITY .IMMUTABILITY-img{
    width: 100%;
    height: auto;
  }
}
.PACKAGES{
  padding: 60px 0px;
  background-color: #111111;
  color: white;
}
.PACKAGES h2{
  color: white;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.PACKAGES #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FBBD18;
}
.PACKAGES .nav-link:hover{
  color: white;
}
.PACKAGES #tabs button{
  color: white;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  margin-top: 20px;
}
.PACKAGES .PACKAGES-p{
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
.PACKAGES .PACKAGES-p::after{
  content: '';
  background-color: #FBBD18;
  width: 30px;
  height: 2px;
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
}
.PACKAGES .PACKAGES-p::before{
  content: '';
  background-color: #FBBD18;
  width: 30px;
  height: 2px;
  position: absolute;
  margin-top: 12px;
  margin-left: -40px;
}
.PACKAGES #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FBBD18;
}
.PACKAGES .nav-link:hover{
  color: white;
}
.PACKAGES #tabs button{
  color: white;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  margin-top: 20px;
  transition: 0.5s;
}
.PACKAGES #tabs button:hover{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
}
.PACKAGES .box{
  background-color: #1D1D1D;
  padding: 50px 30px;
  text-align: center;
  margin: 20px 0px;
}
.PACKAGES nav{
  text-align: center;
}
.GET-STARTED{
  padding: 120px 0px;
  text-align: center;
      background-color: rgba(0, 0, 0, 0.7);
}
.GET-STARTED h2{
  color: white;
  font-weight: bold;
  font-size: 40px;
}
.GET-STARTED button{
  color: white;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  transition: 0.5s;
}
.GET-STARTED button:hover{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
}
.footer{
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #0C0C0C;
  color: white; 
  line-height: 1.8;
}
.footer h6{
  color: #FBBD18;
  font-weight: bold;
}
.footer ul li{
  list-style-type: none;
  transition: 0.4s;
}

.footer .box{
  width: 45%;
  float: left;
  margin: 5px;
}
.footer hr{
  background-color: white;
}
.footer i{
  margin-right: 10px;
  transition: 0.5s;
}
.footer i:hover{
	color: #FBBD18;
}
.footer h4{
  color: #FBBD18;
  font-weight: bold;
}
.footer a{
  color: white;
  transition: 0.5s;
}
.footer ul li a:hover{
	color: #FBBD18;
	text-decoration: none;
}
.footer p{
  font-size: 14px;
}
.aboutus-header{
  padding: 100px 0px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.aboutus-header h2{
  font-weight: bold;
  font-size: 45px;
}
.MISSION{
  padding: 100px 0px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.MISSION h2{
  font-weight: bold;
  font-size: 45px;
}
.MISSION-STATEMENT{
  background-color: #111111;
  padding: 40px 0px;
}
.MISSION-STATEMENT h2{
  color: white;
  font-weight: bold;
  font-size: 40px;
  margin-top: 30px;
}
.MISSION-STATEMENT h2:hover{
  color: #FBBD18;
}
.MISSION-STATEMENT img{
  width: 100%;
}
.MISSION-STATEMENT p{
  line-height: 1.8;
  font-size: 14px;
  color: white;
  margin: 20px 0px;
}
.contact{
  padding: 100px 0px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.contact h2{
  font-weight: bold;
  font-size: 45px;
}
.contact-us{
  padding: 60px 0px;
  background-color: #111111;
}
.contact-us h3{
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.contact-us form{
  box-shadow: 1px 5px 12px 5px #4f4e4e;
  padding: 30px;
  background-color: #1D1D1D;
}
.contact-us h3{
  font-weight: bold;
  font-size: 40px;
}
.contact-us button{
  color: white;
  background-color: #FBBD18;
  border: 1px solid #FBBD18;
  padding: 10px 30px;
  font-weight: bold;
  transition: 0.5s;
}
.contact-us button:hover{
  color: #FBBD18;
  background-color: transparent;
  border: 1px solid #FBBD18;
  box-shadow: none;
}
.contact-us input{
  background-color: #E8EBED;
  border: none;
  padding: 20px;
}
.contact-us textarea{
  background-color: #E8EBED;
  border: none;
  padding: 20px;
}
.login-carousel .carousel{
  height: 600px;
}
@media (max-width: 480px) {
.login-carousel .carousel{
  display: none;
}
}
.login-carousel p{
  text-align: center;
  position: absolute;
  margin-left: 10px;
  margin-top: 400px;
  color: white;
  font-size: 20px;
}
.login-carousel .carousel-first{
  background-image: url(../images/8.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
} 
.login-carousel .carousel-second{
  background-image: url(../images/9.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
.login-carousel .carousel-third{
  background-image: url(../images/10.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
#login{
  text-align: center;
  background-color: black;
  color: white;
  height: 100vh;
  padding: 100px 250px;
}
@media (max-width: 480px) {
#login{
  height: 100%;
  padding: 30px 30px;
}
}
#login h2{
  font-size: 45px;
  font-weight: bold;
}
#login p{
  margin-bottom: 50px;
}
#login button{
  color: white;
  background-color: #FBBD18;
  padding: 10px;
  border: none;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.register-carousel .carousel{
  height: 600px;
}
@media (max-width: 480px) {
.register-carousel .carousel{
  display: none;
}
}
.register-carousel p{
  text-align: center;
  position: absolute;
  margin-left: 10px;
  margin-top: 400px;
  color: white;
  font-size: 20px;
}
.register-carousel .carousel-first{
  background-image: url(../images/8.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
} 
.register-carousel .carousel-second{
  background-image: url(../images/9.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
.register-carousel .carousel-third{
  background-image: url(../images/10.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
}
#register{
  text-align: center;
  background-color: black;
  color: white;
  padding: 50px 250px;
}
@media (max-width: 480px) {
#register{
  height: 100%;
  padding: 30px 30px;
}
}
#register h2{
  font-size: 45px;
  font-weight: bold;
}
#register button{
  color: white;
  background-color: #FBBD18;
  padding: 10px;
  border: none;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FBBD18;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 40px;
}
#myBtn:hover {
  background-color: #555;
}