* {
  margin: 0;
  padding: 0;
  font-family: Century Gothic;
}
body {
  overflow-x: hidden;
}
/* =================== first-content */
.s1 {
  width: 100%;
}
.navigation {
  width: 100%;
  height: 80px;
  display: flex;
}

.logo {
  width: 25%;
}
.logo #a {
  text-decoration: none;
  color: #88bdbc;
}
.logo h1 {
  position: relative;
  left: 130px;
  top: 15px;
}

.navbar {
  width: 75%;
}
.navbar ul {
  list-style: none;
  display: flex;
  width: 70%;
  float: right;
  margin-right: 50px;
  margin-top: 25px;
}
.navbar ul li a {
  margin: 10px;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  color: #88bdbc;
}
.navbar ul li a:hover {
  color: #88bdbc;
  border-top: 5px solid #88bdbc;
}

.content {
  width: 100%;
  margin: 0;
}
.content img {
  width: 100%;
}
.bord {
  width: 390px;
  padding: 20px;
  height: 465px;
  background-color: #004b49;
  color: white;
  position: relative;
  bottom: 510px;
  float: right;
}
.bord:hover {
  background-color: transparent;
  color: #004b49;
}
.bord h1 {
  width: 350px;
}
.bord p {
  margin: 10px;
  text-align: justify;
}
.bord .btn {
  position: relative;
  left: 150px;
  padding: 10px;
  background-color: white;
  color: #88bdbc;
  border: none;
  font-weight: bold;
}
.btn a {
  text-decoration: none;
  color: #88bdbc;
}
.btn:hover {
  background-color: #00504e;
  color: white;
}
/* =================== first-content */

/* =================== second-content */

/* =================== second-content */

/* =================== third-content */
.content-3 {
  width: 100%;
  height: 100vh;
  position: relative;
  bottom: 5px;
  background-color: #88bdbc;
}
.text-second {
  color: white;
  position: relative;
  left: 500px;
  top: 75px;
}
.text-second p {
  position: relative;
  right: 150px;
  top: 20px;
}

