html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  border-top: 3px solid #fcab6d;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratmedium';
  src: url('../fonts/montserrat-medium-webfont.woff') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat-semibold-webfont.woff') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

input,
select,
textarea,
textarea:focus,
input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
.table,
textarea,
label {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

button:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.container {
  max-width: 1410px;
}

.header_wrapper {
  margin: 30px 0px 0px 0px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 20px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}

.header_navigation {
  z-index: 4;
  position: relative;
}

.header_navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}

.header_navigation ul li {
  padding: 0px 0px 0px 30px;
  /*overflow: hidden;*/
}

.header_navigation ul li a {
  font-size: 13px;
  color: #888686;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s all linear;
}

.header_navigation ul li a.active {
  color: #ff7007;
}

.header_navigation ul li a:hover::before {
  width: 100%;
}

.header_navigation ul li a::before {
  content: '';
  width: 0px;
  bottom: -5px;
  right: 0px;
  height: 2px;
  background: #ff7007;
  position: absolute;
  transition: 0.5s all linear;
}





.packegs-sec h1 {
 font-size:45px;
 font-weight:600;
 text-align:center;
 margin-top:50px;
 color:#fe780e;
 text-transform:uppercase
}
p.packges-hading-p {
 font-size:20px;
 text-align:center;
 margin:25px 0;
 font-weight:500
}
.packegs-box-sec {
 transition:.15s;
 border:2px solid #f0f0f0;
 height:650px;
 text-align:center;
 margin:35px 0;
 border-radius:12px;
 padding:20px 16px;
 background:#f7f7f7
}
.packegs-box-sec h5 {
 background:#fe780e;
 width:100%;
 max-width:180px;
 padding:10px 0;
 margin:0 auto;
 border-radius:30px
}
.packegs-box-sec h3 {
 font-size:40px;
 font-weight:600;
 margin:15px 0;
 color:#fe780e;
}
.packegs-box-sec p {
 max-width:280px;
 font-size:14px;
 margin:0 auto
}
ul.packegs-box-sec-2 {
 list-style:none;
 overflow:hidden;
 overflow-y:scroll;
 height:280px
}
ul.packegs-box-sec-2 li {
 padding:4px 0;
 font-size:18px
}
.packegs-box-sec-3 {
 display:flex;
 justify-content:space-between;
 align-items:flex-end;
 border-top:1px solid #e4e4e4;
 margin: 45px 0;
}
.packegs-contant h6 {
 font-size:15px;
 text-decoration:line-through;
 margin-top:15px
}
.packegs-contant h3 {
 margin:0;
 font-size:35px;
 color:#fe780e
}
.packegs-box-sec button {
 border:3px solid #fe780e;
 padding:15px 100px;
 border-radius:10px;
 margin-top:22px;
 cursor:pointer;
 outline:none;
 font-size:20px;
 font-weight:600;
 background:#fe780e!important
}
.packegs-box-sec button:hover {
 background:#000!important;
 color:#fff;
 transition:.15s;
 border:1px solid #202020
}
.packegs-box-sec:hover {
 border:3px solid #fe780e;
 box-shadow:0 2px 6px 0 #f76d00;
 transition:.15s
}
ul.packegs-box-sec-2::-webkit-scrollbar {
 width:6px;
 background-color:#F5F5F5
}
ul.packegs-box-sec-2::-webkit-scrollbar-thumb {
 background-color:#fe780e
}
ul.packegs-box-sec-2::-moz-scrollbar {
 width:6px;
 background-color:#F5F5F5
}
ul.packegs-box-sec-2::-moz-scrollbar-thumb {
 background-color:#fe780e
}






.header_navigation ul li button {
    height: 30px;
    line-height: 30px;
  font-size: 12px;
  /*color: #FFF;*/
  /*text-transform: uppercase;*/
  /*border: none;*/
  /*background-image: linear-gradient(to left, #ff7209, #fe7c10, #fe8617, #fd8f1f, #fc9827);*/
  padding: 0px 12px;
  border-radius: 5px;
  /*margin-top: 15px;*/
  /*box-shadow: 0px 0px 10px 4px #f9ccaa;*/
  /*z-index: 3;*/
  /*transition: all 0.3s ease-in-out;*/
}

.header_navigation ul li button:hover {
  /*background-image: linear-gradient(to left, #fc9827, #fd8f1f, #fe7c10, #fe7c10, #ff7209);*/
}

.header_navigation ul li a span {
  display: flex;
  transition: 0.5s all linear;
  transform: translateX(81%);
}

.header_navigation ul li a:hover span {
  color: #fe730a;
  transition: 0.5s all linear;
  transform: translateX(0%);
}

