/**
*
* Testing
*
**/
@font-face {
  font-family: 'cairo';
  src: url(../font/CAIRO-REGULAR.TTF);
}

@font-face {
  font-family: tahoma;
  src: url("../font/TAHOMA.TTF");
}

* {
  overflow: hidden;
}

body {
  padding-left: 5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F6D92), to(#07AFD3));
  background: linear-gradient(#2F6D92, #07AFD3);
  position: relative;
  height: 100vh;
}

@media (max-width: 768px) {
  body {
    font-size: x-small;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5vw;
}

.logo .logoImg {
  width: 13vw;
}

@media (max-width: 450px) {
  .logo .logoImg {
    width: 25vw;
  }
}

.logo .contactUs {
  margin-right: 5vw;
  color: #07AFD3;
  font-size: 2rem;
  font-family: cairo;
  cursor: pointer;
}

@media (max-width: 450px) {
  .logo .contactUs {
    font-size: 1rem;
  }
}

.logo .icons {
  display: none;
  margin-right: 5vw;
}

.logo .icons img {
  margin: 2vw;
}

@media (max-width: 450px) {
  .logo .icons img {
    width: 7vw;
  }
}

.rightLogo {
  position: fixed;
  top: 0vh;
  right: 0vw;
  z-index: -1;
}

.rightLogo .rightLogoImg {
  height: 110vh;
}

.animate__fadeInBottomRight {
  --animate-duration: 2s;
}

.animate__fadeInBottomLeft {
  --animate-duration: 2s;
}

.comingSoon {
  font-size: 6.5vw;
  margin-top: 10vh;
  color: #2F6D92;
  font-family: tahoma;
  font-weight: bold;
}

@media (max-width: 450px) {
  .comingSoon {
    font-size: 10vw;
  }
}

.comingSoonDesc {
  width: 50vw;
  font-size: 1.3vw;
  color: #07AFD3;
  margin-top: 1vh;
  font-family: 'cairo';
  font-weight: bold;
}

@media (max-width: 450px) {
  .comingSoonDesc {
    width: 90vw;
    font-size: 3.7vw;
  }
}

.btn {
  margin-top: 5vh;
  font-family: tahoma;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F6D92), to(#07AFD3));
  background: linear-gradient(#2F6D92, #07AFD3);
  color: #fff;
  padding: .5vw 2vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8vw;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 450px) {
  .btn {
    font-size: 4vw;
    padding: 2.5vw 5vw;
  }
}

a:hover {
  text-decoration: none;
  color: white;
}

.leftLogo {
  position: fixed;
  bottom: 0vh;
  width: 65vw;
  left: -24vw;
}

.leftLogo .leftLogoImg {
  height: 100vh;
}

.leftLogo-2 {
  left: auto;
  right: -376px;
}

.bluePath .bluePathImg {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 78vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 80%;
}

.bluePath .darkBlueImg {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 26%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 80%;
}

.bluePath .darkBlueImg-2 {
  position: fixed;
  right: 0px;
  bottom: -39px;
  width: 29%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bluePath2 .bluePathImg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  left: auto;
  right: 0px;
}

.bluePath2 .darkBlueImg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  left: auto;
  right: 0px;
}

.bluePath2 .darkBlueImg-2 {
  right: auto;
  left: 0px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

nav .home {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: 30px;
  top: 30px;
  color: #07AFD3;
  font-weight: bold;
  font-family: tahoma;
  font-size: 1.5rem;
  z-index: 556;
}

nav a {
  text-decoration: none;
  color: #07AFD3;
}

.servicesList {
  position: fixed;
  right: 15vw;
  top: 15vh;
  padding-left: 5vw;
}

.servicesList .title {
  color: #2F6D92;
  font-weight: bold;
  font-family: tahoma;
  font-size: 3rem;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .servicesList .title {
    font-size: 2rem;
  }
}

.servicesList ul {
  padding: 0px;
}

.servicesList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.servicesList ul li .fire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servicesList ul li .fire img {
  width: 50px;
  margin: 15px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .servicesList ul li .fire img {
    width: 30px;
  }
}

.servicesList ul li .fire div {
  font-family: 'cairo';
  color: #07AFD3;
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .servicesList ul li .fire div {
    font-size: 1.3rem;
  }
}

.servicesList ul li .desc {
  width: 30vw;
  color: #2F6D92;
  font-family: 'cairo';
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 80px;
  display: none;
  margin-right: 20px;
}

.servicesList ul li .desc .X {
  position: absolute;
  right: 0px;
  color: black;
  cursor: pointer;
}

@media (max-width: 768px) {
  .servicesList ul li .desc {
    padding-left: 50px;
    width: 45vw;
  }
}

@media (max-width: 450px) {
  .servicesList ul li .desc {
    width: 60vw;
  }
}

.servicesList .ul-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.servicesList .ul-btn a {
  border: 2px solid #2F6D92;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

@media (max-width: 768px) {
  .servicesList .ul-btn a {
    width: 70px;
    height: 30px;
    border-radius: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
}

.servicesList .ul-btn a:after {
  content: "next";
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  margin-left: 10px;
  font-size: 1rem;
  font-family: tahoma;
  color: #2F6D92;
  display: none;
  font-weight: bold;
}

@media (max-width: 768px) {
  .servicesList .ul-btn a:after {
    opacity: 1;
    display: inline;
  }
}

.servicesList .ul-btn a:hover {
  width: 70px;
  border-radius: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}

.servicesList .ul-btn a:hover:after {
  opacity: 1;
  display: inline;
}

.servicesList .ul-btn a:focus {
  outline: none;
}

.servicesList .ul-btn .a:after {
  content: "back";
}

.servicesList .ul-btn-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.servicesList2 {
  left: 10vw;
  right: auto;
}

.svg {
  z-index: -1;
  position: fixed;
  top: -70vh;
  left: -31vw;
}

.svgServic {
  z-index: -1;
  position: fixed;
  top: -471vh;
  left: -31vw;
  stroke: black !important;
  fill: black !important;
}

.svgServic * {
  stroke: black !important;
  fill: black !important;
}

@media (max-width: 768px) {
  .svgServic {
    display: none;
  }
}

.animate__fadeInUp {
  --animate-duration: 2s;
}

.animate__fadeIn {
  --animate-duration: 2s;
}

.animate__fadeInRight {
  --animate-duration: 2s;
}
/*# sourceMappingURL=style.css.map */