.content-icons {
  width: 80%;
  display: flex;
}
.icons-1 {
  background-color: #004b49;
  position: relative;
  bottom: 250px;
  left: 150px;
  height: 400px;
  margin: 10px;
  animation-name: example;
  animation-duration: 6s;
}
@keyframes example {
  from {
    background-color: #88bdbc;
  }
  to {
    background-color: #004b49;
  }
}
.icons-1:hover {
  background-color: #88bdbc;
  box-shadow: 3px 3px 3px 3px #004b49;
}
.icons-1 img {
  width: 40%;
  position: relative;
  left: 85px;
  top: 30px;
  border-radius: 100px;
}
.icons-1 h3 {
  color: white;
  position: relative;
  top: 30px;
  left: 70px;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 1s forwards;
}
.icons-1 p {
  color: white;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.icons-1 .p {
  position: relative;
  font-size: 10px;
  top: 30px;
  left: 75px;
}
.icons-1 .p1 {
  position: relative;
  top: 50px;
  left: 40px;
  width: 200px;
  text-align: justify;
}

.icons-1 a,
i {
  text-decoration: none;
  color: gray;
  position: relative;
  top: 35px;
  left: 45px;
  font-size: 25px;
}
.icons-1 a,
i:hover {
  color: rgb(72, 72, 255);
}
/* ==== == = ==  =THIRD CONTENT ======*/
.second-content {
  height: 100vh;
  background-color: #88bdbc;
  position: relative;
  bottom: 5px;
}
.p-second {
  position: relative;

  text-align: center;
  width: 800px;
}
.h1-second {
  position: relative;
  left: 50px;
}
.icons {
  display: flex;
}
.flex-1 {
  width: 300px;
  height: 400px;
  text-align: center;
  color: white;
  margin: 10px;
  background-color: #004b49;
  position: relative;
  top: 170px;
  left: 80px;
  padding: 10px;
  animation-name: example;
  animation-duration: 6s;
}
@keyframes example {
  from {
    background-color: #88bdbc;
  }
  to {
    background-color: #004b49;
  }
}
.flex-1:hover {
  background-color: transparent;
  box-shadow: 3px 3px 3px 3px #004b49;
}
.flex-h1 {
  position: relative;
  top: 40px;
  font-size: 20px;
}
.flex-p {
  position: relative;
  top: 50px;
  left: 25px;
  width: 250px;
  text-align: justify;
}
.flex-img {
  border-radius: 100px;
  position: relative;
  top: 25px;
}

.sixth-content {
  height: 100vh;
  background-color: rgb(255, 0, 157);
}
.c-1 {
  position: relative;
  top: 50px;
  color: white;
}

.clients {
  display: flex;
  text-align: justify;
}

.sixth-content {
  height: 100vh;
  background-color: #88bdbc;
  position: relative;
  bottom: 5px;
}
.c-1 {
  justify-content: space-between;
  position: relative;
  left: 80px;
  top: 150px;
  color: white;
  width: 600px;
  height: 150px;
  padding: 20px;
  margin: 20px;
  animation-name: example;
  animation-duration: 6s;
  box-shadow: 3px 3px 3px 3px #004b49;
}
@keyframes example {
  from {
    background-color: #004b49;
  }
  to {
    background-color: #88bdbc;
  }
}
.c-1:hover {
  background: linear-gradient(to left, #055e59 34%, #004b49 65%);
  color: white;
}
.c-1 .c-img {
  width: 10%;
  border-radius: 100px;
  position: relative;
  top: 30px;
  left: 40px;
}
.c-1 .p {
  width: 400px;
  height: 50px;
  position: relative;
  left: 150px;
  bottom: 40px;
}
.c-1 h3 {
  position: relative;
  bottom: 20px;
}
.c-1 .p1 {
  position: relative;
  bottom: 20px;
}
.clients {
  display: flex;
  text-align: justify;
}
.seventh-content {
  height: 100vh;
  position: relative;
  bottom: 10px;
  background-color: rgb(42, 42, 255);
}
.forma {
  width: 500px;
  color: white;
}
.forma form .emri .email {
  position: relative;
  top: 250px;
  left: 200px;
}

.textarea {
  position: relative;
  top: 200px;
  left: 400px;
  width: 700px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(1, 1, 71);
}
.emri {
  position: relative;
  top: 250px;
  left: 400px;
  margin: 10px;
  padding: 15px;
  width: 300px;
  border-radius: 10px;
  background-color: rgb(1, 1, 71);
}
.email {
  position: relative;
  top: 179px;
  left: 775px;
  margin: 10px;
  padding: 15px;
  width: 300px;
  border-radius: 10px;
  background-color: rgb(1, 1, 71);
}
.button1 {
  position: relative;
  top: 250px;
  left: 700px;
  padding: 10px;
  background-color: rgb(81, 81, 255);
  color: white;
  border: none;
  font-weight: bold;
}
.button1:hover {
  background-color: white;
  color: rgb(0, 0, 109);
}

/* footer */

footer {
  width: 100%;
  height: 70px;
  position: relative;
  bottom: 15px;
  background-color: #004b49;
  color: white;
  padding-top: 25px;
}
footer ul {
  display: flex;
  list-style-type: none;
}
footer ul li a {
  position: relative;
  left: 630px;
  top: 10px;
  padding: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
footer ul li a:hover {
  color: aqua;
}
.pp {
  color: white;
  position: relative;
  top: 20px;
  text-align: center;
}
.pp a {
  color: white;
}
.content-width {
  width: 86%;
  height: 100vh;
  margin: 0 auto;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slideshow-items {
  position: relative;
  width: 100%;
  height: 300px;
}

.item {
  position: absolute;
  width: 100%;
  height: auto;
}

.item-image-container {
  position: relative;
  width: 42%;
}

.item-image-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 101%;
  height: 101%;

  opacity: 0;
  z-index: 1;
}

.item-image {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  display: block;
  /* transition: property name | duration | timing-function | delay  */
  transition: opacity 0.3s ease-out 0.45s;
}

.item.active .item-image {
  opacity: 1;
}

.item.active .item-image-container::before {
  opacity: 0.8;
}

.item-description {
  position: absolute;
  top: 182px;
  right: 0;
  width: 50%;
  padding-right: 4%;
  line-height: 1.8;
}

/* Staggered Vertical Items ------------------------------------------------------*/
.item-header {
  position: absolute;
  top: 150px;
  left: -1.8%;
  z-index: 100;
}

.item-header .vertical-part {
  margin: 0 -4px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 7vw;
  color: #fff;
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
}

.item-header .vertical-part b {
  transition: 0.5s;
}

.item-description .vertical-part b {
  transition: 0.21s;
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
}

/* Controls ----------------------------------------------------------------------*/
.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
}

.controls ul {
  list-style: none;
}

.controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #bdbdd5;
  cursor: pointer;
}

.controls ul li.active {
  background: #6a6a77;
}

.kontakti {
  width: 100%;
  height: 75vh;
  margin-top: 10px;
  background-color: #004b49;
  position: relative;
  bottom: 15px;
}
.forma {
  width: 40%;
  height: 300px;
  position: relative;
  left: 30%;
  top: 15%;
  border: 1px solid #055e59;
  background-color: #055e59;
  border-radius: 100px;
  box-shadow: 3px 3px 3px 3px #055e59;
}
.form {
  position: relative;
  top: 30px;
}

label {
  color: #88bdbc;
  position: relative;
  top: 25px;
  left: 140px;
}
input {
  position: relative;
  left: 230px;
  width: 200px;
  height: 30px;
  border: 1px solid #88bdbc;
  border-radius: 10px;
  display: block;
}
button {
  position: relative;
  left: 300px;
  top: 20px;
  color: #fff;
  background-color: #88bdbc;
  border: none;
  padding: 10px;
  border-radius: 10px;
}
.btn1:hover {
  background-color: white;
  color: #88bdbc;
}
.a {
  position: relative;
  left: 230px;
  top: 20px;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #004b49;
}
.container1 {
  width: 100%;
  height: 1000px;
  background-color: #88bdbc;
}
.table {
  width: 75%;
  background-color: #004b49;
  position: relative;
  left: 185px;
  top: 100px;
  color: #ffffff;
}
.table .h2 {
  text-align: center;
}
