body {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  background: var(--bs-darkbg);
  color: rgba(255,255,255,0.8);
}
p{
  color: rgba(255,255,255,0.8);
}
h1, h2, h3, h4, h5, h6{
  color: var(--bs-white-color);
}
a{
  color: var(--bs-white-color);
}
ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
:root {
  --bs-primary-orange: #f1471b;
  --bs-orange: #f8840d;
  --bs-primary-red: #d11c23;
  --bs-white-color: #fff;
  --bs-darkbg: #010439;
  --bs-blue: #007bc3;
  --bs-darkblue: #083878;
}
section {
  padding: 50px 0;
}
.tp_cntn {
  color: var(--bs-primary-orange);
  font-size: 13px;
}
.thme_btn {
  background: var(--bs-primary-orange);
  color: var(--bs-white-color);
  padding: 8px 20px;
  display: inline-block;
  border-radius: 7px;
 text-decoration: none;
}
.thme_btn span {
  display: inline-block;
  margin-left: 5px;
}
.thme_btn:hover {
  background: #fff;
  color: var(--bs-primary-orange);
}
/* start banner */
section.bnr-sctn {
  padding-top: 15px;
  z-index: 1;
}
.bnr-sctn::after{
      position: absolute;
    content: '';
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #010439 52%, transparent 78%);
    z-index: -1;
}
.bnr-sctn {
  background: url(../img/banner-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.bnr-sctn > .container{
  position: relative;
}
.sml_icn-01{
    position: absolute;
    top: 270px;
    left: 258px;
    animation: icnLft 6s ease 0.2s infinite;
    -webkit-animation: icnLft 6s ease 0.2s infinite;
    -moz-animation: icnLft 6s ease 0.2s infinite;
    -o-animation: icnLft 6s ease 0.2s infinite;
    -ms-animation: icnLft 6s ease 0.2s infinite;
}
.sml_icn-01 img{
  width: 55px;
    opacity: .9;
}
.sml_icn-02{
    position: absolute;
    right: 240px;
    top: 400px;
    animation: icnLft2 6s ease infinite;
    -webkit-animation: icnLft2 6s ease infinite;
    -moz-animation: icnLft2 6s ease infinite;
    -ms-animation: icnLft2 6s ease infinite;
    -o-animation: icnLft2 6s ease infinite;
}
.sml_icn-02 img{
  width: 55px;
  opacity: .9;
}
.big_icn_01 {
    position: absolute;
    top: 180px;
    animation: icnLft3 6s ease 0.5s infinite;
    -webkit-animation: icnLft3 6s ease 0.5s infinite;
    -moz-animation: icnLft3 6s ease 0.5s infinite;
    -o-animation: icnLft3 6s ease 0.5s infinite;
    -ms-animation: icnLft3 6s ease 0.5s infinite;
}
.big_icn_01 img{
  width: 155px;
  opacity: 0.13;
}
.big_icn_02 {
    position: absolute;
    top: 180px;
    right: 0;
     animation: icnLft4 6s ease infinite;
    -webkit-animation: icnLft4 6s ease infinite;
    -moz-animation: icnLft4 6s ease infinite;
    -o-animation: icnLft4 6s ease infinite;
    -ms-animation: icnLft4 6s ease infinite;
}
.big_icn_02 img{
  width: 155px;
  opacity: 0.13;
}
section.bnr-sctn .star-field{
  z-index: -1;
}
.info_engy {
    z-index: 1;
    position: relative;
    border-top: 1px solid rgb(255 255 255 / 5%);
}
.abt_bg_an{
  position: relative;
  z-index: 1;
}
.abt_bg_an .star_anm2{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.abt_bg_an .star_anm2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: imgZm 8s linear infinite;
}
@keyframes imgZm{
  0%{transform: scale(1);}
  25%{transform: scale(1.2);}
  50%{transform: scale(1.4);}
  75%{transform: scale(1.3);}
  100%{transform: scale(1);}
}

.hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hdr > .logo {
  width: 30%;
}
.hdr > .logo img {
  width: 175px;
}
.hdr > .menu {
  width: calc(100% - 30%);
}
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuS ul li {
  display: inline-block;
  margin: 5px 25px;
}
.menuS ul li a {
  display: block;
  color: var(--bs-white-color);
  text-decoration: none;
  /* padding: 4px 28px; */
  position: relative;
}
.menuS ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--bs-primary-orange);
  bottom: -4px;
  left: 0;
  transition: width 0.3s ease;
}
.menuS ul li a:hover {
  color: var(--bs-primary-orange);
}
.menuS ul li a:hover:after {
  width: 100%;
}
.scl_icns ul li {
  display: inline-block;
  margin-left: 6px;
}
.scl_icns ul li:first-child {
  margin-left: 0;
}
.scl_icns ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background: linear-gradient(
    90deg,
    var(--bs-orange) 30%,
    var(--bs-primary-red) 84%
  );
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
}
.scl_icns ul li a:hover {
  background: linear-gradient(
    90deg,
    var(--bs-primary-red) 30%,
    var(--bs-orange) 84%
  );
}
.menuBr .mn_btn{
  background: transparent;
  border: none;
      background: linear-gradient(90deg, var(--bs-orange) 30%, var(--bs-primary-red) 84%);
    color: #fff;
    border: 2px solid rgb(255 255 255 / 30%);
    display: none;
}
.human_img {
  margin-top: 25px;
}
.rotating-box {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotateY(65deg) rotateX(50deg);
  transform-style: preserve-3d;
  z-index: -1;
}

