@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("./hamburger-icon.css");
* {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 20px;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  padding-bottom: 20px;
}

.text-justify {
  text-align: justify;
}

.card {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 0.65rem;
  overflow: hidden;
}

.tooltip-arrow {
  display: none !important;
}

nav {
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar {
  min-height: 5rem;
  border-radius: 0.65rem;
}

.navbar ul {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar ul a {
  position: relative !important;
  display: block !important;
  padding: 10px 30px !important;
  color: white !important;
  text-decoration: none !important;
  -webkit-transition: color 150ms !important;
  transition: color 150ms !important;
}

.navbar ul a:hover {
  color: #e4a88a !important;
}

.navbar ul a.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 70%;
  background: #348ac7;
  -webkit-animation: show 0.2s forwards;
  animation: show 0.2s forwards !important;
}

article {
  margin-top: -104px;
}

#sec-intro {
  background: -webkit-gradient(linear, left top, right top, from(#0099f7), to(#f11712));
  background: linear-gradient(90deg, #0099f7 0%, #f11712 100%);
  min-height: 575px;
  color: white;
  overflow: hidden;
  position: relative;
}

#sec-intro [class^="wave-"] {
  position: absolute;
  opacity: 0.15;
  -webkit-animation: rotate1 15s infinite linear;
          animation: rotate1 15s infinite linear;
  height: 300%;
  width: 300%;
}

#sec-intro [class^="wave-"][class*="1"] {
  top: -30%;
  left: -160%;
}

#sec-intro [class^="wave-"][class*="2"] {
  bottom: -20%;
  right: -165%;
}

@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotate1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

#sec-intro .container-xxl {
  padding-top: 104px;
}

#sec-intro h1 {
  margin-top: calc(max(5vw, 2rem));
  font-size: calc(max(4.5vw, 60px));
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}

#sec-intro .breadcrumb {
  margin-top: 5rem;
  font-size: calc(1.15rem + 1vw);
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}

#sec-intro .breadcrumb-item::before {
  color: white;
  margin-top: 3px;
}

#sec-services .card-view .col {
  min-width: 365px;
  max-width: 455px;
}

#sec-services .creating-websites {
  padding-top: 3rem;
}

#sec-services .creating-websites .text-side {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 3.1rem;
}

#sec-services .creating-websites .image-side {
  text-align: center;
}

#sec-services .website-variation {
  background-image: url("../assets/img/services-logo.png");
  background-repeat: repeat-x;
  background-position-y: top;
  padding: 3.5rem 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#sec-services .website-variation .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 3 / 1.2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  color: white;
}

#sec-services .website-variation .card-header .iconify {
  stroke: #272727;
  stroke-width: 2px;
  font-size: 3.2rem;
}

#sec-services .website-variation .card-header .head {
  font-size: 1.25rem;
  font-weight: bold;
}

#sec-services .website-variation .card:nth-child(1) .list-group-item:before {
  background-color: #4c82c5;
}

#sec-services .website-variation .card:nth-child(2) .list-group-item::before {
  background-color: #b74975;
}

#sec-services .website-variation .card:nth-child(3) .list-group-item::before {
  background-color: #ae3da7;
}

#sec-services .website-variation .list-group-item {
  border: none !important;
}

#sec-services .website-variation .list-group-item:nth-child(odd) {
  background-color: #fafafa;
}

#sec-services .website-variation .list-group-item::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4ch 0 3ch;
}

#sec-services .another-services {
  background-color: #f9f9f9;
  padding: 3.5rem 0;
}

#sec-services .another-services .card {
  margin-left: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

#sec-services .another-services .card h3 {
  margin-bottom: 0;
  padding-bottom: 0.6rem;
}

#sec-services .another-services .card:nth-child(1) {
  background-image: url("../assets/img/cards/seo_card.png");
}

#sec-services .another-services .card:nth-child(2) {
  background-image: url("../assets/img/cards/domain_card.png");
}

#sec-services .another-services .card:nth-child(3) {
  background-image: url("../assets/img/cards/social_card.png");
}

#sec-services .another-services .card-text {
  text-align: justify;
  font-size: 0.875rem;
  padding-right: 70px;
}

#sec-contact {
  padding: 3.5rem 0;
}

#sec-contact p {
  font-size: 1.5rem;
}

#sec-contact input,
#sec-contact textarea {
  border-radius: 0.65rem;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  min-height: 40px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

#sec-contact input.btn {
  color: #333333;
  font-weight: bold;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#sec-contact input.btn:hover {
  background-color: #348ac7;
  color: white;
}

#sec-contact textarea {
  resize: none;
}

#sec-contact .label {
  font-size: 0.7rem;
}

#sec-about-me {
  background-image: url("../assets/img/about-me-bckgrnd.png");
  background-repeat: repeat-x;
  background-position: top;
  padding: 3.5rem 0;
}

#sec-about-me .used-technologies > span {
  width: 60px;
  height: 60px;
}

#sec-about-me .used-technologies > span .iconify {
  width: 100%;
  height: 100%;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}

#sec-about-me .used-technologies > span .iconify:hover {
  margin-top: -5px;
}

footer {
  padding: 3.5rem 0 2rem;
}

footer p {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 10px 0 0;
}

footer .social-icon {
  display: block;
  font-size: 26px;
  color: black;
  width: 42px;
  height: 42px;
  background-color: white;
  border-radius: 200px;
  overflow: hidden;
}

footer .social-icon > span {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: inherit;
  text-align: center;
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .social-icon > span:hover {
  background: none;
  color: white;
}

footer .social-icon.email {
  background: #f04235;
}

footer .social-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

footer .social-icon.facebook {
  background: -webkit-gradient(linear, left top, left bottom, from(#00c2ff), to(#006eff));
  background: linear-gradient(180deg, #00c2ff 0%, #006eff 100%);
}

footer .social-icon.linkedin {
  background: #0078b9;
}

.email-toast-message {
  width: auto;
  max-width: 490px;
  height: 70px;
  border-radius: 0.65rem;
  -webkit-transform: translate(calc(50vw - 50%));
          transform: translate(calc(50vw - 50%));
  border: none;
  border-left: 3px solid;
  margin-bottom: 15px;
}

.email-toast-message .icon {
  margin: auto;
}

.email-toast-message .iconify {
  font-size: 24px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 12px;
}

.email-toast-message.error {
  border-color: #dc3545;
}

.email-toast-message.error .icon {
  color: #dc3545;
}

.email-toast-message.success {
  border-color: #38d98f;
}

.email-toast-message.success .icon {
  color: #38d98f;
}

@-webkit-keyframes show {
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes show {
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@media (max-width: 768px) {
  nav {
    top: 0 !important;
  }
  .navbar {
    min-height: auto !important;
    border-radius: 0;
  }
}

@media (min-width: 520px) {
  .animated-column {
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow !important;
    transition-property: -webkit-transform, -webkit-box-shadow !important;
    transition-property: transform, box-shadow !important;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow !important;
  }
  .animated-column:hover {
    -webkit-transform: scale(1.05, 1.05) !important;
            transform: scale(1.05, 1.05) !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
/*# sourceMappingURL=style.css.map */