@font-face {
  font-family: myFirstFont;
  src: url("../fonts/29ltbukraregular.otf");
}

@font-face {
  font-family: myBFont;
  src: url("../fonts/29ltbukrabold.otf");
}

/* //////////////////////////////// */

html {
  scroll-behavior: smooth;
}

/* //////////////////////////////////// */

* {
  font-family: myFirstFont;
  margin: 0;
  padding: 0;
  direction: rtl;
}

a {
  text-decoration: none;
}

.body {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 100%;
}

.fontBold {
  font-family: myBFont;
}

.colG {
  color: #1e9f3b;
}
.container{
  margin: auto;
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 97%;
  }
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 90%;
    max-width: 1400px;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1550px;
  }
}

.bodyG {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background-image: url(../images/bgG.png);
  background-size: cover;
  background-color: #07284B;
}
.allBodyG {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
.logoImg {
  margin: 0 auto;
  /* margin-bottom: auto; */
  margin-bottom: 40px;
}
.cardG {
  /* margin-bottom: auto; */
  width: 100%;
}
.logoI {
  width: 100%;
  max-width: 450px;
  height: 100px;
  object-fit: contain;
  display: flex;
}

.allCardG {
  background-color: #ccecd32c;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  min-height: 500px;
  border-radius: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.imgcardG {
  width: 50%;
  position: relative;
}
.textcardG {
  width: 50%;
}

.cloudsimg {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 100%;
  animation: cloudsimg 10s normal linear infinite;
}

.bgStars {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  object-fit: contain;
}

.saturnimg {
  position: absolute;
  top: 30%;
  left: 40%;
  transform: translate(-50%, -50%);
  animation: saturnimg 5s normal linear infinite;
  width: 200px;
}

.moonImg {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 80px;
}

.cloud1 {
  position: absolute;
  top: 20px;
  right: 70px;
  width: 90px;
  animation: cloud 7s normal linear infinite;
}
.cloud2 {
  position: absolute;
  top: 20px;
  left: 70px;
  width: 80px;
  animation: cloud 7s normal linear infinite;
}
.cloud3 {
  position: absolute;
  bottom: 50px;
  left: 70px;
  width: 50px;
  animation: cloud 7s normal linear infinite;
}

.rocketimg {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  animation: rocketimg 1s infinite;
  transition: all 5s ease;
  z-index: 8;
  height: 400px;
}

@keyframes rocketimg {
  0% {
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0);
  }
  50% {
    transform: translate(-50%, -50%) translate3d(0px, -4px, 0);
  }
  100% {
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0);
  }
}

