<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "fonstyle1";
  src: url("/fonts/fonstyle1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fonstyle2";
  src: url("/fonts/fonstyle3.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fonstyle3";
  src: url("/fonts/fonstyle3.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "fonstyle2";
  background-color: rgb(229 229 229);
}
body {
  font-family: "fonstyle2", sans-serif, "\26""\0026";
}
h1 {
  /* font-family: 'fonstyle2'; */
  font-size: 3rem;
  font-weight: 900;
}
h2 {
  /* font-family: 'fonstyle2'; */
  font-size: 2.05rem;
}
h3 {
  /* font-family: 'fonstyle2'; */
}
h4 {
  /* font-family: 'fonstyle2'; */
}
h5 {
  /* font-family: 'fonstyle2'; */
}
a {
  /* font-family: 'fonstyle2'; */
}

p {
  /* font-family: 'fonstyle2'; */
  font-size: 1rem;
  font-weight: 500;
}

/* head */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  /* æ¯›çŽ»ç’ƒæ•ˆæžœ */
  backdrop-filter: blur(10px);
  /* è®¾ç½®æ¨¡ç³ŠåŠå¾„ */
  background-color: rgb(229, 229, 229, 0.3);
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #c8c6c6;
}
.navbar{
  position: fixed;
  top: 64px;
  right: 0px;
  z-index: 1000;
  border-bottom: 1px solid #c8c6c6;
  transition: all 0.3 ease;
  display: none;
}
.activenavbar{
  display: block;
}
.navbara{
  text-decoration: none;
  color: #000;
  display: block;
  transition: all 0.3s ease;
}
.navbara:hover{
  background-color: #c5c5c5;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: #262626;
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-left: 2rem;
}

.nav-links a {
  padding: 10px;
  color: #262626;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  transition: color 0.3s;
}

.nav-links a:hover {
  background-color: #d4d4d4;
  border-radius: 10px;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .nav-links {
    position: fixed;
    right: -100%;
    top: 72px;
    height: calc(100vh - 72px);
    background-color: white;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: 0.3s;
    overflow-y: auto;
  }

  .nav-links.active {
    right: 0;
    /* æ¯›çŽ»ç’ƒæ•ˆæžœ */
    backdrop-filter: blur(10px);
    /* è®¾ç½®æ¨¡ç³ŠåŠå¾„ */
    background-color: rgb(229, 229, 229, 0.9);
  }

  .nav-links li {
    margin: 16px 0;
  }

  .burger {
    display: block;
  }
}

/* body */



/* container1 */
.headbg{
  background-image: url("../image/hero-homepage-1.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  transform: scale(1.65);
  top: -137px;
}
.container1 p {
  margin-top: 40px;
}
.container1 a {
  display: inline-block;
  margin-top: 40px;
}

.container1Messagebox {
  margin: auto;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .container1Messagebox {
    text-align: left;
  }
  .videobox{
    height: 233px !important;
  }
  .headbg{
    transform: scale(1.0) !important;
    top: 0px !important;
  }

}
.videobox{
  margin-top: 40px;
  width: 100%;
  height: 40rem;
}
.container1 .card {
  background-color: hsla(0, 0%, 4%, 0.05);
  border-color: hsla(0, 0%, 9%, 0.1);
  padding: 15px;
  border-radius: 10px;
  
}
/* container2 */
.container2 {
  text-align: left;
}
.container2 h4{
  text-align: left;
  font-size: 1.2rem;
}
.container2 ul{
  margin-left: 20px;
}
.container2 ul li{
  text-align: left;
  padding-bottom: 5px;
}
.container2 .icon {
  background-color: hsla(0, 0%, 9%, 0.1);
  border-radius: 10px;
  padding: 10px;
}
/* container3 */
.container3 .icon {
  background-color: hsla(0, 0%, 9%, 0.1);
  border-radius: 10px;
  padding: 10px;
}
/* .container4 h3{
    font-size: 16px;
}
.container4 h5{
    font-size: 10px;
} */
.container4 .card{
  border-radius: 9px;
  background-color: white;
  width: 100%;
  height: 100%;
  box-shadow: 0rem 0.1875rem 0.0625rem 0rem rgba(11, 6, 70, 0.08);
  transition: all 0.5s ease 0s;
}
.container4 .card:hover{
  box-shadow:0rem 1.875rem 4.375rem 0rem rgba(11, 6, 70, 0.08)
}
/* foot */
.footContainer ul {
  padding-top: 10px;
}
.footContainer ul li {
  list-style: none;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footContainer ul li a{
  color: #000;
  text-decoration:none;
}
.footContainer ul li a:hover {
  color: #c8c6c6;
  text-decoration: underline;
}
.footbtn {
  display: flex;
  margin: 10px;
}
.footbtnWhtasapp {
}
.footbtnTelegram {
}

/* font */
.default-font {
    font-family: inherit !important;
}
/* container5 */
.container5{
  color: white;
}
/* container6 */
.container6{
  
}
.content {
  flex: 1; /* å&nbsp;æ®å‰©ä½™ç©ºé—´ */
  padding: 20px;
}
.container6 table{
  border: 1px solid #eee;
}
.container6 table thead{
  position: sticky;
  top: 60px;
  /* æ¯›çŽ»ç’ƒæ•ˆæžœ */
  backdrop-filter: blur(10px);
  /* è®¾ç½®æ¨¡ç³ŠåŠå¾„ */
  background-color: rgb(229, 229, 229, 0.3);
}
.container6 table tr:hover{
  background-color: #f7f7f7;
}
.container6 table th{
  padding: 20px;
}
.container6 table td{
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .tablecontainer{
    overflow-x: auto;
    
  }
  .container6 table thead{
    position: sticky;
    top: 0px !important;
  }
}
/* container7 */
.container7 h3{
  /* text-transform: uppercase; */
  text-overflow: ellipsis;
  padding: 20px;
}
.container7 p{
  padding: 20px;
}
.pricecard{
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
}

/* container8 */
.container8 p {
  color: #525252;
}
.QaCard{
  overflow: hidden;
  transition: height 0.1s ease-in-out;
  border-bottom: 1px solid hsla(0,0%,9%,.1);
}
.QuestionDiv{
  
}
.clickbutton{
  transition: transform 0.3s ease;
}
.testactive{
  transform: rotate(180deg);
}
/* container9 */
.container9 p{
  line-height: 26px;
}

/* container10 */
.container10 textarea{
  height: 140px;
  resize: none;
  line-height: 1.2;
  padding: 30px;
}
.container10 input{
  
}
.inputstyle{
  width: 100%;
  margin-bottom: 30px;
  height: 50px;
  line-height: 46px;
  font-size: 14px;
  padding: 0px 30px;
  background: rgb(242, 247, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(242, 247, 255);
  border-image: initial;
  outline: none;
  border-radius: 4px;
}

.bodyImage{
  background-image: url("../image/cta-3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  padding-top: 40px;
  border-radius: 10px;
}
.container10 {
  color: white;
}
.Cantactcard{
  color: black;
  position: relative;
  background-color: white;
  border-radius: 10px;
}
.Cantactcardz1{
  position: absolute;
  top: -3px;
  background-color: #278cfc;
  height: 30px;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}

.Cantactcard:hover .Cantactcardz1{
  opacity: 1;
}
.cardimg{
  transition: all 0.3s ease;
}
@keyframes float {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px);
  }
  100% {
      transform: translateY(-10px);
  }
}
.Cantactcard:hover .cardimg{
  animation: float 0.5s ease forwards;
}

/* container11 */
.container11 p{
  color: white;
}
</pre></body></html>