@font-face {
  font-family: "Earth";
  src: url(/Src/Fonts/earthorbiter.ttf);
}
@font-face {
  font-family: "Caver";
  src: url(/Src/Fonts/Caver\ Pitalsal.otf);
}
/************************************************/
* {
  box-sizing: border-box;
}
:root {
  --GP-Font-1: "Earth", sans-serif;
  --GP-Font-2: "Caver", sans-serif;
  --GP-Color-1: rgb(23, 24, 37);
  --bodyColor: #1e272e;
  --openColor: #2f3542;
  --itemsColor: #118488;
  --GP-CC: whitesmoke;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--GP-Color-1);
}
/************************************************/
.vit {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 300px;
  width: 100%;
  background-color: #118488;
  border-bottom: 3px solid var(--GP-CC);
}
.vit .img {
  margin: 30px;
}
.vit .img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid var(--GP-CC);
  animation: rot 5s linear;
  animation-iteration-count: 2;
  animation-delay: 3s;
}
.vit .font {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  flex-direction: column;
  width: 70%;
}
.vit .font #cn {
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
  text-decoration: solid;
  font-family: var(--GP-Font-1);
  color: var(--GP-CC);
  font-size: 100px;
  letter-spacing: 5px;
}
.vit .font #sol {
  float: right;
  font-size: 50px;
  width: calc(100% - 90px);
  margin: 0;
  font-family: var(--GP-Font-2);
  color: var(--GP-CC);
  letter-spacing: 2px;
  opacity: 60%;
}
#zpk {
  list-style: none;
  color: var(--GP-CC);
}
@keyframes rot {
  0% {
    filter: grayscale(0);
    box-shadow: 0 0 15px 0px var(--GP-CC);
    border-radius: 50%;
  }
  30% {
    filter: grayscale(1);
    box-shadow: 0 0 90px 15px var(--GP-CC);
    border-radius: 0;
  }
}
/*************************************************/
.open {
  flex-wrap: wrap;
  margin: 30px auto;
  display: flex;
  opacity: 0%;
  justify-content: space-evenly;
  align-items: center;
  width: calc(100% - 100px);
  height: auto;
  /* border: 2px solid var(--itemsColor); */
}
.rec {
  position: relative;
  padding: 0;
  margin: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  width: 250px;
  height: 400px;
  border: 3px solid white;
  box-shadow: 0 0 15px 0px var(--GP-CC);
  border: 3px solid var(--GP-CC);
  border-radius: 10px;
}
.rec .appName {
  margin: 0;
  background-color: white;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: var(--GP-Font-2);
  height: 40px;
  letter-spacing: 3px;
  color: var(--openColor);
  border-radius: 5px 5px 0 0;
}
.rec .flag {
  top: 40px;
  position: absolute;
  width: 100%;
  height: 50px;
  opacity: 80%;
}
.rec .imgApp {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 280px;
}
.rec .comp {
  margin: 0;
  flex: 1;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  background-color: white;
}
.rec .comp .dwn {
  margin: 5px;
  text-align: center;
  font-family: var(--GP-Font-2);
  letter-spacing: 2px;
  color: var(--openColor);
  font-size: 20px;
}
.rec .comp .btnDwn {
  flex: 1;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  font-family: var(--GP-Font-1);
  background-color: var(--itemsColor);
  color: var(--GP-CC);
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease-in-out;
}
.btnDwn:hover {
  opacity: 0.8;
}
/************************* FOOTER ********************************/
.contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: row;
  width: calc(100% - 5px);
  height: auto;
  background-color: var(--itemsColor);
}
.contact .tg {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 19.5%;
  height: 50px;
  border-radius: 100px;
  background-color: var(--GP-CC);
  cursor: pointer;
}
.contact .tg:hover {
  background-color: var(--openColor);
  color: var(--GP-CC);
}
.contact .tg img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--GP-CC);
}
.contact .tg .tt {
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  width: 150px;
  font-size: 25px;
  font-family: var(--GP-Font-2);
}
.contact #copy {
  margin: 0;
  font: 15px var(--GP-Font-2);
  letter-spacing: 3px;
  color: var(--GP-CC);
}
.contact .leg {
  margin: 10px;
  padding: 15px;
  border: 2px solid var(--GP-CC);
  border-radius: 10px;
}
/* --------------------------------------------------------- */
.dep {
  position: absolute;
  width: 280px;
  bottom: 175px;
  right: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--itemsColor);
  border: 3px solid var(--GP-CC);
  border-radius: 10px;
}
.dep h3 {
  margin: 0;
  color: white;
  font-family: var(--GP-Font-2);
  width: 100%;
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.dep h3:hover {
  background-color: var(--GP-CC);
  color: var(--openColor);
}
.leg i {
  color: var(--GP-CC);
  margin: 0 5px;
}
/************************** RESPONSIV ******************/
@media (max-width: 1245px) {
  .vit .font #cn {
    font-size: 50px;
  }
  .vit .font #sol {
    font-size: 25px;
  }
}
.mobile {
  display: none;
}
/********************* NEW RESPONSIVE *******************/
@media (max-width: 800px) {
  .contact {
    display: none;
  }
  .vit {
    width: 100%;
    height: 120px;
  }
  .vit .img {
    margin: 0;
  }
  .vit .img img {
    padding: 0%;
    margin: 5px;
    width: 80px;
    height: 80px;
    border: 3px solid var(--GP-CC);
  }
  .vit .font #cn {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .vit .font #sol {
    font-size: 15px;
    width: calc(100% - 30px);
  }
  .mobile {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
    border-top: 2px solid var(--GP-CC);
    width: 100%;
    height: 230px;
    background-color: var(--itemsColor);
  }
  .contactList {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: auto;
  }
  .contactList li {
    margin: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    font-family: var(--GP-Font-2);
    color: var(--GP-CC);
    height: 25px;
    width: 100%;
    padding: 0;
  }
  li img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--GP-CC);
  }
  /*********** GP LOGO ***********/
  .gpLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
  }
  .gpLogo img {
    border: 3px solid var(--GP-CC);
    width: 50%;
    height: 50%;
    border-radius: 50%;
  }
}

.webphone {
  display: none;
}

/* @media (max-width: 505px) {
  .open,
  .vit {
    display: none;
  }
  .webphone {
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--itemsColor);
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 30px);
    height: 500px;
  }
  .webphone .gp_logo_phone {
    margin: 10px;
    border-right: 3px solid var(--itemsColor);
    color: var(--itemsColor);
    font-family: var(--GP-Font-1);
    padding: 5px;
  }
  .webphone .msg_phone {
    color: var(--GP-CC);
    font-family: var(--GP-Font-2);
    letter-spacing: 1px;
  }
} */