.banner_wrapper {
  margin-top: 80px;
  position: relative;
}

.banner_wrapper::after {
  content: '';
  background: url(../images/rounded.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: scale03 ease-in-out 3s infinite;
}

.banner_wrapper::before {
  content: '';
  background: url(../images/dots02.png) no-repeat;
  max-width: 82px;
  max-height: 152px;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 110px;
}

.banner_wrapper_inner {
  background-color: rgba(255, 114, 9, 0.92);
  width: 690px;
  height: 690px;
  border-radius: 50%;
  position: absolute;
  right: 100px;
  top: 50px;
  padding: 135px 0px 0px 170px;
  animation-name: background_color;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 2;
}

.banner_wrapper_inner h1 {
  font-size: 57px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.banner_wrapper_inner p {
  font-size: 22px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 20px;
  width: 85%;
}

.banner_wrapper_inner button {
  background: #000;
  border: none;
  color: #FFF;
  font-size: 14px;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 5px;
}

.banner_wrapper_inner .banner-wifi-img {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.banner_wrapper_inner .banner-wifi-top-img {
  position: absolute;
  top: -90px;
  right: 25px;
  animation: spin linear 10s infinite;
}

.banner_wrapper_inner .stripes {
  position: absolute;
  background: #8f6700;
  height: 90px;
  display: block;
  width: 3px;
  right: 0;
  transform: rotate(-45deg);
}

.banner_wrapper_inner .stripes::before {
  content: '';
  position: absolute;
  background: #c3cece;
  height: 90px;
  width: 3px;
  right: -10px;
  bottom: -20px;
}

.banner_wrapper_inner .stripes::after {
  content: '';
  position: absolute;
  background: #c3cece;
  height: 90px;
  width: 3px;
  left: -10px;
  bottom: -20px;
}

.hiding-form-wrapper {
  position: relative;
}

.inputs-wrapper {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #ededed;
  border-radius: 8px;
  width: fit-content;
  top: 0;
  left: 0;
}

.inputs-wrapper input {
  background: transparent;
  border: none;
  padding: 0 10px;
  font-size: 12px;
  width: 320px;
}

.inputs-wrapper button {
  /*background: #000;*/
  /*border: none;*/
  /*color: #FFF;*/
  /*font-size: 14px;*/
  /*padding: 8px 10px;*/
  /*text-transform: uppercase;*/
  /*border-radius: 5px;*/
  border: none;
  height: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
  max-width: 110px;
  width: 100%;
  border-radius: 8px;
  margin-right: 5px;
  /*box-shadow: 0px 0px 8px #ee6b09;*/
  text-transform: uppercase;
  background: #000;
  /*background-image: linear-gradient(to left, #ff7209, #fe7c10, #fe8617, #fd8f1f, #fc9827);*/
}

.circle_top {
  background: linear-gradient(to bottom, #ff918a 0%, #ffbd7c 100%);
  width: 50px;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  top: -5px;
  left: -8px;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle_top01 {
  background-color: #ebebeb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 235px;
  left: 100px;
}

.circle_top01::before {
  content: '';
  position: absolute;
  border: 3px solid #ebebeb;
  padding: 25px;
  border-radius: 50%;
  right: -13px;
  top: -13px;
  bottom: 0;
}

.circle_top02 {
  content: '';
  background: url(../images/circle.png);
  position: absolute;
  width: 127px;
  height: 29px;
  top: 450px;
  left: 10px;
  animation-name: moving;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.triangle {
  background: url(../images/triangle.png);
  position: absolute;
  width: 30px;
  height: 30px;
  top: 700px;
  left: 10px;
}

.wifi01 {
  background: url(../images/wifi01.png);
  position: absolute;
  width: 43px;
  height: 89px;
  top: 125px;
  right: 361px;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.waves01 {
  background: url(../images/waves01.png);
  width: 109px;
  height: 75px;
  position: absolute;
  top: 700px;
  left: 110px;
}

.dots01 {
  background: url(../images/dots01.png);
  width: 185px;
  height: 184px;
  position: absolute;
  right: 0;
  top: 30px;
  animation-name: scale;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dots02 {
  background: url(../images/dots02.png);
  width: 81px;
  height: 151px;
  position: absolute;
  right: 0;
  bottom: 150px;
  animation-name: scale;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dots03 {
  background: url(../images/dots03.png);
  max-width: 165px;
  max-height: 176px;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -40px;
  top: -57px;
  z-index: -1;
  animation-name: spin;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.row01 {
  background: url(../images/row01.png);
  width: 120px;
  height: 122px;
  position: absolute;
  right: 190px;
  bottom: 70px;
  animation-name: scale01;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.wifi02 {
  background: url(../images/wifi02.png);
  width: 31px;
  height: 55px;
  position: absolute;
  right: 360px;
  bottom: 55px;
  animation-name: scale;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.scroll {
  position: absolute;
  transform: rotate(-90deg);
  bottom: 140px;
  left: 160px;
  z-index: 9;
}

.scroll::before {
  content: '';
  background: #ff7209;
  width: 50px;
  height: 3px;
  position: absolute;
  left: -59px;
  bottom: 10px;
}

.scroll a {
  font-size: 12px;
  color: #282828;
  font-weight: 600;
  text-transform: uppercase;
}

.follow_us {
  position: absolute;
  right: 0;
  bottom: 220px;
  z-index: 9;
}

.follow_us ul {
  display: flex;
  transform: rotate(-90deg);
}

.follow_us ul li {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff7209;
  padding-right: 5px;
}

.follow_us ul li a {
  color: #847f7f;
}

.first_section {
  background: url(../images/sec01.jpg);
  width: 100%;
  padding: 100px 0px 200px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.first_section_text h5 {
  font-size: 13px;
  font-weight: 600;
  color: #ff7209;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.first_section_text h4 {
  font-size: 53px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.first_section_text h6 {
  font-size: 25px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.first_section_text h6 span {
  color: #ff7209;
}

.first_section_text p {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 50px;
}

.first_section_text ul {
  padding-left: 20px;
}

.first_section_text ul li {
  margin-bottom: 25px;
}

.first_section_text ul li p {
  font-size: 17px;
  font-weight: 500;
  color: #FFF;
  width: 30%;
  margin-bottom: 0;
}

.first_section_text ul li {
  font-size: 37px;
  color: #ff7209;
  font-weight: 700;
  position: relative;
  line-height: 38px;
}

.first_section_text ul li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 72px;
  background: #ff7209;
  left: -20px;
  top: 5px;
}

.first_section_text {
  position: relative;
}

.first_section_text::before {
  content: '';
  position: absolute;
  background: url(../images/angle.png);
  width: 336px;
  height: 354px;
  bottom: -30px;
  right: 20px;
  animation: spin linear 24s infinite;
}

.first_section_text01 {
  margin-top: 37px;
}

.first_section_text01 p {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 50px;
}

.first_section_text01 ul {
  display: flex;
  flex-wrap: wrap;
}

.first_section_text01 ul li {
  width: 50%;
  margin-bottom: 70px;
  padding-right: 20px;
}

.first_section_text01 ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 8px;
  margin-top: 10px;
}

.first_section_text01 ul li p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #FFF;
  margin-bottom: 0px;
}

.second_wrapper {
  padding: 70px 0px 100px 0px;
  position: relative;
}

.second_wrapper::before {
  content: '';
  position: absolute;
  background: url(../images/row.png);
  width: 120px;
  height: 122px;
  left: 160px;
  top: -3px;
}

.second_wrapper::after {
  content: '';
  position: absolute;
  background: url(../images/wifi.png);
  width: 74px;
  height: 89px;
  left: 70px;
  top: 93px;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.triangle01 {
  background: url(../images/triangle02.png);
  width: 30px;
  height: 30px;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  bottom: 60px;
  right: 60%;
}

.animate {
  background: url(../images/waves.png);
  width: 109px;
  height: 75px;
  position: absolute;
  bottom: 30px;
  right: 67%;
}

.dots {
  background: url(../images/dots.png);
  width: 168px;
  height: 178px;
  position: absolute;
  right: 20px;
  top: 0;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.second_wrapper_text h5 {
  font-size: 13px;
  font-weight: 600;
  color: #ff7209;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.second_wrapper_text h6 {
  font-size: 50px;
  font-weight: 600;
  color: #211321;
  width: 70%;
}

.second_wrapper_text button{
    max-width: 170px;
    margin-top: 20px;
    margin-right: 20px;
}

.two_btn_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.two_btn_wrapper button {
    max-width: 170px;
    margin-bottom: 8px;
}

.two_btn_wrapper button:nth-of-type(1) {
    margin-right: 5px;
}


.btn-blackk {
    border: none;
    height: 40px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #000;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.second_wrapper_text h6 span {
  color: #ff7209;
}

.second_wrapper_text01 {
  background: url(../images/prism-arrow-grey.png) no-repeat;
  background-position: center;
  padding: 35px 0;
}

.second_wrapper_text01 p {
  font-size: 18px;
  color: #737373;
  margin-bottom: 30px;
  font-weight: 500;
}

.second_wrapper_text01 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.second_wrapper_text01 ul li {
  max-width: 180px;
  margin: 0px 67px 50px 0px;
}

.second_wrapper_text01 ul li:nth-child(3) {
  margin-right: 0px;
}

.second_wrapper_text01 ul li:nth-child(6) {
  margin-right: 0px;
}

.third_wrapper {
  background: url(../images/sec02.jpg);
  width: 100%;
  height: 722px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.third_wrapper_inner {
  background: url(../images/sec02_inner.jpg);
  padding: 75px 60px 100px 100px;
  width: 730px;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 255px;
  top: -70px;
  min-height: 840px;
  background-attachment: fixed;
}

.third_wrapper_inner h4 {
  font-size: 45px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 13px;
}

.third_wrapper_inner h4 span {
  color: #ff7209;
  font-weight: 700;
}

.third-accordion {
  padding-left: 25px;
}

.accordion-inner-wrapper:first-child {
  margin-top: 60px;
}

.accordion-inner-wrapper {
  margin-top: 25px;
}

.third_wrapper_inner h5 {
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.third_wrapper_inner h5::before {
  content: '+';
  font-size: 32px;
  line-height: 0;
  font-weight: 300;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
}

.third_wrapper_inner h5[aria-expanded="true"]::before {
  content: '-';
  color: #ff7209;
  font-size: 32px;
  line-height: 0;
  font-weight: 300;
  padding-right: 10px;
}

.third_wrapper_inner p {
  font-size: 16px;
  font-weight: 500;
  color: #d0d0d0;
  line-height: 24px;
}

.third_wrapper_inner ul li {
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
  line-height: 56px;
}

.third_wrapper_inner ul li img {
  padding-right: 10px;
}

.third_wrapper_inner ul {
  padding-left: 30px;
}

.fourth_wrapper {
  padding: 155px 0px 110px 0px;
  background: url(../images/sec03.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.fourth_wrapper_inner h5 {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.fourth_wrapper_inner h5 span {
  color: #ff7209;
}

.fourth_wrapper_inner p {
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  line-height: 32px;
  text-align: center;
  width: 85%;
  display: block;
  margin: 0 auto 120px;
}

.fourth_wrapper_inner01 {
  background-color: #fff;
  padding: 70px 42px 80px 30px;
  position: relative;
}

.phone-slider-wrapper {
  position: relative;
}

.iphone-frame {
  min-height: 530px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  transform: rotate(-15deg);
  background: #e8e8e8;
  border-radius: 30px;
  position: absolute;
  padding: 12px 12px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1), -10px 5px 10px rgba(0, 0, 0, 0.09), -20px 5px 10px rgba(0, 0, 0, 0.07), -30px 4px 10px rgba(0, 0, 0, 0.04), -40px 4px 10px rgba(0, 0, 0, 0.01);
  -webkit-transition: .3s ease-in-out;
  max-width: 270px;
  width: 100%;
  transition: all 0.35s ease;
  top: -65px;
}

.iphone-frame::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  background: #e8e8e8;
  width: 130px;
  height: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 12px 12px;
}

.iphone-frame::after {
  content: '';
  position: absolute;
  bottom: 23px;
  background: #e8e8e8;
  width: 80px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.iphone-frame .iphone-frame-dots {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 40px;
  height: 3px;
  background: #818181;
  border-radius: 4px;
}

.iphone-frame .iphone-frame-dots::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #818181;
  z-index: 2;
}

.iphone-frame .mb-slider-item {
  border-radius: 30px;
}

.iphone-frame .mb-slider-item img {
  border-radius: 18px;
  max-height: 505px;
  height: 100%;
}


/* tablet slider  */

.tablet-slider-wrapper {
  position: relative;
}

.tablet-frame {
  min-height: 397px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  transform: rotate(31deg);
  background: #f6f6f6;
  border-radius: 13px;
  position: absolute;
  padding: 22px 14px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1), -10px 5px 10px rgba(0, 0, 0, 0.09), -20px 5px 10px rgba(0, 0, 0, 0.07), -30px 4px 10px rgba(0, 0, 0, 0.04), -40px 4px 10px rgba(0, 0, 0, 0.01);
  -webkit-transition: .3s ease-in-out;
  max-width: 270px;
  width: 100%;
  transition: all 0.35s ease;
  top: 145px;
  right: -85px;
}

.tablet-frame::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  border: 3px solid rgba(0, 0, 0, .1);
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.tablet-frame::before {
  content: '';
  position: absolute;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #c0c0bf;
  z-index: 2;
  left: 40%;
  transform: translateX(-40%);
}

.tablet-frame .tablet-slider-item img {
  max-height: 332px;
  height: 100%;
}


/* .fourth_wrapper_inner01::before {
  content: '';
  position: absolute;
  background: url(../images/phone01.png);
  width: 428px;
  height: 634px;
  right: 400px;
  top: -35px;
  } */


/* .fourth_wrapper_inner01::after {
  content: '';
  position: absolute;
  background: url(../images/phone02.png);
  width: 479px;
  height: 507px;
  right: -130px;
  bottom: -130px;
  } */

  .fourth_wrapper_inner01 h6 {
    font-size: 50px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 30px;
  }

  .fourth_wrapper_inner01 p {
    font-size: 22px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 40px;
  }

  .fourth_wrapper_inner01 p span {
    color: #ff7209;
    font-weight: 700;
  }

  .fourth_wrapper_inner01 span {
    position: relative;
  }

  .fourth_wrapper_inner01 input {
    width: 550px;
    background-color: #ededed;
    border: none;
    font-size: 17px;
    font-weight: 500;
    padding: 16px 240px 16px 14px;
    color: #696969;
    border-radius: 8px;
  }

  .fourth_wrapper_inner01 span button {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border: none;
    background-image: linear-gradient(to left, #ff7209, #fe7c10, #fe8617, #fd8f1f, #fc9827);
    padding: 10px 12px;
    border-radius: 5px;
    font-weight: 600;
    width: 220px;
    box-shadow: 0px 0px 6px 3px #f9ccaa;
    position: absolute;
    right: 10px;
    bottom: -14px;
  }

  .fourth_wrapper_inner01 button:hover {
    background-image: linear-gradient(to left, #fc9827, #fd8f1f, #fe7c10, #fe7c10, #ff7209);
  }

  .fourth_wrapper_inner01 h5 {
    font-size: 17px;
    color: #696969;
    font-weight: 500;
    width: 90%;
    margin-top: 30px;
  }

  .fourth_wrapper_text h6 {
    font-size: 40px;
    font-weight: 700;
    color: #ff7209;
    text-shadow: 4px 4px 0px #fee9d1;
    transform: rotate(-10deg);
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -30px;
  }

  .fourth_wrapper_text h6 span {
    color: #282828;
  }

  .fifth_wrapper {
    padding: 80px 0px 100px 0px;
  }

  .fifth_wrapper_text h6 {
    font-size: 13px;
    font-weight: 600;
    color: #ff7209;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .fifth_wrapper_text h5 {
    font-size: 44px;
    font-weight: 600;
    color: #282828;
  }

  .fifth_wrapper_text p {
    font-size: 14px;
    color: #737373;
    font-weight: 600;
    line-height: 28px;
    margin-top: 45px;
  }

  .fifth_wrapper_text01 {
    margin-top: 40px;
  }


  /*CONTACT_CSS*/

  .contact_banner {
    height: 250px;
    margin-top: 25px;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f1f1f1;
  }

  .contact_banner h5 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .contact_banner h5 span {
    color: #fe750b;
  }

  .contact_banner p {
    font-size: 17px;
    color: #000;
    font-weight: 500;
  }

  .contact_wrapper {
    padding: 100px 0px;
  }

  .contact_inner01 {
    text-align: center;
    transition: all 0.5s linear;
    cursor: pointer;
  }

  .contact_inner01 i {
    font-size: 25px;
    color: #fe750b;
    border: 1px dashed;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s linear;
  }

  .contact_inner01:hover i {
    color: #fff;
    background: #fe750b;
    border: none;
  }

  .contact_inner01 h6 {
    font-size: 20px;
    margin: 15px 0px 10px 0px;
    font-weight: 500;
    color: #000;
  }

  .contact_inner01 p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .contact_inner01 a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
  }

  .contact_wrapper01 {
    padding: 100px 0px 100px;
    background: url(../images/about_bg.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .contact_wrapper01_text {
    margin-bottom: 70px;
  }

  .contact_wrapper01_text h5 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    position: relative;
  }

  .contact_wrapper01_text h5::before {
    content: '';
    position: absolute;
    background-color: #ff740b;
    width: 100px;
    height: 2px;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .contact_wrapper01_text p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
  }

  .contact_wrapper02 input {
    background: #ededed;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    padding: 12px 12px;
    font-weight: 400;
    margin-bottom: 15px;
    border: 1px dashed #ff740a;
    transition: 0.4s all;
  }

  .contact_wrapper02 input::placeholder {
    color: #000;
  }

  .contact_wrapper02 label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .contact_wrapper02 select {
    background: #ededed;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    padding: 12px 12px;
    font-weight: 500;
    margin-bottom: 25px;
    border: 1px dashed #ff740a;
    transition: 0.4s all;
  }

  .contact_wrapper02 input:focus {
    border: 1px solid #ff750b;
    border-radius: 0px;
  }

  .contact_wrapper02 textarea {
    background: #ededed;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    padding: 12px 12px;
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px dashed #ff740a;
    resize: none;
    height: 130px;
    transition: 0.4s all;
  }

  .contact_wrapper02 textarea::placeholder {
    color: #000;
  }

  .contact_wrapper02 textarea:focus {
    border: 1px solid #ff750b;
    border-radius: 0px;
  }

  .contact_wrapper02 button {
    border: none;
    height: 40px;
    color: #282828;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    max-width: 130px;
    width: 100%;
    border-radius: 8px;
    margin-right: 5px;
    box-shadow: 0px 0px 8px #ee6b09;
    text-transform: uppercase;
    background-image: linear-gradient(to left, #ff7209, #fe7c10, #fe8617, #fd8f1f, #fc9827);
    display: block;
    margin: 10px auto 0px;
    transition: 0.5s;
  }

  .contact_wrapper02 button:hover {
    background-image: linear-gradient(to right, #ff7209, #fe7c10, #fe8617, #fd8f1f, #fc9827);
    color: #FFF;
    box-shadow: 0px 0px 8px transparent;
  }

  .contact_text h6 {
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
  }

  .contact_text p {
    font-size: 15px;
    font-weight: 500;
  }

  .contact_text02 p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }

  .contact_text02 h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
  }

  .contact_text02 h5::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ff760c;
    bottom: -8px;
  }

  .contact_text02 p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }

  .contact_text02 {
    margin-bottom: 100px;
  }


  /*ABOUT_CSS*/

  .about_banner {
    background: url(../images/about_banner.jpg);
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 25px;
    padding: 90px 0;
  }

  .about_wrapper {
    padding: 80px 0px;
  }

  .about_wrapper ul {
    display: flex;
    margin-top: 100px;
  }

  .about_wrapper ul li {
    margin: 0px 20px 0px 20px;
  }

  .about_wrapper ul li h5 {
    font-size: 35px;
    font-weight: 600;
    color: #282828;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
  }

  .about_wrapper ul li p {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .about_wrapper_image {
    margin-top: 80px;
    box-shadow: 10px 10px 5px 0px rgba(40, 40, 40, 0.50);
    transition: 0.5s all;
    border-radius: 0px;
    cursor: pointer;
  }

  .about_wrapper_image:hover {
    box-shadow: -10px -10px 5px 0px rgba(40, 40, 40, 0.50);
  }

  .about_wrapper_inner {
    margin-top: 80px;
    padding: 160px 0px 0px 0px;
  }

  .about_wrapper_inner h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
  }

  .about_wrapper_inner h6 {
    font-size: 30px;
    line-height: 40px;
    width: 65%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: #282828;
  }

  .about_main_wrapper {
    background: url(../images/about_bg.jpg);
    width: 100%;
    background-attachment: fixed;
  }

  .second_about_wrapper {
    padding: 80px 0px 80px 0px;
  }

  .second_about_wrapper_inner h6 {
    font-size: 16px;
    color: #282828;
    padding-bottom: 15px;
    position: relative;
  }

  .second_about_wrapper_inner h6::before {
    content: '';
    position: absolute;
    background-color: #ff760c;
    width: 30px;
    height: 2px;
    bottom: 0px;
  }

  .second_about_wrapper_inner01 {
    margin-bottom: 60px;
  }

  .second_about_wrapper_inner h5 {
    font-size: 26px;
    color: #282828;
    width: 50%;
    line-height: initial;
    margin-top: 10px;
    text-transform: capitalize;
  }

  .second_about_wrapper_inner01 h6 {
    font-size: 16px;
    color: #282828;
    position: relative;
    padding-bottom: 15px;
  }

  .second_about_wrapper_inner01 h6::before {
    content: '';
    position: absolute;
    background-color: #ff760c;
    width: 30px;
    height: 2px;
    bottom: 0;
  }

  .second_about_wrapper_inner01 h5 {
    font-size: 22px;
    color: #282828;
    width: 100%;
    line-height: initial;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .second_about_wrapper_inner01 p {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .about_wrapper_silder {
    padding: 80px 0px 80px 0px;
    position: relative;
  }

  .about_wrapper_silder .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 30px;
  }

  .about_wrapper_silder .owl-nav button {
    line-height: 0;
  }

  .about_wrapper_silder button.owl-prev span,
  .about_wrapper_silder button.owl-next span {
    color: #ff750b;
    font-weight: 600;
    line-height: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 25px;
  }

  .about_wrapper_silder .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    transition: 0.4s;
    border-radius: 50px;
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFF;
    color: #FFF;
    text-decoration: none;
    border-radius: 50px;
  }

  .about_shadow {
    box-shadow: 10px 10px 5px 0px rgba(40, 40, 40, 0.50);
    transition: 0.5s all;
    border-radius: 0px;
    cursor: pointer;
  }

  .about_shadow:hover {
    box-shadow: -10px -10px 5px 0px rgba(40, 40, 40, 0.50);
  }

  .about_wrapper_collapse {
    padding: 80px 0px;
  }

  .about_wrapper_collapse_text {
    padding: 30px 100px 0px 0px;
  }

  .about_wrapper_collapse_text ul {
    display: flex;
    align-items: center;
  }

  .about_wrapper_collapse_text ul li i {
    background: #ff760c;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 25px;
    border-radius: 50px;
    margin-right: 10px;
  }

  .about_wrapper_collapse_text ul li {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #282828;
  }

  .about_wrapper_collapse_text h5 {
    font-size: 25px;
    font-weight: 700;
    color: #282828;
    margin-top: 20px;
  }

  .about_wrapper_collapse_text01 {
    padding-left: 0px;
  }

  .about_wrapper_collapse_text01 h5 {
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .about_wrapper_collapse_text01 h5::before {
    content: '+';
    font-size: 32px;
    line-height: 0;
    font-weight: 300;
    padding-right: 10px;
    transition: all 0.3s ease-in-out;
    color: #ff760c;
  }

  .about_wrapper_collapse_text01 h5[aria-expanded="true"]::before {
    content: '-';
    font-size: 32px;
    line-height: 0;
    font-weight: 300;
    padding-right: 10px;
  }

  .about_wrapper_collapse_text01 p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 25px;
  }

  .about_wrapper_collapse_bg {
    background: url(../images/about03.jpg);
    width: 100%;
    height: 500px;
    background-attachment: fixed;
  }


  /*PRIVACY_CSS*/

  .privacy_banner {
    background: url(../images/privacy_banner.jpg);
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 25px;
    padding: 90px 0;
  }

  .privacy_banner h4 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .privacy_banner h4 span {
    color: #ff7007;
  }

  .privacy_banner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }

  .privacy_wrapper {
    padding: 100px 0px;
    background: url(../images/about_bg.jpg);
    width: 100%;
    background-attachment: fixed;
  }

  .privacy_wrapper_text h6 {
    font-size: 30px;
    font-weight: 600;
    color: #ff770d;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .privacy_wrapper_text ul {
    padding-left: 20px;
  }

  .privacy_wrapper_text ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
    list-style: decimal;
  }

  .privacy_wrapper_text {
    margin-bottom: 50px;
  }

  .privacy_wrapper_text01 h6 {
    font-size: 30px;
    font-weight: 600;
    color: #ff770d;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .privacy_wrapper_text01 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 50px;
  }

  .term_banner {
    background: url(../images/term_banner.jpg);
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 25px;
    padding: 90px 0;
  }

  .term_banner h4 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .term_banner h4 span {
    color: #ff7007;
  }

  .term_banner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }

  .term_banner button , .privacy_banner button{
    max-width: 180px;
  }

  .term_wrapper {
    padding: 100px 0px;
    background: url(../images/about_bg.jpg);
    width: 100%;
    background-attachment: fixed;
  }

  .term_wrapper01 h6 {
    font-size: 30px;
    font-weight: 600;
    color: #ff770d;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .term_wrapper01 ul {
    padding-left: 20px;
  }

  .term_wrapper01 ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
    list-style: decimal;
  }

  .term_wrapper01 {
    margin-bottom: 50px;
  }

  .term_wrapper02 h6 {
    font-size: 30px;
    font-weight: 600;
    color: #ff770d;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .term_wrapper02 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 50px;
  }

  .spin-earth-on-hover{
    transition: ease 200s !important;
    transform: rotate(-3600deg) !important;
  }

  .bg-purple{
    background: url(../images/bg_purple.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: left top;
    height: 100%;
    overflow: hidden;
    
  }

  .custom-navbar{
    padding-top: 15px;
  }

  .brand-logo{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .navbar-links{
    display: inline-block;
    float: right;
    margin-right: 15px;
    text-transform: uppercase;
  }

  .btn-request{
    padding: 10px 25px;
    border: 1px solid #FFCB39;
    border-radius: 100px;
    font-weight: 400;
  }

  .btn-request:hover{
    background-color: #FFCB39;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  }

  .btn-go-home{
    position: relative;
    z-index: 200;
    margin: 15px auto;
    width: 100px;
    padding: 10px 15px;
    border: 1px solid #FFCB39;
    border-radius: 100px;
    font-weight: 400;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing : 2px;
    font-size: 11px;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .btn-go-home:hover{
    background-color: #FFCB39;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  }

  .central-body {
    padding: 17% 0px 0px 0px;
    text-align: center;
  }

  .objects img{
    z-index: 90;
    pointer-events: none;
  }

  .object_rocket{
    z-index: 95;
    position: absolute;
    transform: translateX(-50px);
    top: 75%;
    pointer-events: none;
    animation: rocket-movement 200s linear infinite both running;
  }

  .object_earth{
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 90;
  }

  .object_moon{
    position: absolute;
    top: 12%;
    left: 25%;
  }

  .earth-moon{

  }

  .object_astronaut{
    animation: rotate-astronaut 200s infinite linear both alternate;
  }

  .box_astronaut{
    z-index: 110 !important;
    position: absolute;
    top: 60%;
    right: 20%;
    will-change: transform;
    animation: move-astronaut 50s infinite linear both alternate;
  }

  .image-404{
    position: relative;
    z-index: 100;
    pointer-events: none;
  }

  .stars{
    background: url(../../404Page/img/overlay_stars.svg);
    background-repeat: repeat;
    background-size: contain;
    background-position: left top;
  }

  .glowing_stars .star{
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    width: 3px;
    height: 3px;
    opacity: 0.3;
    will-change: opacity;
  }

  .glowing_stars .star:nth-child(1){
    top: 80%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 1s;
  }
  .glowing_stars .star:nth-child(2){
    top: 20%;
    left: 40%;
    animation: glow-star 2s infinite ease-in-out alternate 3s;
  }
  .glowing_stars .star:nth-child(3){
    top: 25%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 5s;
  }
  .glowing_stars .star:nth-child(4){
    top: 75%;
    left: 80%;
    animation: glow-star 2s infinite ease-in-out alternate 7s;
  }
  .glowing_stars .star:nth-child(5){
    top: 90%;
    left: 50%;
    animation: glow-star 2s infinite ease-in-out alternate 9s;
  }

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

  @keyframes background_color {
    0% {
      background-color: rgba(255, 114, 9, 0.92);
    }
    33% {
      background-color: rgba(252, 152, 39, 0.92);
    }
    66% {
      background-color: rgb(0, 0, 0, 0.92);
    }
    100% {
      background-color: rgba(255, 114, 9, 0.92);
    }
  }

  @keyframes scale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes scale01 {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes scale03 {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }

  @-moz-keyframes rocket-movement { 100% {-moz-transform: translate(1200px,-600px);} }
  @-webkit-keyframes rocket-movement {100% {-webkit-transform: translate(1200px,-600px); } }
  @keyframes rocket-movement { 100% {transform: translate(1200px,-600px);} }
  @-moz-keyframes spin-earth { 100% { -moz-transform: rotate(-360deg); transition: transform 20s;  } }
  @-webkit-keyframes spin-earth { 100% { -webkit-transform: rotate(-360deg); transition: transform 20s;  } }
  @keyframes spin-earth{ 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); transition: transform 20s; } }

  @-moz-keyframes move-astronaut {
    100% { -moz-transform: translate(-160px, -160px);}
  }
  @-webkit-keyframes move-astronaut {
    100% { -webkit-transform: translate(-160px, -160px);}
  }
  @keyframes move-astronaut{
    100% { -webkit-transform: translate(-160px, -160px); transform:translate(-160px, -160px); }
  }
  @-moz-keyframes rotate-astronaut {
    100% { -moz-transform: rotate(-720deg);}
  }
  @-webkit-keyframes rotate-astronaut {
    100% { -webkit-transform: rotate(-720deg);}
  }
  @keyframes rotate-astronaut{
    100% { -webkit-transform: rotate(-720deg); transform:rotate(-720deg); }
  }

  @-moz-keyframes glow-star {
    40% { -moz-opacity: 0.3;}
    90%,100% { -moz-opacity: 1; -moz-transform: scale(1.2);}
  }
  @-webkit-keyframes glow-star {
    40% { -webkit-opacity: 0.3;}
    90%,100% { -webkit-opacity: 1; -webkit-transform: scale(1.2);}
  }
  @keyframes glow-star{
    40% { -webkit-opacity: 0.3; opacity: 0.3;  }
    90%,100% { -webkit-opacity: 1; opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); border-radius: 999999px;}
  }