@import url(//fonts.googleapis.com/css?family=Lato:300:400);

html {
    scroll-behavior: smooth;
}

ul {
    list-style-type: none;
    
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
    background-color: rgb(15, 15, 15);
}


#zap {
    width: 20px;
}
.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}

.navbar-nav a:hover {
    color: rgb(173, 151, 151);
}

.navbar {
    background-color: rgb(31, 31, 31);
}

.nav-my img {
    width: 220px;
}

.w-100 {
    height: 100vh;
}

/* === Banner === */

#banner {
    color: #fff;
    padding-top: 20px;
    background-color: #222222;
    margin-top: 55px;
}



/* === Responsive CSS ===  */

@media only screen and (min-width: 768px) and (max-width: 991) {
    .carousel-caption {
        bottom: 370px;
    }

    .carousel-caption p {
        width: 100%;
    }

}

@media only screen and (max-width: 767) {
    .navbar-nav {
        text-align: center;
    }

    .carousel-caption {
        display: flex;
        
    }
   
    .carousel-caption h5 {
        font-size: 17px;
    }

    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }
}

/* === Services section === */

#services {
    padding: 80px 0;

}

.service-img {
    width: 100px;
    margin-top: 20px;
}

.services {
    padding: 20px;
    transition: 0.5s
}

.services:hover,
.services:focus {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
    border-radius: 25px 25px 25px 25px;
    transform: scale(1.1);
    /* background-color: #222222; */
    /* color: white; */
    /* background-image: url(assets/image/contact/phone.svg); */
}



.services h4 {
    padding: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}

.title::before {
    content: '';
    background: #222222;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background: #222222;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}


/* === Budget section === */
#budget {
    background-color: #222222;
    -webkit-box-shadow: 0px 0px 20px 6px #000000; 
    box-shadow: 0px 0px 20px 6px #000000;
}

#budget h3 {
    font-size: 3rem;
}

#budget img {
    width: 330px;
}

/* === Project === */


/*  */



.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(34, 34, 34, 1) 0%, rgb(34, 34, 34) 60%);
  color:white;
}


.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


/* Social Button */

@keyframes animefloat {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,1);
		transform: translateY(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.6);
		transform: translateY(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(0px);
	}
}

#float1{
	position:fixed;
	width:30px;
	height:60px;
	bottom:40px;
	right:15px;
	background-color:#25d366;
	color:#ffffff;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
	animation: animefloat 2.4s ease-in-out infinite;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,1);
}

#float2{
	position:fixed;
	width:30px;
	height:60px;
	bottom:135px;
	right:15px;
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	color:#ffffff;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,1);
	animation: animefloat 2.2s ease-in-out infinite;
}

.my-float{
	margin-top:16px;
}

.social-float i:hover {
  transition: 1s;
  transform: scale(1.1);
}