@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Reset CSS */
* {padding:0rem; margin:0rem;}
*:focus {outline: 0;}
html{ font-size: 16px;}
html, body{ overflow-x:hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #FFF; }
body{ margin:0; padding:0; font-family: "DM Sans", sans-serif; font-size: 1rem; background: #080d27;}
ol, ul {list-style: none; margin:0; padding:0;}
:focus {outline: 0;}
a, a:link {text-decoration: none; outline:none;}
p { padding:1.25rem 0 0 0; margin:0; font-weight: 300;}
.clear {clear:both;}
a { text-decoration:none;}
a:hover {text-decoration:none;}
a:focus{outline:none !important;}
:hover{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:700;}
img {border:0; max-width:100%; height:auto;}
::-webkit-input-placeholder {opacity:1; color: #A4A4A4;}
:-moz-placeholder{opacity:1; color: #A4A4A4;}
::-moz-placeholder{opacity:1; color: #A4A4A4;}
:-ms-input-placeholder{opacity:1; color: #A4A4A4;} 
/* Reset CSS */


.container{ max-width: 75.875rem !important;}


.site-link{ background: #f7b400; color: #000000; font-weight: 500; padding: 0.8125rem 2.1875rem; border-radius: 3.125rem; display: inline-flex; align-items: center; justify-content: center;  border: none;}
h2{ font-size: 4.25rem; font-weight: 600; }
h2 span{ color: #ffd76d;}
.site-link.full{ width: 100%; display: flex;}

a.link-white{ color: #f7b400 !important;}
.text-yellow{ color: #ffd76d;}

.site-header .site-link, .priceTable .site-link{ padding-top: 0.5rem; padding-bottom: 0.5rem;}

.site-header{ position: fixed; z-index: 99; width: 100%; left: 0; top: 0; padding: 0.9375rem 1.875rem; background: rgba(0,0,0,0.3); backdrop-filter: blur(0.5rem);}
.site-header-main{ display: flex; align-items: center; justify-content: space-between; height: 4.375rem;}
.logo{ width: 9.375rem;}

.header-right{ display: flex; align-items: center; gap: 2.5rem;}

.site-nav > ul{ display: flex; align-items: center;}
.site-nav > ul > li{ margin-left: 2.5rem; color: #617c97;}
.site-nav > ul > li:first-child{ margin-left: 0;}
.site-nav > ul > li > a{ color: #e6f2ff;}
.site-nav > ul > li > a:hover{ color: #f7b400; }

.hero-banner{ background: url('../images/banner.jpg') bottom center no-repeat; background-size: cover;}
.hero-banner .row{ height: 46.875rem; min-height: 100vh; padding-top: 5rem; align-items: center;}

.video-wrap-bg{ padding: 1.875rem; border-radius: 100%; background: rgba(0,0,0,0.4); backdrop-filter: blur(0.5rem); border: 0.3125rem solid #ffe59e; box-shadow: 0 0 6.25rem 0 rgb(43 138 231 / 59%);}
.video-wrap{ display: flex; justify-content: end;}
.video-wrap-in{background: #35455b; width: 25rem; height: 25rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden;}

.banner-txt{ color: #FFF;}
.banner-txt h2{ padding-bottom: 1.25rem; text-shadow: 0 0 1.875rem #000000; }
.typed-wrap{ display: inline-block; border-radius: 6.25rem; font-size: 2.5rem; line-height: 2.5rem; font-weight: 600; background: rgba(0,0,0,0.4); backdrop-filter: blur(0.5rem); padding: 0.75rem 1.875rem; color: #ffd76d; border: 0.0625rem solid #003568; text-transform: uppercase; box-shadow: 0 0 6.25rem 0 rgb(43 138 231 / 59%);}
.typed-cursor{ font-weight: 300; color: #FFF; padding-left: 0.625rem;}

.video-carousel .item{ display: flex; align-items: center; justify-content: center; height: 25rem;}

.section{ padding: 7.5rem 0;}
.experience-list{ margin-top: 1.875rem;}
.experience-list ul{ display: flex; flex-wrap: wrap; margin: 0 -0.625rem;}
.experience-list ul li{ width: 33.33%; padding: 0 0.625rem; margin-top: 1.25rem;}


.experience-list-single{ background: linear-gradient(100deg, #243473a6 47.8%, #1626617d 100.09%); backdrop-filter: blur(0.5rem); border-radius: 0.9375rem; height: 11.25rem; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; border: 0.0625rem solid #1b2781;}

.experience-head p{ max-width: 50rem; margin: 0 auto;}
.experience-icon{ margin-bottom: 0.9375rem;}
.experience-list-single h5{ font-weight: 400; color: #cad2ff;}

.block-txt{ background: linear-gradient(to right, #21479d66 0%, #4a238375 100%); backdrop-filter: blur(0.5rem);  border: 0.0625rem solid #233383; padding: 3.125rem; border-radius: 1.875rem;}
.block-txt h3{ font-size: 2.875rem; font-weight: 500; color: #ffd76d;}
.block-txt h4{ font-weight: 300; display: inline-flex; background: #8df9ff4a; border-radius: 3.125rem; padding: 0.375rem 1.25rem; margin-top: 0.9375rem;}
.block-txt p{ color: #FFF;}

.block-img{ height: 100%;}
.block-img-main{ height: 100%; display: inline-block; border-radius: 1.5625rem; overflow: hidden;}
.block-img-main img{ width: 100%; height: 100%; object-fit: cover;}

.image-block-single.alt{ margin-top: 2.5rem;}
.image-block-single.alt .row{ flex-direction: row-reverse;}

.experience{ background: url('../images/bg-1.png') right bottom no-repeat; background-size: cover;}
.image-block-section{ background: url('../images/bg-2.png') center top no-repeat; background-size: cover;}

.contact-section{ padding-top: 0;}
.contact-section-main{ border-top: 0.0625rem solid #1e285a; padding-top: 7.5rem;}

.input-wrap{ margin-top: 1.875rem;}
.input-wrap label{ display: block; width: 100%; color: #dcdbff; padding-bottom: 0.5rem; font-weight: 300;}
.input{ width: 100%; background: linear-gradient(to right, #21479d1f 0%, #4a23833b 100%); border: 0.0625rem solid #233383; border-radius: 0.3125rem; padding: 0.75rem 1.5625rem; color: #FFF; font-weight: 300;}
.input:focus{ border: 0.0625rem solid #836dff;}

textarea.input{ height: 100px;}

.block-txt.small{ padding: 1.5625rem; border-radius: 0.625rem; margin-top: 1.5625rem;}
.block-txt.small h5{ font-weight: 300; font-size: 1.125rem;}
.block-txt.small:first-child{ margin-top: 0;}

.const-service{ background: url('../images/bg-3.jpg') center center no-repeat; background-size: cover;}

.experience-list.large ul li{ width: 50%;}
.experience-list.large .experience-list-single{ height: 100%; padding: 2.1875rem;}
.experience-list-single p{ font-weight: 300; opacity: 0.8;}

.site-footer{ background: #0d1336;}
.site-footer-main{ height: 5rem; display: flex; align-items: center; justify-content: center; font-weight: 300;}


.common-modal .modal-dialog{ max-width: 50rem !important;}
.common-modal .modal-content{ background: rgb(22 26 48); backdrop-filter: blur(0.5rem); border: 0.0625rem solid #354289; box-shadow: none; border-radius: 1.875rem; position: relative;}

.common-modal .modal-body{ padding: 2.5rem;}

.common-modal .modal-body { -ms-overflow-style: none; scrollbar-width: none;}
.common-modal .modal-body::-webkit-scrollbar { display: none;}

.modal-close{ position: absolute; right: -0.3125rem; top: -0.3125rem; cursor: pointer; z-index: 9999; background: #f7b400; width: 1.875rem; height: 1.875rem; border-radius: 0.625rem; display: inline-flex; align-items: center; justify-content: center;}
.modal-dialog-scrollable .modal-content{ overflow: unset;}

.priceModal .modal-dialog{ max-width: 100.875rem !important;}


.modal-mid .modal-dialog{ max-width: 70rem !important;}

.price-confirm-message ul{ display: flex; align-items: center; gap: 0.9375rem; flex-wrap: wrap; justify-content: center;}
.price-confirm-message ul li{ display: flex; align-items: center; gap: 0.3125rem; font-size: 0.8125rem; font-weight: 300; background: linear-gradient(to right, #21479d1f 0%, #4a23833b 100%); padding: 0.375rem 0.5rem; padding-right: 0.9375rem; border-radius: 3.125rem; border: 0.0625rem solid #836dff; color: #ded8ff; position: relative; padding-left: 2.125rem;}
.price-confirm-message ul li::after{ content: ''; width: 1.25rem; height: 1.25rem; position: absolute; left: 0.5rem; top: 50%; transform: translateY(-50%); background: url('../images/check.png') no-repeat; background-size: 100% auto;}
.price-confirm-message ul li img{ width: 1.25rem;}
.price-confirm-message p{ padding: 0.375rem 0.5rem; border-radius: 0.625rem; color: #ded8ff; background: linear-gradient(to right, #21479d1f 0%, #4a23833b 100%); font-size: 0.875rem; font-weight: 300; margin-bottom: 1.25rem; border: 0.0625rem solid #ffd76d;}

.priceTable{ padding:2.5rem 1.5625rem; border-radius: 1.875rem; background: linear-gradient(to right, #21479d14 0%, #4a23831c 100%); border: 1px solid #2c335a; height: 100%; position: relative; padding-bottom: 6.875rem;}
.priceTable p{ font-size: 0.875rem;}
.meter-box{ text-align: center;}
.meter-box p{ padding-top: 0;}
.priceTable h5{ font-weight: 400; color: #ffd76d;}
.priceTable h6{ font-weight: 600; font-size: 2.5rem; border-radius: 0.3125rem; text-align: center; margin: 0.9375rem 0; color: #f7b400;}
.priceTable h6 span{ font-size: 1.25rem; font-weight: 300; opacity: 0.7; color: #FFF;}

.priceTable h4{ font-weight: 400; font-size: 1.125rem; margin-top: 0.625rem; display: flex; align-items: center; position: relative; padding: 0 0 0 1.4375rem;}
.priceTable h4::after{ content: ''; width: 1rem; height: 1rem; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url('../images/check.png') no-repeat; background-size: 100% auto;}

.priceTable h4 img{ width: 1rem; margin-right: 0.5rem;}
.featureList ul{ padding-top: 0.5rem; padding-bottom: 0.625rem;}
.featureList ul li{ font-size: 0.875rem; font-weight: 300; opacity: 0.8; padding: 0 0 0 1.25rem;}

.price-btn{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 2.5rem 1.5625rem;}
.modal-backdrop{ backdrop-filter: blur(0.5rem);}
.modal-backdrop.show{ opacity: 0.95 !important; backdrop-filter: blur(0.5rem);}

/* body.modal-open{ max-height: 100vh;} */

.modal-full .modal-dialog{ max-width: calc(100% - 30px) !important;}
.cont-block > ul{ display: flex; margin: 0 -20px;}
.cont-block > ul > li{ width: 25%; padding: 0 20px; font-size: 14px; border-left: 1px solid #262b4c;}
.cont-block > ul > li:first-child{ border: none;}
.cont-block ul li p{ padding-top: 8px;}
.cont-block ul li strong{ font-weight: 700; opacity: 1;}
.cont-block ul li h6{ color: #ffd76d; }
.cont-block ul li h6.white{ color: #FFF;}
.cont-block ul li p{ font-weight: 300;}
.cont-block ul li p strong{ opacity: 1;}

.cont-block ul li a{ color: #8aadff;}

.accordion-style{ background: none;}
.accordion-style .accordion-item{ background: none; color: #FFF; margin: 10px 0; border-radius: 15px; overflow: hidden; border: 1px solid #1d223e;}
.accordion-style .accordion-button{ background: none; border: none; box-shadow: none; color: #FFF; background: rgba(0,0,0,0.3); font-weight: 600;}
.accordion-style .accordion-body{ background: rgba(0,0,0,0.1); border-top: 1px solid #1d223e;}
.monthly{ background: #ffd76d; border-radius: 50px; color: #000; font-weight: 600; padding: 7px 20px; margin-top: 15px;}

.list-item li{ display: flex; align-items: center; justify-content: space-between; border: 1px solid #37485e; padding: 4px 10px; margin-top: 5px; border-radius: 10px; font-size: 13px; font-weight: 300;}

.loading-modal .modal-content{ background: none; border: none; backdrop-filter: unset !important;}
.opt-single{ height: 100%; background: #1e233e; border-radius: 1.25rem; padding: 1.875rem; display: flex; flex-direction: column; position: relative; padding-bottom: 6rem;}
.opt-single p{ font-size: 1.0625rem; font-weight: 500; text-align: center;}
.opt-single p span{ color: #ffd76d; }
.modal-content .theme-btn{ padding: 0.5625rem 1.25rem;}
.button-cont{ position: absolute; width: 100%; left: 0; bottom: 0; padding: 0 1.875rem; padding-bottom: 1.875rem;}
.opt-img{ text-align: center;}

.btn-section{ border-top: 1px solid #12193c;}

.optionList{ margin-top: 10px;}
.optionList li{ position: relative; padding: 0 0 0 25px; margin: 10px 0 0 0;}
.optionList li::after { content: ''; width: 1rem; height: 1rem; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url('../images/check.png') no-repeat; background-size: 100% auto;
}


.site-main.inner{ padding-top: 100px;}
.blank-container .page-cont{ min-height: calc(100vh - 420px); text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;}


.mobClick { display: none; width: 24px; height: 16px; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; left: 15px; top: 18px; z-index: 999;}
.mobClick span { position: absolute; opacity: 1; left: 0; width: 24px; height: 3px; background: #f7b400; display: block; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.mobClick span:nth-child(2) { top: 7px;}
.mobClick span:nth-child(3) { top: 14px;}
.mobClick.open span:nth-child(1) { top: 7px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
.mobClick.open span:nth-child(2) { opacity: 0; left: -20px;}
.mobClick.open span:nth-child(3) { top: 7px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.mobClick.open{ position: fixed; z-index: 9999999999; left: unset; right: 15px; margin: 0 !important;}

#typed-strings{ display: none;}


.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #f7b400;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}


/*  */
/*  */


@media (max-width: 1799px) {
    html{ font-size: 16px;} 
}
@media (max-width: 1699px) {
    html{ font-size: 15px;}
}
@media (max-width: 1599px) {
    html{ font-size: 14px;}
    .priceModal .modal-dialog{ max-width: calc(100% - 30px) !important;}
}
@media (max-width: 1300px) {
    html{ font-size: 13px;}
}


@media (max-width: 1199px) {
  .container{ max-width: 900px !important;}
  h2{ font-size: 50px;}
  .cont-block > ul{ flex-wrap: wrap;}
  .cont-block > ul > li{ width: 100%;}
}

@media (max-width: 991px) {
  .container{ max-width: 700px !important;}
  .experience-list ul li{ width: 50%;}
  .banner-txt{ text-align: center; padding: 50px 0 0 0;}
  .video-wrap{ justify-content: center;}
  .hero-banner .row{ height: auto; min-height: unset;}
  .video-wrap{ padding-bottom: 50px; padding-top: 50px;}
  .section{ padding: 50px 0;}
  .block-img-main{ border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
  .block-txt{ border-top-left-radius: 0; border-top-right-radius: 0; }
  .contact-section .form-block{ padding: 0 80px;}

  .site-nav{ position: fixed; width: 100%; height: 100vh; left: -100%; top: 0; background: rgba(0,0,0,0.95); z-index: 5; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all 0.5s ease; backdrop-filter: blur(0.5rem);}
  .site-nav.act{ left: 0;}
  .site-nav > ul{ flex-direction: column;}
  .site-nav > ul > li{ margin: 15px 0 0 0 !important;}
  .site-nav > ul > li:first-child{ margin-top: 0 !important;}
  .site-nav > ul > li > a{ font-size: 17px;}
  .site-nav > ul > li.divide{ display: none;}

  .mobClick{ display: inline-flex;}

  .block-txt.small:first-child{ margin-top: 1.5625rem;}
  .priceModal .modal-dialog{ max-width: 100% !important;}
}

@media (max-width: 767px) {
  h2{ font-size: 34px;}
  .typed-wrap{ font-size: 22px;}
  .block-txt{ padding: 20px;}
  .block-txt h3{ font-size: 25px;}
  .contact-section .form-block{ padding: 0 12px;}
  .experience-list.large ul li{ width: 100%;}
  .section{ border-top: 1px solid #232c5d;}
  .experience-list.large{ margin-top: 0;}
  .contact-section-main{ padding-top: 0; border: none;}
  .video-wrap-in{ width: 280px; height: 280px;}
  .video-carousel .item{ transform: scale(0.8);}
  .site-header{ padding:5px 15px;}
  .experience-list ul li{ width: 100%;}
  .common-modal .modal-body{ padding: 15px;}
  .header-right{ gap: 10px;}
}

/* Hide videos on iPhones */
@media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
    .video-carousel video {
        display: none;
    }
}