.rotation-list {
  width: 500px;
  height: 500px;
  transform-style: preserve-3d;
  animation: rotateX 20s linear infinite;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-item {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px #aea4e4;
  animation: rotating 20s linear infinite, shadow-gradient 20s linear infinite;
}

@keyframes rotating {
  0% {
    box-shadow: 0 0 10px #aea4e4;
  }
  50% {
    box-shadow: 0 0 10px rgba(94, 192, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 10px #aea4e4;
  }
}

@keyframes shadow-gradient {
  0% {
    box-shadow: none;
  }
  10% {
    box-shadow: 0 0 20px #aea4e4;
  }
  50% {
    box-shadow: 0 0 20px rgba(94, 192, 255, 0.5);
  }
  90% {
    box-shadow: 0 0 20px #aea4e4;
  }
  100% {
    box-shadow: none;
  }
}

.list-item span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/glxy-ani.png)
    no-repeat center center;
  /*filter: hue-rotate(160deg);*/
  background-size: cover;
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.item-2 {
  transform: rotateX(60deg) rotateZ(60deg);
}

.item-3 {
  transform: rotateX(-50deg) rotateZ(-56deg);
}
.bnr_txt {
  margin-top: -225px;
}
.bnr_hayonergy_tx .bnr_hdg {
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 800;
  color: transparent;
  background-image: linear-gradient(
    to top,
    var(--bs-orange) 40%,
    var(--bs-primary-red) 80%
  );
  -webkit-background-clip: text;
}
.lf_cntnt .bnr_para {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
.lf_cntnt .bnr_hdg {
  color: var(--bs-white-color);
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 800;
}
.star_anm{
 position: absolute;
    top: -145px;
    left: 0;
    z-index: -2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    animation: starAnm 4s linear infinite alternate;
}
@keyframes starAnm{
   0%   { top: -145px; }
    25%  { top: -120px; }
    50%  { top: -80px; }
    75%  { top: -40px; }
    100% { top: 0; }

}
.star_anm img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.5);
}
/* end banner */

