* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1vw;
}

@font-face {
  font-family: handy;
  src: url(../assets/fonts/WhiteAngelica.ttf);
}

@font-face {
  font-family: text;
  src: url(../assets/fonts/futura-pt-light.otf);
}

body {
  max-width: 1920px;
  margin: auto;
  background-image: linear-gradient(200deg, #e4e4e4 0%, #d5dbde 30%, #a7a394ec 60%, #5b6352f5 100%);
  background-repeat: no-repeat;
}

header {
  height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1em 0;
  padding-right: 5vw;
}

header .logo-text {
  font-family: handy;
  font-size: 1.35em;
  color: #5a5a5a;
  text-shadow: 1px 1px 5px #7c7c7c;
  margin-left: 10vw;
}

header nav {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, black, #e4e1e1) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(black), to(#e4e1e1)) 1;
     border-image: linear-gradient(to right, black, #e4e1e1) 1;
}

header nav a {
  font-family: text;
  font-size: 1em;
  color: darkgray;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header nav a div {
  width: 1.5vw;
  height: 0.15vw;
  background-color: darkgray;
  margin: 0.2vw 0;
}

header nav a:hover {
  color: #051801;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

section {
  height: 35.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  padding-left: 5vw;
  padding-bottom: 4.1vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .bubbles {
  width: 50%;
  position: relative;
  overflow: hidden;
}

section .bubbles .bubbles1 {
  background-color: darkkhaki;
  background-image: url(../assets/images/tanergur.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 6px #727272;
          box-shadow: 3px 3px 6px #727272;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  z-index: 1;
}

section .bubbles .bubbles2 {
  background-image: url(../assets/images/aboutus.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-box-shadow: 2px 2px 4px #949493;
          box-shadow: 2px 2px 4px #949493;
  position: absolute;
  top: 5%;
  left: 10%;
  width: 9vw;
  height: 9vw;
  background-color: #97c1c7;
  border-radius: 50%;
}

section .bubbles .bubbles3 {
  background-image: url(../assets/images/yesimgur.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px #949493;
          box-shadow: 2px 2px 4px #949493;
  position: absolute;
  top: 1%;
  left: 60%;
  width: 9vw;
  height: 9vw;
  background-color: #c2a9a2;
  border-radius: 50%;
}

section .bubbles .bubbles4 {
  background-image: url(../assets/images/ibrahim.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px #7c7c7c;
          box-shadow: 2px 2px 4px #7c7c7c;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 8vw;
  height: 8vw;
  background-color: #a9a1c5;
  border-radius: 50%;
}

section .bubbles .bubbles5 {
  background-image: url(../assets/images/working.JPG);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px #949493;
          box-shadow: 2px 2px 4px #949493;
  position: absolute;
  bottom: 5%;
  right: 30%;
  width: 10vw;
  height: 10vw;
  background-color: #a3b396;
  border-radius: 50%;
}

section .cv {
  width: 50%;
  padding-right: 2vw;
}

section .cv h2 {
  padding-bottom: 2vw;
  font-family: text;
  font-size: 2vw;
}

section .cv p {
  padding-bottom: 2vw;
  font-family: text;
  font-size: 1.2vw;
}

section .cv img {
  width: 12vw;
}

footer {
  height: 10vw;
  background-color: #051801;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-style {
  font-family: text;
  color: rgba(245, 245, 245, 0.5);
  -webkit-transition: 0.05s ease-out;
  transition: 0.05s ease-out;
}

footer span:hover {
  color: whitesmoke;
}

footer .footer-style {
  font-family: text;
  color: rgba(245, 245, 245, 0.5);
  -webkit-transition: 0.05s ease-out;
  transition: 0.05s ease-out;
}

footer span:hover {
  color: whitesmoke;
}
/*# sourceMappingURL=aboutus.css.map */