body{
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(90deg, rgba(55,31,107,1) 0%, rgba(164,71,140,1) 49%, rgba(110,110,110,1) 100%);
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
  }

  .nav-up {
    top: -75px;
  }
  
  /* Responsive Navigation */
  
  .responsive-nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: rgba(250, 250, 250, .95);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .navbar-toggle {
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .navbar-nav {
    margin: 0;
    border: none;
  }
  
  #main-nav ul {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 59px;
    width: 100%;
  }
  
  #main-nav ul li {
    margin: 15px 0px;
  }
  
  #main-nav ul li:hover {
    background-color: transparent;
  }
  
  #main-nav ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: none;
    border: none;
  }
  
  #main-nav ul li a:hover {
    opacity: 0.5;
    background-color: transparent;
  }
  
  .navbar-toggle span {
    background-color: #232323;
  }
  
  
  /* Sidebar Style */
  
  .sidebar-navigation {
    width: 22.5%;
    float: left;
    height: 100%;
    position: fixed;
    background-color: rgba(12, 12, 12, 0.9);
    z-index: 10;
  }
  
  .sidebar-navigation .logo {
    position: absolute;
    width: 100%;
    height: 140px;
    line-height: 100px;
    background-color: #45489a;
    padding: 20px;
    text-align: center;
  }
  
  .sidebar-navigation .logo a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 100px;
    width: 100%;
    display: inline-block;
    border: 1px solid rgba(250, 250, 250, 0.5);
  }
  
  .sidebar-navigation .logo em {
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  
  .sidebar-navigation nav {
    position: relative;
    top: 60%;
    left: 60%;
    -webkit-transform: translateX(-60%) translateY(-60%);
    -moz-transform: translateX(-60%) translateY(-60%);
    -ms-transform: translateX(-60%) translateY(-60%);
    -o-transform: translateX(-60%) translateY(-60%);
    transform: translateX(-60%) translateY(-60%);
  }
  
  .sidebar-navigation ul {
    margin-left: 45px;
    list-style: none;
    padding: 0;
  }
  
  .sidebar-navigation li {
    padding: 10px 0;
  }
  
  .sidebar-navigation span {
    display: inline-block;
    position: relative;
  }
  
  .sidebar-navigation nav a {
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
  }
  
  .circle {
    margin-right: 5px;
    height: 10px;
    width: 10px;
    left: 0px;
    top: -1px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 0.3s;
  }
  
  .rect {
    height: 1px;
    width: 0px;
    left: 0;
    bottom: 5.5px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.1s, width 0.6s;
    -moz-transition: -webkit-transform 0.1s, width 0.6s;
    transition: transform 0.1s, width 0.6s;
  }
  
  .sidebar-navigation nav a:focus {
    color: #fff;
  }
  
  .sidebar-navigation nav a:hover, nav .active-section {
    color: #fff;
  }
  
  .sidebar-navigation nav a:hover span, nav .active-section span {
    background-color: #ddd;
  }
  
  .sidebar-navigation nav .active-section .rect {
    width: 30px;
  }
  
  .sidebar-navigation nav .active-section .circle {
    background-color: #fff;
  }
  
  .sidebar-navigation .social-icons {
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  
  .sidebar-navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .sidebar-navigation .social-icons li:last-child {
    margin-right: 0px;
  }
  
  .sidebar-navigation .social-icons li a {
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
  }
  
  .sidebar-navigation .social-icons li a:hover {
    color: #45489a;
  }
  
  
  /* Slider Style */
  
  .slider .content-section {
    padding-top: 0px;
    min-width: 100%;
    min-height: 100vh;
    width: 100%;
    height: 100vh;
    text-align: center;
  }
  
  .slider p a {
    color: #FFF;
  }
  
  .slider p a:hover {
    color: #FF0;
    text-decoration: none;
  }
  
  .Modern-Slider .info {
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }
  
  .Modern-Slider .info h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
  }
  
  .Modern-Slider .info p {
    font-size: 20px;
    color: #fff;
  }
  
  .Modern-Slider .info .white-button {
    margin-top: 30px;
  }
  
  .Modern-Slider .info .white-button a:focus {
    outline: none;
  }
  
  .Modern-Slider .slick-dots {
    opacity: 0;
  }
  
  .Modern-Slider .NextArrow {
    outline: none;
    display: none;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
  }
  
  .Modern-Slider .NextArrow:before {
    content: '\f105';
  }
  
  .Modern-Slider .PrevArrow {
    outline: none;
    position: absolute;
    top: 60px;
    right: 120px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
  }
  
  .Modern-Slider .item .image {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: block;
  }
  
  .Modern-Slider .item-1 .image {
    background-image: url(../img/slide.png);
  }
  
  .Modern-Slider .PrevArrow:before {
    content: '\f104';
  }
  
  .Modern-Slider .item .image {
    animation: zoomin 12s ease-in-out infinite alternate;
    -webkit-animation: zoomin 12s ease-in-out infinite alternate;
  }
  
  @keyframes zoomin {
    0% {
      -webkit-transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(1.2);
    }
  }
  
  .Modern-Slider {
    background: transparent;
  }

  .container{
      padding-top: 20%;
    padding-left: 20%;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 100vh;
}

.btn1{
    margin-right: 20px;
    width: 200px;
    height: 100px;
    border: none;
    color: white;
    background-color: rgb(255,0,68);
    border-radius: 6px;
    box-shadow: inset 0 0 0 0 #f9e506;
    transition: ease-out 0.6s;
    font-size: 25px;
    outline: none;
}

.btn1:hover{
    box-shadow: inset 300px 0 0 0 #f9e506;
    cursor: pointer;
    color: #000;
}

.btn2{
    width: 200px;
    height: 100px;
    border: none;
    color: black;
    border-radius: 4px;
    transition: ease-out 0.3s;
    font-size: 25px;
    outline: none;
    border: 3px solid #42FBF2;
    position: relative;
    z-index: 1;
}

.btn2:hover{
    color: #fff;
    cursor: pointer;
}

.btn2::before{
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #42FBF2;
}