/* start info */
.card_cntnt {
    background: rgb(255 255 255 / 9%);
    border-radius: 16px;
    padding: 15px;
    backdrop-filter: blur(1px);
    border: 2px solid rgb(255 255 255 / 2%);
    transition: border 0.3s ease-in-out;
    position: relative;
}
.card_cntnt:hover {
    border: 2px solid transparent;
    background: #fff;
    position: relative;

}
.card_cntnt:hover::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #1a204f;
  z-index: -1;
  width: 100%;
  height: 100%;
   border-radius: 16px;
}
.card_cntnt:hover::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(0deg, #8E4C17, #F0BB36, #F3E4C2, #F0BB36, #8E4C17);
    border-radius: 16px;
    z-index: -2;
}
.card_cntnt .img_crd {
  width: 140px;
  height: 140px;
  border: 2px solid var(--bs-primary-orange);
  border-radius: 50%;
  background: linear-gradient(to bottom, var(--bs-blue), var(--bs-darkblue));
  padding: 10px;
  margin: 0 auto;
}
.card_cntnt .img_crd img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.card_cntnt .hdgH6 {
  text-align: center;
  color: var(--bs-white-color);
  font-size: 25px;
  margin-top: 15px;
}
.card_cntnt .para {
  color: var(--bs-primary-orange);
  text-align: center;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  margin-top: 5px;
}
/* end info */
/* start about content */
.abt_antnt .abht_hdg {
  color: var(--bs-white-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.6px;
}
.abt_antnt .para {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.abt_antnt .abt_list {
  list-style: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
.abt_antnt .abt_list li {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  width: 100%;
  gap: 15px;
  margin-top: 10px;
}
.abt_antnt .abt_list li .icn {
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom, var(--bs-blue), var(--bs-darkblue));
  border-radius: 50%;
  position: relative;
}
.abt_antnt .abt_list li .icn img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
}
.abt_antnt .abt_list li .cntnt {
  width: calc(100% - 48px);
}
.abt_antnt .abt_list li .cntnt p {
  margin: 0;
}
.abt_antnt .thme_btn {
  margin-top: 45px;
}
.abt_img .zm_in_out {
  width: 380px;
  margin: 0 auto;
  display: block;
  animation: zoomImg 8s linear infinite;
}
@keyframes zoomImg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* end about content */
/* start program */
.opening_frst_cntnt {
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(3px);
  border-radius: 25px;
  padding: 40px 140px;
  text-align: center;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.opening_frst_cntnt .hdgH4 {
  color: var(--bs-white-color);
  text-transform: uppercase;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.opening_frst_cntnt .thme_btn {
  font-size: 14px;
  margin-top: 10px;
}
.opning_bg_cntnt {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 240px;
}
.opning_bg_cntnt .img_cntnt {
  position: relative;
  width: 100%;
  height: 100%;
}
.opning_bg_cntnt .img_cntnt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.flg_icn {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
}
.flg_icn img {
  width: 32px;
}
.opning_bg_cntnt .cntnt_opng {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px;
  top: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: top 0.3s linear;
}
.opning_bg_cntnt.opning_bg_cntnt2 .cntnt_opng{
  top: 65%;
}
.opning_bg_cntnt.opning_bg_cntnt3 .cntnt_opng{
  top: 60%;
}
.opning_bg_cntnt:hover .cntnt_opng {
  top: 0;
}
.opning_bg_cntnt .cntnt_opng .hdgH5 {
  color: var(--bs-white-color);
}
.opning_bg_cntnt .cntnt_opng .hdgH6 {
  color: var(--bs-white-color);
  font-size: 15px;
  padding-top: 16px;
}
.opning_bg_cntnt::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 50%), transparent);
  top: 0;
  left: 0;
  z-index: 1;
}
.opning_bg_cntnt:hover::before {
  background: rgb(0 0 0 / 55%);
}
.cntnt_opng .btm_txt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 220px;
  gap: 10px;
}
.cntnt_opng .btm_txt .icn {
  width: 30px;
}
.cntnt_opng .btm_txt .icn img {
  width: 19px;
}
.cntnt_opng .btm_txt .txt {
  width: calc(100% - 30px);
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 25px;
}

