@font-face {
  font-family: "sf-pro-regular";
  src: url(sf-pro-regular.OTF);
}
@font-face {
  font-family: "space-tech-italic";
  src: url(space-tech-italic.ttf);
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "sf-pro-regular", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: gray; 
  background: cover;
}

body.portal {
  font-family: "sf-pro-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 100%;
}

.disable-text-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* {box-sizing:border-box}



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.logo p {
  font-family: "space-tech-italic", sans-serif;
  font-size: 32px;
  padding: 0px 15px;
  text-align: center;
  align-items: center;
  float: left;
  margin-top: 2px;
  margin-bottom: 5px;
}
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  
  /* You can change the background color and image URL here.  This solution works with animated .svg and animated .gif */
  background: rgba(231, 0, 0, 0.984)
}

.rates {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  box-shadow: 0px 0px 10px 1px rgba(211, 211, 211, 0.5);
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0px -3px 2px rgba(255, 255, 255, 0.3),
    0px 5px 5px rgba(0, 0, 0, 0.2), 0px 15px 15px rgba(0, 0, 0, 0.2);
}
.rates tr {
  background: var(--clr-rates-td-bg);
  color: var(--clr-rates-td-text);
}
.thead th,
.tfoot th {
    background: rgba(5, 231, 92, 0.952);
    color: rgb(255, 251, 251);
    letter-spacing: 3px;
    word-spacing: 3px;
  }
 
.rates sup {
  color: var(--clr-rates-sup);
}


.promo-glass {
  background: none;
  /* background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  ); */
  border: 3px solid rgb(0, 90, 221);
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}
.promo-glass th {
  font-size: 15px;
  color: hsl(116, 99%, 50%);
  letter-spacing: 3px;
  word-spacing: 3px;
}
.promo-glass td {
  font-size: 15px;
  color: rgb(255, 255, 255);
  background: linear-gradient(
    135deg,
    rgba(211, 211, 211, 0.05),
    rgba(211, 211, 211, 0.05)
  );
}

th {
  height: 30px;
  
}

td {
  height: 30px;
  background: #02a7f3;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
}
tr {
  height: 30px;
  
}

.oper-section-outer {
  height: 40%;
  width: 100%;
  z-index: 10;
  display: table;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

.oper-section-inner {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
  text-align: center;
}

.status {
  color: var(--clr-status-text);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.oper-section-item {
  background: transparent;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0);
  /* height: 42px;
  width: 300px; */
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.oper-section-item img {
  height: 25px;
  width: auto;
}

#input-phone-num {
  margin-bottom: 12px;
}

.add {
  display: inline-block;
  border-radius: 5px 0 0 5px;
  height: 42px;
  line-height: 40px;
  width: 20px;
}

#country-code {
  height: 42px;
  width: 40px;
  border-radius: 0;
}

#phone-number {
  border-radius: 0 5px 5px 0;
  height: 42px;
  width: 440px;
}

#input-verify-code {
  margin-bottom: 12px;
}

#verify-code {
  border-radius: 5px 0 0 5px;
  height: 42px;
  width: 400px;
  vertical-align: top;
}

#get-code {
  display: inline-block;
  height: 42px;
  width: 100px;
  border-radius: 0 5px 5px 0;
}

::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--clr-phdr-text);
  letter-spacing: normal;
}
.modal-open{
  font-size: 50px;
  font-weight: 600;
  outline: none;
  border-radius: 5px;
  color: rgb(248, 248, 248);
  background: rgba(3, 3, 0, 0.89);
  border: 5.10px solid rgba(223, 201, 6, 0.89);
  letter-spacing: 0.5px;

}
.input {
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.774);
  border: 1.5px solid rgba(38, 179, 57, 0.925);
  letter-spacing: 0.5px;
}
.input:focus {
  border: 1.5px solid var(--clr-input-border-fcs);
}
.input:focus::placeholder {
  color: var(--clr-phdr-text-fcs);
}

