@font-face {
  font-family: "Raleway";
  src: url("../fonts/rr.ttf");
}
@font-face {
  font-family: "Raleway Light";
  src: url("../fonts/rl.ttf");
}
@font-face {
  font-family: "Raleway Bold";
  src: url("../fonts/rb.ttf");
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.ttf");
}
@font-face {
  font-family: "Quicksand Light";
  src: url("../fonts/Quicksand-Light.ttf");
}
@font-face {
  font-family: "Quicksand Bold";
  src: url("../fonts/Quicksand-Bold.ttf");
}
*,
body,
html {
  box-sizing: border-box;
  font-family: "Quicksand";
}
body,
html {
  margin: 0;
  padding: 0;
}
a:hover,
button:hover {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.header {
  padding-inline: 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 90px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
a::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
span::selection,
label::selection,
li::selection,
ul::selection,
ol::selection,
div::selection,
br::selection {
  background: #1c2c3b;
  color: #fff;
}
#borgir {
  display: none;
}
.about-landing {
  padding: 90px 0% 5% 5%;
  display: flex;
  justify-content: space-between;
  height: 90vh;
  align-items: center;
}
.about-landing .generic-entry {
  width: 60%;
}
.about-landing .s-40 {
  width: 80%;
}
.about-landing .w-20 {
  width: 50%;
}
.about-landing img {
  width: 50%;
  object-fit: cover;
  height: 100%;
}
.about-landing .s-40 {
  margin: 0;
}
.pin-20 {
  padding-inline: 20%;
}
.header-links {
  display: flex;
  gap: 50px;
}
.header-link {
  font-size: 16px;
  color: #1c2c3b;
  text-decoration: none;
}
.landing-home {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.landing-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.text-first-about {
  font-size: 40px;
  line-height: 60px;
  font-family: "Raleway Bold";
}
.blue {
  color: #1c2c3b;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.light-blue {
  color: #0772b7;
}
.s-40 {
  font-size: 40px;
  font-family: "Raleway Bold";
}
.s-32 {
  font-size: 32px;
  font-family: "Raleway";
}
.s-20 {
  font-size: 20px;
  font-family: "Quicksand Light";
}
.s-16 {
  font-size: 16px;
}
.w-15 {
  width: 15%;
}
.w-40 {
  width: 40%;
}
.w-58 {
  width: 58%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.text-home {
  position: relative;
}
.generic-button {
  background-color: #0772b7;
  border: none;
  border-radius: 40px;
  padding: 14px 22px;
  color: #fff;
  text-align: center;
}
.sherbimet-home {
  padding: 5%;
}
.generic-entry-text {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.generic-entry-text .s-32,
.generic-entry-text .s-16 {
  margin-top: 0;
}
.generic-entry-text .s-16 {
  margin-top: 6px;
}
.about-landing .generic-entry-text .s-16 {
  margin-top: 60px;
}
.border-left {
  padding-left: 10px;
  border-left: 3px solid #1c2c3b;
}

.slider {
  width: 100%;
  height: 48vh;
  padding-top: 32px;
  position: relative;
  overflow: hidden;
  /* <===  */
  border-radius: 15px;
}
.slide {
  width: 100%;
  position: absolute;
  transition: all 0.5s;
  display: flex;
  gap: 1%;
}
.service {
  width: 33%;
  padding: 15px;
  background-color: #f5f5f6;
  border-radius: 12px;
}
.service img {
  width: 100%;
  height: 20vh;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ekipa {
  display: flex;
  padding-bottom: 5%;
  width: 100%;
  gap: 3.6%;
}
.punetori {
  width: 25%;
}
.emri-punetori {
  font-family: "Quicksand Bold";
  font-size: 24px;
  margin-bottom: 3px;
}
.pozita {
  font-size: 16px;
  margin-top: 0px;
}
.thenja-punetori {
  width: 100%;
}
.prev-next {
  display: flex;
  gap: 5px;
  justify-content: center;
  width: 100%;
  padding-top: 2%;

  position: relative;
}
.single-service-img img {
  width: 100%;
}
.prev-next img:hover {
  cursor: pointer;
}
.rreth-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  position: relative;
  object-fit: cover;
  width: 100%;
  text-align: center;
  padding-inline: 20%;
}
.service a {
  text-decoration: none;
  color: #000;
}
.rreth-home img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-text {
  position: relative;
}
.mt-50 {
  margin-top: 50px;
}

.rreth-home .s-40 {
  margin-top: 0;
  margin-bottom: 30px;
}
.blogs-home {
  padding: 5%;
}
.blog-wrapper-home {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  padding-top: 3%;
}
.blog {
  width: 32.6%;
}
.blog a {
  text-decoration: none;
}
.blog img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  border-radius: 12px;
}
.blog-title {
  font-size: 24px;
  margin-bottom: 0;
}
.blog-paragraph {
  margin-top: 3px;
}
.slider-mobile {
  display: none;
}
.klientet-home {
  padding: 4% 5% 2% 5%;
}
.klient-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 30px;
  row-gap: 40px;
}
.bold {
  font-family: "Quicksand Bold";
}
.klient {
  width: 49%;
  border-radius: 12px;
  padding: 3%;
  background-color: #f5f5f6;
}
.klient .s-40 {
  margin: 0;
}
.img-photo {
  gap: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.small-text-about {
  font-size: 16px;
  padding-top: 2.4%;
  width: 6%;
}
.first-section-img {
  position: absolute;

  right: 0;
  top: 90px;
}
.img-photo img {
  width: 30%;
  object-fit: cover;
}
.about-first-section {
  padding: 10% 0% 10% 7%;
  display: flex;
  gap: 30px;
  align-items: baseline;
  position: relative;
}
.second-section-about {
  background-color: #1c2c3b;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
}
.second-section-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.klientet-images {
  display: flex;
  gap: 2%;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.third-section-about {
  padding-inline: 10%;
}
.third-section-title {
  display: flex;
  align-items: flex-start;
}
.small-text-about {
  padding-top: 2.5%;
}
.text-first-about {
  font-size: 32px;
}
.three-small-vlera {
  display: flex;
  flex-direction: row;
  height: auto;
  gap: 4%;
  padding-bottom: 5%;
}
.three-small-wrapper {
  background-color: #f5f5f6;
  border-radius: 15px;
  width: 32%;
  padding: 2%;
}
.vlera-title {
  font-family: "Raleway Bold";
  font-size: 24px;
}
.three-big-vlera {
  display: flex;
  flex-direction: row;
  height: auto;
  gap: 4%;
  padding-bottom: 5%;
}
.three-big-wrapper {
  background-color: #f5f5f6;
  border-radius: 15px;
  width: 32%;
  padding: 2%;
}
.last-text-about {
  padding-inline: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.mid-text-about {
  padding-inline: 10%;

  padding-bottom: 3%;
}
.last-image-about {
  width: 100%;
  padding-bottom: 3%;
}
.sherbimet-first-section {
  padding: 9% 0% 4% 7%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.sherbimet-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-inline: 10%;
  row-gap: 40px;
}
.sherbimi {
  background-color: #f5f5f6;
  width: 32%;
  padding: 2%;
  border-radius: 15px;
}
.sherbimi-title {
  font-family: "Raleway Bold";
  font-size: 24px;
  color: #000;
}
.sherbimi a {
  text-decoration: none;
}
.sherbimi:visited {
  text-decoration: none;
  font-family: "Raleway Bold";
  font-size: 24px;
  color: #000;
}
.sherbimi-img {
  width: 100%;
}
.sherbimet-second-section {
  padding: 5% 0% 4% 7%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.produkte-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-inline: 10%;
  row-gap: 40px;
  justify-content: center;
  padding-bottom: 3%;
}
.produkti {
  background-color: #f5f5f6;
  width: 32%;
  padding: 2%;
  border-radius: 15px;
}
.produkti-img {
  width: 100%;
}
.produkti-title {
  font-family: "Raleway Bold";
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.produkti a {
  text-decoration: none;
}
.footer {
  background-color: #202020;
  display: flex;
  padding-inline: 10%;
  height: auto;
  flex-wrap: wrap;
}
.footer-left {
  display: flex;
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  padding: 4%;
  gap: 27px;
}
.not-found {
  height: 97vh;
}
.img-not-found {
  position: relative;
  width: 100%;
}
.not-found-floater {
  width: 40%;
  height: auto;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);
  background-color: #fff;
  border-radius: 50px;
}
.footer-center {
  width: 30%;
  padding: 3.7%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footer-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  line-height: 2px;
  justify-content: center;
}
.footer-logo {
  width: 80%;
}
.footer-text {
  color: #fff;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.copyright-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  border-top-width: 100%;
  border-top: 1px solid #444444;
}
.copyright {
  align-items: center;
  color: #fff;
}
.copyright a {
  text-decoration: none;
  color: #0772b7;
}
.footer-links {
  padding-top: 5%;
  display: flex;
  gap: 35px;
  width: 115%;
}
.contact-info {
  color: #fff;
  font-family: "Quicksand Bold";
  font-size: 16px;
}
.contact-information {
  color: #fff;
  font-family: "Quicksand Light";
  font-size: 16px;
}
.blog-first-section {
  padding: 7% 0% 4% 7%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
}
.blog-img {
  width: 100%;
}
.blog-wrapper {
  display: flex;
  gap: 2%;
  row-gap: 70px;
  padding-inline: 10%;
  flex-wrap: wrap;
  padding-bottom: 5%;
}
.blogu {
  width: 32%;
}

.blog-title {
  font-size: 24px;
  font-family: "Raleway Bold";
  color: #000;
}
.blog-text {
  font-family: "Quicksand Light";
}
.blog-button {
  display: flex;
  justify-content: center;
  padding: 3% 15%;
  background-color: #0772b7;
  color: #fff;
  border-radius: 40px;
  border: none;
}
.blogu a {
  text-decoration: none;
  color: #fff;
}
.not-found-img {
  position: relative;

  width: 100%;
}
.not-found-section {
  width: 50%;
  height: auto;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #fff;
  border-radius: 50px;
}
.not-found-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 4%;
  align-items: center;
}
.page-not-found {
  font-family: "Quicksand Bold";
  font-size: 80px;
  margin: 0;
}
.page-not-found-p {
  font-family: "Quicksand";
  font-size: 32px;
  margin: 3%;
}
.page-not-found-text {
  font-family: "Quicksand Light";
  font-size: 18px;
  margin: 5%;
}
.not-found-button {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-top: 20px;
  background-color: #0772b7;
  border-radius: 40px;
  border: none;
  color: #fff;
  height: 4vh;
  align-items: center;
}
.not-found-button a {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-top: 20px;
  background-color: #0772b7;
  border-radius: 40px;
  border: none;
  color: #fff;
  height: 4vh;
  align-items: center;
}
.contact-page {
  height: 97vh;
}
.contact-img {
  position: relative;

  width: 100%;
}
.contact-section {
  width: 70%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #fff;
  border-radius: 50px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 1% 20%;
}
.contact-title {
  font-family: "Raleway Bold";
  font-size: 32px;
}
.contact-desc {
  font-family: "Quicksand Light";
  font-size: 16px;
}
.contact-form {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
.send-form {
  background-color: #0772b7;
  color: #fff;
  font-size: 12px;
  border: none;
  width: 20%;
  padding: 15px 0px;
  border-radius: 40px;
  margin-bottom: 25px;
}
.contact-form input {
  width: 49%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 20px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
}
.contact-form input::placeholder {
  font-size: 16px;
  color: #000;
}
.contact-form input:focus {
  outline: none;
}
.contact {
  padding-inline: 5%;
}
.single-blog {
  padding-top: 7%;
  padding-inline: 10%;
  padding-bottom: 3%;
}
.single-blog-title {
  font-size: 24px;
  font-family: "Raleway Bold";
}
.blog-top {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.blog-left {
  display: flex;
  flex-direction: column;
  width: 55%;
}
.arrow-left {
  width: 5%;
  cursor: pointer;
}
.blog-last-section {
  padding-top: 5%;
}
.arrow-left-service {
  cursor: pointer;
}
.single-blog-img {
  width: 100%;
}
.service-title {
  font-size: 24px;
  font-family: "Raleway Bold";
}
.single-service {
  display: flex;
  min-height: 80vh;
  padding-top: 9%;
  padding-inline: 7%;
  padding-bottom: 4%;
  height: 60vh;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.service-left {
  width: 60%;
}
.single-service-title {
  font-size: 24px;
  font-family: "Raleway Bold";
}
.service-button {
  background-color: #0772b7;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 25%;
  padding: 15px 0px;
  border-radius: 40px;
}

@media screen and (max-width: 768px) {
  .rreth-home {
    height: auto;
    padding: 5%;
  }
  .pin-20 {
    padding-inline: 5%;
  }
  .header {
    display: block;
    height: 60px;
    overflow: hidden;
    transition: 0.4s;
    border-bottom: 1px solid #1c2c3b;
  }
  .header img:first-child {
    margin-top: 10px;
  }
  .header-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
  }
  .header-link {
    border-bottom: 1px solid #1c2c3b;
    padding-bottom: 5px;
  }
  .hajti {
    height: 100vh !important;
  }
  #borgir {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .s-40 {
    font-size: 32px;
  }
  .w-15 {
    width: 50%;
  }
  .s-32 {
    font-size: 26px;
  }
  .s-20 {
    font-size: 16px;
  }
  .s-16 {
    font-size: 14px;
  }
  .blog-wrapper-home {
    flex-direction: column;
    gap: 30px;
  }
  .blog {
    width: 100%;
  }
  .slider {
    display: none;
  }
  .service-left {
    width: 100%;
  }
  .slider-mobile {
    display: block;
  }
  .prev-next {
    display: none;
  }
  .service {
    width: 100%;
  }
  .blog-top {
    display: block;
  }
  .blog-top img:last-child {
    width: 100%;
  }
  .blog-left {
    width: 100%;
  }
  .single-service {
    display: flex;
    padding-top: 9%;
    padding-inline: 7%;
    padding-bottom: 4%;
    height: auto;
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .blog .generic-button {
    width: 100%;
    text-align: center;
  }
  .klient-wrap {
    flex-direction: column;
  }
  .klient {
    width: 100%;
  }
  .ekipa {
    flex-direction: column;
    row-gap: 30px;
  }
  .punetori img {
    width: 100%;
  }
  .punetori {
    width: 100%;
  }
  .klientet-images {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .about-landing {
    padding-inline: 5%;
  }
  .second-section-about {
    height: auto;
  }
  .klientet-images img {
    width: 90%;
  }
  .arrow-left-service {
    cursor: pointer;
    padding-top: 12%;
  }
  .three-big-wrapper {
    width: 100%;
  }
  .three-small-wrapper {
    width: 100%;
  }
  .three-big-vlera,
  .three-small-vlera {
    flex-wrap: wrap;
  }
  .first-section-img {
    position: relative;
    right: auto;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: auto;
  }
  .about-landing .generic-entry {
    width: 100%;
  }
  .service-button {
    background-color: #0772b7;
    color: #fff;
    font-size: 16px;
    border: none;
    width: 100%;
    padding: 9px 0px;
    border-radius: 40px;
  }
  .about-landing {
    flex-direction: column;
    height: auto;
  }
  .about-landing img {
    width: 100%;
  }
  .w-58 {
    width: 100%;
  }
  .small-text-about {
    width: auto;
  }
  .sherbimet-first-section {
    gap: 10px;
  }
  .sherbimi {
    width: 100%;
  }
  .produkti {
    width: 100%;
  }
  .footer {
    display: block;
  }
  .footer-left {
    width: 100%;
    padding-left: 0;
  }
  .footer-center {
    width: 100%;
    padding-left: 0;
    justify-content: left;
  }
  .footer-right {
    width: 100%;
  }
  .footer-text {
    width: 100%;
  }
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .copyright-footer {
    text-align: center;
  }
  .third-section-title {
    align-items: center;
    gap: 10px;
  }
  .sherbimet-first-section .small-text-about {
    margin-top: 40px;
  }
  .sherbimet-second-section .small-text-about {
    margin-top: 40px;
  }
  .blog-first-section .small-text-about {
    margin-top: 40px;
  }
  .blogu {
    width: 100%;
  }
  .contact-text {
    padding: 0;
    top: 50%;
  }
  .contact-section {
    width: 100%;
  }
  .contact-form input {
    width: 100%;
  }
}
