/*

@import
$var
@mixin & @include

@extend

grouping

*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "clock";
}

.main {
  height: 100vh;
  background: black;
  background-size: 400% 400%;
}

@font-face {
  font-family: "clock";
  src: url(../fonts/digital-7.ttf);
}

/* CONTACT
**********************************/
@media (max-width: 767px) {
  .modal.fade .modal-dialog {
    width: 100%;
  }
}

.main {
  text-align: center;
  color: #fff;
}


.main .logo {
  width: 50%;
  height: auto;
}

.content .icons button i {
  color: #ae7e3a;
  font-size: 30px;
}

.content .icons button {
  color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 20px;
  background-color: #fff;
  margin-left: 10px;
}

.content {
  z-index: 2;
  padding: 70px 0;
}

.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 {
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
  animation-delay: 1.5s;
}

.countdown .card {
  display: inline-block;
  margin-right: 15px;
  height: 140px;
  width: 140px;
  padding-top: 30px;
  margin-bottom: 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:hover,
.content .icons button:active {
  opacity: 0.8;
  color: #fff;
}



.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%;
}

@media (max-width: 767px) {
  .modal.fade .modal-dialog {
    width: 100%;
  }
}

.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);
}

@media (max-width: 767px) {
  .modal.right .modal-dialog {
    width: 100%;
  }
}

.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);
}

/*# Mohammed-sab-Edit */

@media (min-width: 992px) {
  .main .logo {
    width: 25%;
    height: auto;
  }

  .content .icons button i {
    color: #ae7e3a;
    font-size: 40px;
  }

  .content .icons button {
    color: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 20px;
    background-color: #fff;
    margin-left: 10px;
  }
}

/*# sourceMappingURL=style.css.map */