/* .password {
  font-size: 16px;
  outline: none;
  border: 1px solid rgba(211, 211, 211, 0.5);
  border-radius: 10px;
}
.password:focus {
  border-color: rgba(211, 211, 211);
}
.password:focus::placeholder {
  color: rgb(211, 211, 211, 0.4);
} */

.button {
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  background: rgba(11, 156, 252, 0.815);
  border: 1.5px solid rgba(38, 179, 57, 0.925);
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
/* .button:active {
  transform: scale(0.9);
} */
.button:focus {
  background-color: var(--clr-btn-bg-fcs);
  border: var(--clr-btn-border-fcs);
}
.button:focus p {
  color: var(--clr-btn-text-fcs);
}

.input-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-link);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/***new*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #2cc718;  
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background: url(front.avif);
  color: black;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background: url(back.jpg);
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/**time and date*/

#clock{
  background-color:#333333c7;
  font-family: sans-serif;
  font-size:20px;
  text-shadow:0px 0px 1px #fff;
  color:#fff;
}
#clock span {
  color:#1899f0;
  text-shadow:0px 0px 1px #333;
  font-size:20px;
  position:relative;
  top:-5px;
  left:10px;
}
#date {
  letter-spacing:3px;
  font-size:14px;
  font-family:arial,sans-serif;
  color:#0efd42;
}

.sec {
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  background: rgba(11, 156, 252, 0.815);
  border: 1.5px solid rgba(61, 184, 31, 0.925);
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 90px;
}
/**bagosan**/
[btn-group] {
  position:relative;
  display:inline-block;
  margin:10px 0;
}

[btn-group]:before {
  content:attr(data-grouptype);
  color:#999;
  display:block;
  font-size:0.8125em;
  width:19px;
  height:19px;
  padding:5px;
  border-radius:50%;
  background: white;
  position:absolute;
  left:50%;
  top:6px;
  margin-left:-18px;
  line-height:19px;
}

[btn-group] > a + a {
  margin-left:5px;
}

[btn-group] > a {
  display:inline-block;
  padding:6px 14px;
  background:#F2F2F2;
  border-radius:3px;
  font-size:0.8125em;
  color:#B9BCBC;
  transition:background .3s ease, color .3s ease;
  text-decoration:none;
  transition:color .3s ease;
  padding:12px 28px;
  text-transform:uppercase;
  font-weight: 900;
}

[btn-group] > a:nth-of-type(1) {
  background:#0e5bb4;
  color:#FFF;
  border: solid 1px #3d8613;
}

[btn-group] > a:nth-of-type(1):hover {
  background: #3d8613;
  border: solid 1px #0e5bb4;
}

[btn-group] > a:nth-of-type(2) {
  background:#3d8613;
  color:#FFF;
  border: solid 1px #0e5bb4;
}

[btn-group] > a:nth-of-type(2):hover {
  background:#0e5bb4;
  border: solid 1px #3d8613;
}
 /* modal3 */
 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 }


 a:link,
 a:visited{
  text-decoration: none;
 }

 .midle{
  background-color: rgba(0, 0, 0, 0);
  width:100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
 }
 .midle__loon{
  padding: 1rem 3rem;
	background: rgba(255, 138, 5, 0.986);
	max-width: 300px;
	padding-top: 2rem;
	border-radius: 20px;
	border: solid white;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0);
	animation: fadeIn 1s ease both;
  background-color: #106bf3;
  margin: auto;
  height: 300px;
 }

 #midle:target{
  opacity: 1;
  visibility: visible;
 }
 #midle:target .midle__loon{
  opacity: 1;
  visibility: visible;
 }
 .midle__close {
  color: #f30909;
  font-size: 2em;
  position: absolute;
  top: 1em;
  right: 1em;
}

 .midle__paragraph{
  line-height: 1.5em;
 }

.midle-open{
 color: white;
}

blink {
  color: #56dd2d;
  font-size: 15px;
  font-weight: bold;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
}
.blink {
  animation: blinker 1.5s linear infinite;
  color: rgb(255, 255, 255);
  font-size: 1.em;
  
}

@keyframes blinker {
  50% {
      opacity: 0;
  }
}