@keyframes cloud {
  0% {
    transform: translateX(10px);
  }
  25% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes cloudsimg {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(12px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes saturnimg {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  25% {
    transform: translate(-50%, -50%) rotate(2deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(4deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(2deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.textcardG {
  align-self: center;
  color: #fff;
}

.textcardG h1 {
  font-family: myBFont;
  position: relative;
  font-size: 40px;
}

.textcardG h1::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 6px;
  background-color: #fff;
  bottom: -22px;
  right: 0;
  border-radius: 20px;
}

.timer {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 70px;
  text-align: center;
}
.timer > span {
  font-size: 40px;
}
.tpop {
  width: 130px;
  height: 130px;
  background-color: #07284B26;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.timer p {
  margin-top: 14px;
  font-size: 28px;
}

@media (max-width: 1800px) {
  .logoI {
    max-width: 345px;
  }
  .tpop {
    width: 110px;
    height: 110px;
    font-size: 45px;
  }
}
@media (max-width: 1600px) {
  .allCardG{
    min-height: 460px;
  }
  .logoImg {
    margin-bottom: 20px;
}
}
@media (max-width: 1400px) {

  .allBodyG{
    max-width: 1200px;
  }
  .allCardG{
    min-height: 400px;
  }
  .saturnimg {
    width: 150px;
  }
  .saturnimg {
    left: 30%;
  }
  .rocketimg{
    height: 350px;
  }
}
@media (max-width: 1400px) {
  .textcardG h1 {
    font-size: 30px;
  }
  .logoImg{
    margin-bottom: 20px;
  }
  .logoI {
    max-width: 320px;
    height: 90px;
  }
  .tpop {
    width: 100px;
    height: 100px;
    font-size: 39px;
  }
  .timer p {
    font-size: 25px;
  }
  .saturnimg {
    width: 150px;
  }
  .moonImg {
    width: 55px;
  }
}
@media (max-width: 1250px) {
  .textcardG h1 {
    font-size: 30px;
  }
  .logoI {
    max-width: 300px;
  }
  .tpop {
    width: 80px;
    height: 80px;
    font-size: 33px;
  }
  .timer p {
    font-size: 22px;
  }
  .timer {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .allCardG {
    flex-direction: column-reverse;
    padding: 50px 25px 0 20px;
  }
  .rocketimg {
    bottom: 0 !important;
  }
  .timer {
    justify-content: center;
  }
  .textcardG {
    width: 100%;
  }
  .imgcardG {
    width: 100%;
    height: 450px;
  }
  .rocketimg {
    left: 50%;
    width: 130px;
  }
  .saturnimg {
    left: 15%;
    width: 100px;
  }
  .textcardG h1 {
    font-size: 26px;
  }
  .cloud2 {
    position: absolute;
    top: 100px;
    left: 30px;
    width: 43px;
  }
  .cloudsimg {
    right: -35px;
  }
}

@media (max-width: 550px) {
  .timer {
    gap: 10px;
  }
  .tpop {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .logoI {
    max-width: 280px;
    height: 80px;
  }
}
@media (max-width: 420px) {
  .timer {
    gap: 7px;
  }
  .tpop {
    width: 63px;
    height: 63px;
    font-size: 28px;
  }
  .timer p {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 390px) {
  .timer {
    gap: 7px;
  }
  .tpop {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
  .timer p {
    font-size: 18px;
    margin-top: 10px;
  }
}

/* /////////////////////////////////// */

.bodyMaintenance .textcardG h1::after {
  content: unset;
  margin-bottom: 20px;
}
.bodyMaintenance .textcardG h1 {
  margin-bottom: 20px;
}

.textcardG p {
  font-family: myBFont;
  font-size: 20px;
}

.btnsM {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btnM {
  padding: 10px 20px;
  background-color: #1e9f3b;
  border-radius: 30px;
  color: #fff !important;
  min-width: 200px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  box-shadow: rgba(0, 0, 0, 0.082) 0px 3px 8px;
}

.btnMC {
  background-color: #fff;
  color: #1e9f3b !important;
}

.ss {
  opacity: 50%;
}

.sM {
  width: 420px;
  position: absolute;
  bottom: -140px;
  right: -180px;
  animation: sM 60s normal linear infinite;
  transition: transform 5s ease;
}

@keyframes sM {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.sL {
  width: 500px;
  position: absolute;
  bottom: -140px;
  right: 200px;
  animation: sL 80s normal linear infinite;
  transition: transform 5s ease;
}

@keyframes sL {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.sS {
  width: 250px;
  position: absolute;
  top: 38px;
  right: 70px;
  animation: sL 30s normal linear infinite;
  transition: transform 5s ease;
}

.action{
  transition: all .3s ease;
}
.action:active{
  scale: 0.9;
}

@keyframes sL {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.bodyMaintenance .bgStars {
  z-index: -1;
  opacity: 20%;
}

@media (max-width: 1700px) {
  .sL {
    width: 400px;
    bottom: -140px;
    right: 180px;
  }
  .sM {
    width: 350px;
    bottom: -140px;
    right: -160px;
  }
  .sS {
    width: 200px;
    top: 140px;
    right: 70px;
  }
}
@media (max-width: 1400px) {
  .sL {
    width: 400px;
    bottom: -140px;
    right: 180px;
  }
  .sM {
    width: 350px;
    bottom: -140px;
    right: -160px;
  }
  .sS {
    width: 150px;
    top: 130px;
    right: 100px;
  }
  .textcardG p {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .sL {
    width: 350px;
    bottom: -140px;
    right: 140px;
  }
  .sM {
    width: 320px;
    bottom: -140px;
    right: -160px;
  }
  .sS {
    width: 150px;
    top: 150px;
    right: 70px;
  }
}
@media (max-width: 991px) {
  .sS {
    width: 150px;
    top: 60px;
    right: 70px;
  }
  .bodyMaintenance .imgcardG {
    height: 320px;
  }
  .textcardG h1 {
    font-size: 25px;
  }
  .textcardG p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .sL {
    width: 300px;
    bottom: -140px;
    right: 100px;
  }
  .sM {
    width: 280px;
    bottom: -140px;
    right: -160px;
  }
  .sS {
    width: 120px;
    top: 80px;
    right: 50px;
  }
  .btnsM {
    gap: 7px;
  }
  .btnM {
    min-width: 170px;
  }
  .bodyMaintenance .imgcardG {
    height: 280px;
  }
}
@media (max-width: 500px) {
  .sL {
    width: 240px;
    bottom: -100px;
    right: 90px;
  }
  .sM {
    width: 240px;
    bottom: -120px;
    right: -130px;
  }
  .sS {
    width: 120px;
    top: 40px;
    right: 30px;
  }
  .btnsM {
    gap: 7px;
  }
  .btnM {
    min-width: 170px;
  }
  .bodyMaintenance .imgcardG {
    height: 230px;
  }
}
@media (max-width: 480px) {
  .btnM {
    min-width: 170px;
    max-width: 100%;
  }
}


/* //////////////////////////////////////////////// */

.footerP{
  margin-top: 30px;
  color: #fff;
}

.footerC{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerItem{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

.footerItem p{
  font-size: 16px;
  margin-bottom: 0;
}

.social-media{
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-icon{
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon:hover{
  color: #04EAE9;
}

@media (max-width:991px) {
  .footerC{
    flex-direction: column-reverse;
    gap: 15px;
  }
  .footerItem{
    justify-content: center;
  }
}