/*

@import
$var
@mixin & @include

@extend

grouping

*/
body {
  background: url(../images/1.jpg);
  background-size: cover;
  height: 100vh;
  background-position: 80% 20%;
  background-repeat: no-repeat; }

.main {
  width: 100wh;
  height: 100vh;
  color: #fff;
  background: linear-gradient(-45deg, rgba(128, 217, 209, 0.85), rgba(61, 216, 192, 0.85), rgba(126, 131, 234, 0.85), rgba(78, 84, 200, 0.85));
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease-in-out infinite;
  -moz-animation: Gradient 10s ease-in-out infinite;
  animation: Gradient 10s ease-in-out infinite; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-webkit-keyframes Color {
  0% {
    color: #4E54C8; }
  50% {
    color: #7E83EA; }
  100% {
    color: #4E54C8; } }
@-moz-keyframes Color {
  0% {
    color: #4E54C8; }
  50% {
    color: #7E83EA; }
  100% {
    color: #4E54C8; } }
@keyframes Color {
  0% {
    color: #4E54C8; }
  50% {
    color: #7E83EA; }
  100% {
    color: #4E54C8; } }
.contact {
  color: #fff; }

@font-face {
  font-family: clock;
  src: url(../fonts/digital-7.ttf); }
/* CONTACT
**********************************/
.main {
  text-align: center;
  color: #fff; }

.content {
  margin-top: 70px;
  z-index: 2; }
  .content h3 {
    width: 800px;
    text-align: center; }

.content img.img {
  position: relative;
  margin-top: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  animation-delay: 0.5s; }

.container h1 {
  font-family: 'lobster';
  font-weight: bold;
  font-size: 4em;
  margin-top: 0px;
  animation-delay: 1s; }

.countdown {
  width: 700px;
  margin-top: 30px;
  margin-right: 20px;
  animation-delay: 1.5s;
  -webkit-transform: translateX(35%);
  -moz-transform: translateX(35%);
  -o-transform: translateX(35%);
  -ms-transform: translateX(35%);
  transform: translateX(35%); }

.countdown .card {
  display: inline-block;
  margin-right: 15px;
  height: 120px;
  width: 120px;
  padding-top: 20px;
  background-repeat: repeat;
  border: 2px solid white;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px; }

.countdown .card span {
  font-size: 3em;
  font-weight: bold;
  color: white;
  position: relative;
  font-family: 'lobster';
  margin-bottom: 0px; }

.countdown .card p {
  color: white;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: .875em; }

.content p.para {
  margin-top: 30px;
  font-size: 1.3em;
  animation-delay: 2.5s; }

.content .btns {
  margin-top: 30px;
  margin-bottom: 30px;
  animation-delay: 3s; }

.content .btn > span {
  padding-left: 5px; }

.content button.btn-danger {
  padding: 10px 25px 10px 25px;
  background-color: #fff;
  border: 3px solid #fff;
  margin-right: 5px;
  animation: Color 10s ease-in-out infinite;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .content button.btn-danger:hover {
    opacity: 0.8; }

.content button.btn-primary {
  padding: 10px 25px 10px 25px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .content button.btn-primary:hover {
    opacity: 0.8; }

.content .btn > span {
  padding-left: 5px; }

.content .icons {
  margin-top: 30px;
  animation-delay: 3.5s; }

.content .icons button {
  color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  line-height: 20px;
  background-color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .content .icons button:hover, .content .icons button:active {
    opacity: 0.8;
    color: #fff; }

.content .icons button i {
  animation: Color 10s ease-in-out infinite;
  font-size: 12px; }

.content p.copy {
  position: relative;
  margin-top: 40px;
  animation-delay: 4s; }

.content p.copy i.fa-heart {
  color: red; }

.modal.fade .modal-dialog {
  width: 28%; }

.modal-body {
  margin-top: 0px;
  background-color: white;
  border-radius: 4px;
  padding: 1px 20px 30px 40px;
  height: auto; }

.modal-header {
  background-color: white;
  border: none;
  height: 10px; }

.modal-one .modal-body i {
  margin-top: 30px;
  margin-right: 5%;
  float: right;
  font-size: 45px;
  background: -webkit-linear-gradient(-45deg, #4E54C8, #7E83EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.modal-body h3 {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 30px; }

.modal-body p {
  margin-bottom: 50px;
  font-size: 1.2em; }

.modal-one .modal-body input {
  background-color: #fff;
  border-radius: 25px;
  height: 40px;
  width: 90%;
  margin-bottom: 15px; }

.modal-one .modal-body input[placeholder="Email Address"] {
  font-size: 15px; }

.modal-one .modal-body .btn-primary {
  background: linear-gradient(-45deg, #4E54C8, #7E83EA);
  border-color: transparent;
  border-radius: 25px;
  height: 40px;
  width: 90%;
  font-size: 15px;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .modal-one .modal-body .btn-primary:hover {
    background: linear-gradient(-45deg, #7E83EA, #4E54C8); }

.modal.right .modal-dialog {
  position: absolute;
  right: 0;
  margin: auto;
  width: 50%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: 0; }

.modal.right .modal-body {
  font-family: 'Roboto Mono', monospace;
  overflow: auto; }

.modal.right h1 {
  color: black;
  font-family: 'Rubik', sans-serif; }

.modal.right .seperator {
  position: absolute;
  height: 3px;
  width: 100px;
  margin-top: 5px;
  background: linear-gradient(-45deg, #4E54C8, #7E83EA); }

.modal.right .about p {
  margin-top: 40px; }

.modal.right .projects {
  margin-bottom: 80px; }

.modal.right .projects .pro-img {
  margin-top: 50px; }

.modal.right .projects img {
  width: 100%;
  height: 200px; }

.modal.right .projects .imgs {
  padding: 0; }

.img-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-45deg, #4E54C8, #7E83EA);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.projects .layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.5; }

.img-hover h3 {
  bottom: 20px;
  position: relative;
  opacity: 1;
  color: white;
  margin-left: 10px;
  margin-top: 150px; }

.imgs:hover h3 {
  -webkit-animation: fadeInUp 0.5s ease-in-out;
  animation: fadeInUp 0.5s ease-in-out; }

.imgs:hover .img-hover {
  opacity: 0.7; }

.modal-body .services {
  margin-top: 40px;
  margin-bottom: 40px; }

.modal-body .services .serv {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid #4E54C8;
  background: linear-gradient(-45deg, #4E54C8, #7E83EA);
  box-shadow: inset 0px 0px 0px 3px white; }

.modal-body .services .serv i {
  color: white;
  font-size: 30px;
  line-height: 90px; }

.modal-body .services p {
  margin-top: 20px;
  font-size: 1em; }

.modal-body .contact .cont {
  margin-top: 40px; }

.modal-body .contact .contact-icons i {
  background: -webkit-linear-gradient(-45deg, #4E54C8, #7E83EA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px; }

.modal-body .contact .contact-icons p {
  margin-top: 10px;
  color: black;
  font-size: 0.8em; }

.modal-body .contact .col-lg-8 {
  margin-top: 40px; }

.modal-body .contact input {
  border: 2px solid gray;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  line-height: 50px; }

.modal-body .contact textarea {
  border: 2px solid gray;
  border-radius: 20px;
  width: 100%;
  height: 120px;
  margin-top: 20px; }

.modal-body .contact .btn-primary {
  border: 2px transparent;
  height: 40px;
  width: 35%;
  border-style: none;
  background: linear-gradient(-45deg, #4E54C8, #7E83EA);
  border-radius: 20px;
  float: right;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s; }
  .modal-body .contact .btn-primary:hover {
    background: linear-gradient(-45deg, #7E83EA, #4E54C8); }

/*# sourceMappingURL=style.css.map */
