body{
    background-image: url('bgimg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100%;
    font-family: 'Jura', sans-serif;
    color: #fff;
}
.section{
    margin-top: 60px;
    margin-bottom: 60px;
}
.contact-section{
    background-color: rgba(0, 0, 0, 0.672);
}
footer{
    padding: 50px 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
.header-row{
    margin-bottom: 50px;
}
.project-row{
    margin-bottom: 50px;
}
.navbar-brand {
    max-width: 50%;
}
.navbar-light .navbar-toggler{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #bdf9f5;;
}
.hamburger-inner, .hamburger--elastic .hamburger-inner::before, .hamburger--elastic .hamburger-inner::after{
    background-color: #bdf9f5;
}
.sb-link{
    padding:12px 30px;
    transition: .3 all;
}
.nav-link, .sb-link{
    color: #bdf9f5 !important;
    font-size: 24px;
    transition: 0.3s all;
    border:5px solid #0000;

    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9,9,121,0) 35%, rgba(0,212,255,0) 100%);
    /* border-radius: 10px; */
}
.nav-link:hover, .sb-link:hover{

    transition: 0.3s all;
    border:5px solid #fff1;
    background: linear-gradient(45deg, rgba(2,0,36,0.5) 0%, rgba(9,9,121,0.5) 35%, rgba(0,212,255,0.5) 100%);
   /* border-radius: 50px; */
}
h1{
  font-family: 'Lilita One', cursive;
}
.caro-inside{
  height: 500px;
  background: linear-gradient(90deg, rgba(2,0,36,0.5) 0%, rgba(9,9,121,0.5) 35%, rgba(0,212,255,0.5) 100%);
}
.carousel-item{
  background-size: cover;
  background-position: center;
}
.center-text{
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

h2{
    font-family: 'Jura', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    text-align: center;
    margin-top: 30px;
    
    color: #bdf9f5;
}

.center-text h2{
    font-weight: 300;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #fff;
}

.center-text h1{
    font-weight: 400;
    font-size: 110px;
    line-height: 57px;
    text-align: center;
    margin-top: 30px;
    color: #bdf9f5;
}

.projectslider{
    max-height: 358px;
    overflow: hidden;
}

.projectslider .carousel-item{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* width: 0 auto; */
}

.projectslider .carousel-item.active{
    display: flex;
}

.social-items a{
    font-size: 45px;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .center-text h2{

        font-size: 30px;

    }
    
    .center-text h1{
        
        font-size: 50px;
       
    }
  }