* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html ::-webkit-scrollbar {
  width: 0.55vw !important;
}
html ::-webkit-scrollbar-track {
  background-color: #00c6bf;
}
html ::-webkit-scrollbar-thumb {
  background-color: #19283f;
  border-radius: 15px;
  transition: 0.3s;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#Navbar {
  background-color: #19283f;
}
#Navbar .navdiv {
  position: relative;
  padding: 15px 0;
}
#Navbar .navdiv .logo {
  display: inline-block;
  margin-left: 8px;
}
#Navbar .navdiv #navbut {
  display: none;
  float: right;
  color: white;
  margin-right: 8px;
  margin-left: 12px;
  padding: 4px 0;
  cursor: pointer;
  transition: 0.8s ease-in-out;
}
#Navbar .navdiv #navbut span {
  display: block;
  margin: 4px 0;
  width: 30px;
  height: 5px;
  background-color: white;
  border-radius: 4px;
  transition: 0.5s;
}
#Navbar .navdiv .login-but {
  display: inline-block;
  float: right;
  color: #ffbe07;
  background-color: #ff3150;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 0.938rem;
  font-weight: 500;
  padding: 6px 28px;
  border-radius: 18px;
  transition: 0.3s;
}
#Navbar .navdiv .login-but:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#Navbar .navdiv .search-icon {
  display: inline-block;
  float: right;
  color: white;
  margin-right: 20px;
  font-size: 1.125rem;
  padding: 4px 0;
  color: #00c6bf;
  border-left: 1px solid #00c6bf;
  transition: 0.3s;
  cursor: pointer;
}
#Navbar .navdiv .search-icon i {
  padding-left: 15px;
}
#Navbar .navdiv .search-icon:hover {
  color: white;
}
#Navbar .navdiv ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  float: right;
}
#Navbar .navdiv ul li {
  display: inline-block;
  margin-right: 12px;
  transform: scale(1);
  transition: .5s;
  padding: 3px 12px;
}
#Navbar .navdiv ul li a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #a8b9c0;
  transition: 0.3s;
}
#Navbar .navdiv ul li a:hover {
  color: #00c6bf;
}
#Navbar .navdiv ul .active a {
  color: #00c6bf;
}
#Navbar .navdiv ul li:hover {
  transform: scale(1.07);
}
#Navbar .nav-body {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 15vh 0;
}
#Navbar .nav-body h1 {
  font-weight: 300;
  font-size: 3.125rem;
  color: white;
}
#Navbar .nav-body p {
  font-weight: 400;
  font-size: 0.938rem;
  color: white;
}
#Navbar .nav-body a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.938rem;
  color: #ffbe07;
  background-color: #ff3150;
  padding: 10px 38px;
  border-radius: 25px;
  text-transform: capitalize;
  transition: 0.3s;
}
#Navbar .nav-body a:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#portfolio {
  background-color: #eff7fa;
  padding: 5vh 0;
}
#portfolio .portfolio-head {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 5vh 0;
}
#portfolio .portfolio-head h1 {
  font-weight: 500;
  font-size: 2.25rem;
}
#portfolio .portfolio-head p {
  font-weight: 400;
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #a8b9c0;
}
#portfolio .portfolio-head span {
  display: inline-block;
  border: 0.5px solid #00c6bf;
  width: 120px;
}
#portfolio .portfolio-body ul {
  display: block;
  list-style: none;
  text-align: center;
}
#portfolio .portfolio-body ul li {
  display: inline-block;
  margin: 5px;
  padding: 8px 20px;
  border-radius: 10px;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
  color: #a8b9c0;
  text-transform: capitalize;
}
#portfolio .portfolio-body ul li:hover {
  transform: scale(1.2);
  background-color: #ff3150;
  color: #ffbe07;
  cursor: pointer;
}
#portfolio .portfolio-body ul .active {
  background-color: #ff3150;
  color: #ffbe07;
}
#portfolio .portfolio-item {
  margin: 5vh 0;
}
#portfolio .portfolio-item .portfolio-item-desing {
  position: relative;
  margin: 2vh 0;
  height: 200px;
}
#portfolio .portfolio-item .portfolio-item-desing img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio .portfolio-item .portfolio-item-desing .abs-item {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #00c6bf;
  opacity: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition: 0.5s;
}
#portfolio .portfolio-item .portfolio-item-desing .abs-item h1 {
  font-size: 1.313rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-item-desing .abs-item h4 {
  font-size: 0.938rem;
  color: #1a2940;
}
#portfolio .portfolio-item .portfolio-item-desing:hover .abs-item {
  opacity: 0.9;
  cursor: pointer;
}
#newsletter {
  background-color: #ffc400;
  padding: 2vh 0;
  text-align: center;
}
#newsletter .newsletter-head {
  padding: 2vh 0;
}
#newsletter .newsletter-head h4 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.313rem;
  color: #19283f;
  margin: 0;
  line-height: 38px;
}
#newsletter .newsletter {
  padding: 2vh 0;
  font-family: 'Roboto', sans-serif;
}
#newsletter .newsletter form {
  display: inline-block;
  width: 100%;
}
#newsletter .newsletter form input {
  color: white;
  font-size: 0.938rem;
  font-weight: 400;
  width: 64%;
  height: 38px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 10px;
}
#newsletter .newsletter form ::placeholder {
  color: white;
}
#newsletter .newsletter form button {
  margin-left: 3%;
  width: 30%;
  font-size: 0.938rem;
  font-weight: 500;
  color: #ffbe07;
  background-color: #19283f;
  height: 38px;
  border-radius: 15px;
  outline: none;
  border: none;
  transition: 0.3s;
}
#newsletter .newsletter form button:hover {
  color: green;
}
#newsletter .newsletter form button:focus {
  background-color: #00c6bf;
}
#fouter {
  background-color: #19283f;
  padding: 2vw 1.5vw;
}
#fouter .fouter-one {
  padding: 3vw 1.5vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
}
#fouter .fouter-one p {
  margin-top: 30px;
  text-align: justify;
  line-height: 2.2;
}
#fouter .fouter-one .loc-ser {
  display: block;
  margin-top: 55px;
}
#fouter .fouter-one .loc-ser span {
  color: #00c6bf;
}
#fouter .fouter-one .copyright {
  margin-top: 5px;
  display: block;
}
#fouter .fouter-one .copyright i {
  margin-right: 3px;
}
#fouter .fouter-one .copyright span {
  color: #ffbe07;
}
#fouter .fouter-two {
  padding: 3vw 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#fouter .fouter-two h2 {
  color: white;
  text-transform: capitalize;
  font-size: 0.938rem;
}
#fouter .fouter-two ul {
  list-style: none;
  padding: 0;
}
#fouter .fouter-two ul li {
  padding-bottom: 10px;
}
#fouter .fouter-two ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
  transition: 0.3s;
}
#fouter .fouter-two ul li a:hover {
  transform: translateX(6px) scale(1.1);
  color: white;
}
#fouter .fouter-third {
  padding: 3vw 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#fouter .fouter-third h2 {
  font-size: 0.938rem;
  color: white;
}
#fouter .fouter-third p {
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
  line-height: 2.4;
}
#fouter .fouter-third .contact-mail {
  display: inline-block;
  color: white;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  text-decoration: none;
  padding: 8px 48px;
  background-color: #ff3150;
  border-radius: 15px;
  margin-top: 15px;
  transition: 0.3s;
}
#fouter .fouter-third .contact-mail:hover {
  color: #ff3150;
  background-color: white;
}
#fouter .fouter-third .social-div {
  margin-top: 30px;
}
#fouter .fouter-third .social-div a {
  display: inline-block;
  text-decoration: none;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  padding-top: 4px;
  margin-right: 5px;
}
#fouter .fouter-third .social-div a i {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#fouter .fouter-third .social-div .s-facebook {
  background-color: #347cd2;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-facebook:hover {
  color: #347cd2;
  background-color: white;
}
#fouter .fouter-third .social-div .s-twitter {
  background-color: #1ec4ff;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-twitter:hover {
  color: #1ec4ff;
  background-color: white;
}
#fouter .fouter-third .social-div .s-google {
  background-color: #ff4032;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-google:hover {
  color: #ff4032;
  background-color: white;
}
#fouter .fouter-third .social-div .s-dribble {
  background-color: #ff3298;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-dribble:hover {
  color: #ff3298;
  background-color: white;
}
.loader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: white;
}
.loader .first {
  display: flex;
  width: 160px;
  height: 160px;
  background-color: transparent;
  animation: loading 0.6s infinite  linear;
  border-radius: 50%;
  border: 15px solid grey;
  border-top: 15px solid #00c6bf;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  #Navbar .navdiv {
    position: relative;
  }
  #Navbar .navdiv ul {
    margin-top: 15px;
    position: absolute;
    left: -1000px;
    width: 100%;
    display: block;
    list-style: none;
    text-align: center;
    background-color: rgba(25, 40, 63, 0.95);
    padding: 15px;
    border-radius: 0 0px 24px 24px;
  }
  #Navbar .navdiv ul li {
    display: block;
    padding: 10px 15px;
  }
  #Navbar .navdiv .menu-responsive {
    left: 0;
  }
  #Navbar .navdiv .is-active span:nth-child(2) {
    opacity: 0;
  }
  #Navbar .navdiv .is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  #Navbar .navdiv .is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #Navbar .navdiv #navbut {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  #Navbar .nav-body h1 {
    font-size: 2.1rem;
  }
  #Navbar .nav-body p {
    font-size: 0.7rem;
  }
  #Navbar .nav-body a {
    font-size: 0.7rem;
  }
  #fouter .row {
    padding: 4vh 0;
  }
  #fouter .row .col-md-4:nth-child(1) {
    order: 2;
    text-align: center;
  }
  #fouter .row .col-md-4 {
    text-align: center;
  }
  #fouter .row .col-md-2 {
    text-align: center;
  }
  .loader .first {
    width: 100px;
    height: 100px;
    border: 12px solid grey;
    border-top: 12px solid #00c6bf;
  }
}