/* end program */
/* start footer */
.jn_cntnt{
  text-align: center;
  color: var(--bs-white-color);
}
.jn_cntnt .hdgH2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
}
.jn_cntnt .para{
      font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 25px;
    letter-spacing: .5px;
}
.jn_frm{
  width: 100%;
  position: relative;
}
.jn_frm .inpt_bx{
  width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border-radius: 25px;
    padding: 12px 170px 12px 25px;
    outline: none;
    color: var(--bs-white-color);

    border-top: 1px solid #8E4C17;
    border-bottom: 1px solid #8E4C17;
    border-left: 1px solid #F0BB36;
    border-right: 1px solid #F0BB36;

}
.jn_frm .thme_btn{
  position: absolute;
    right: 7px;
    top: 6px;
    border: none;
    font-size: 14px;
    border-radius: 25px;
}
.ftr_mdl_cntnt {
    margin-top: 80px;
    padding-top: 40px;
    position: relative;
}
.ftr_mdl_cntnt::after{
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #8E4C17, #F0BB36, #F3E4C2, #F0BB36, #8E4C17);
    opacity: .4;
}
.ftr_lft_cntnt img{
  width: 170px;
}
.ftr_lft_cntnt .para{
  margin: 0;
    font-size: 13px;
    line-height: 28px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
}
.qukLink {
    padding-left: 70px;
}
.qukLink .hdgH5{
  color: var(--bs-primary-orange);
    font-weight: 700;
    margin-bottom: 20px;
}
.qukLink ul{
  list-style: none;
  padding: 0;
  margin: 0;

}

.qukLink li{
 display: block;
    margin-top: 15px;
}
.qukLink li:first-child{
  margin-top: 0;
}
.qukLink li .ftr_anchr{
      color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.qukLink li .ftr_anchr .icn{
  display: block;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.qukLink li .ftr_anchr .icn img{
  width: 15px;
}
.qukLink li .ftr_anchr .cntnt{
  display: block;
  width: calc(100% - 20px);
}
.qukLink li .ftr_anchr:hover .cntnt{
  color: var(--bs-primary-orange);
  text-decoration: underline;
}
.qukLink li .ftr_anchr:hover .icn{
  transform: translateX(5px);
}
.ftr_cntnt .hdgH5{
      color: var(--bs-primary-orange);
    font-weight: 700;
    margin-bottom: 20px;
}
.ftr_cntnt li{
  display: block;
    margin-top: 15px;
}
.ftr_cntnt li:first-child{
  margin-top: 0;
}
.ftr_cntnt li .ftr_anchr{
      color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    line-height: 27px;
}
.ftr_cntnt li .ftr_anchr .icn{
  display: block;
    width: 27px;
    height: 26px;
    background: linear-gradient(16deg, var(--bs-primary-red), var(--bs-orange));
    border-radius: 50%;
}
.ftr_cntnt li .ftr_anchr .icn img{
  display: block;
  margin: 5px auto 0 auto;
}
.ftr_cntnt li .ftr_anchr .cntnt{
  width: calc(100% - 27px);

}
.ftr_cntnt li .ftr_anchr:hover .icn{
  background: linear-gradient(16deg, var(--bs-orange), var(--bs-primary-red));
}
.last_ftr {
        text-align: center;
    padding: 20px 0;
    position: relative;
    margin-top: 35px;
}
.last_ftr::after{
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #8E4C17, #F0BB36, #F3E4C2, #F0BB36, #8E4C17);
    opacity: .4;
}
.last_ftr p{
  color: rgba(255,255,255,0.8);
  margin: 0;
  font-size: 14px;
}
.last_ftr p a:hover{
  color: var(--bs-primary-orange);
}
.footer_cntnt{
  position: relative;
  z-index: 1;
}
.footer_cntnt .footer_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer_cntnt .footer_bg img{
  width: 100%;
  height: 100%;
}
.mdl_bgclr{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(1 4 57 / 30%);
  z-index: 3;
  display: none;
}
/* end footer */

