 
/* Css For Sensai landing page */



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --secondary-color: #0E131D;
  --text-color: #6A6A6A;
  --title-color: #111111;
  --text-font: 'Inter', sans-serif;
  --title-font: 'Outfit', sans-serif;
}

body {
  font-size:16px;
  color: var(--text-color);
  line-height:26px;
  font-weight:400;
  background:#03081C;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1320px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 600;
  color: #fff;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--secondary-color);
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  transition: all 500ms ease;
}

.light-home .scroll-to-top .scroll-bar-text{
  color: var(--secondary-color);
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:absolute;
  left:0px;
  top:30px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #03081C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .menu-area{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50px;
  padding: 0px 50px;
}

.main-header .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  background: #0F2840;
  border-radius: 40px;
  padding: 11px 31px;
}

.main-header .btn-box a:hover{
  background: var(--theme-color);
}


/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:18px;
  line-height:30px;
  padding: 14px 0px;
  font-weight:400;
  font-family: var(--title-font);
  opacity:1;
  color: #fff;
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.light-home .main-menu .navigation > li > a{
  color: #fff;
}

.main-menu .navigation > li:hover > a{
  color: var(--theme-color);
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.light-home button.rtl{
  background: var(--secondary-color);
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.light-home button.ltr{
  background: var(--secondary-color);
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}


/** banner-section **/

.banner-section{
  position: relative;
  padding: 290px 0px 165px 0px;
}

.banner-section .content-box{
  position: relative;
  display: block;
}

.banner-section .content-box h2{
  font-size: 96px;
  line-height: 100px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}

.banner-section .content-box h2 span{
  position: relative;
  display: inline-block;
  color: transparent;
  background: -webkit-linear-gradient(360deg, rgba(104, 40, 255, 1), rgba(86, 190, 245, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-section .content-box p{
  font-size: 20px;
  line-height: 32px;
  color: #A9A7B0;
  margin: 40px;
}

.banner-section .content-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 40px;
  background: var(--theme-color);
}

.banner-section .content-box a:hover{
  color: var(--theme-color);
  background: #fff;
}

.mouse-btn-down {
  position: relative;
  display: inline-block;
  margin-top: 150px;
  cursor: pointer;
}

.scroll-btn-flip-box {
  overflow: hidden;
  display: inline-block;
  -webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
  -o-transition: 1s cubic-bezier(.86, 0, .07, 1);
  transition: 1s cubic-bezier(.86, 0, .07, 1);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.scroll-btn-flip {
  position: relative;
  color: transparent;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}

.scroll-btn-flip:before,
.scroll-btn-flip:after {
  color: white;
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
  transition: .5s cubic-bezier(.86, 0, .07, 1);
}

.scroll-btn-flip:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scroll-btn-flip:after {
  -webkit-transform: translateY(-170%);
  -ms-transform: translateY(-170%);
  transform: translateY(-170%);
  color: var(--theme-color);
}

.mouse-btn-down:hover .scroll-btn-flip:before {
  -webkit-transform: translateY(52%);
  -ms-transform: translateY(52%);
  transform: translateY(52%);
}

.mouse-btn-down:hover .scroll-btn-flip:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1370px;
  height: 1333px;
  background-repeat: no-repeat;
}

.banner-section .pattern-layer .pattern-3{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1022px;
  height: 1634px;
  background-repeat: no-repeat;
}

.banner-section .pattern-layer .pattern-4{
  position: absolute;
  left: 355px;
  top: 446px;
  width: 166px;
  height: 162px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.banner-section .pattern-layer .pattern-5{
  position: absolute;
  top: 292px;
  right: 197px;
  width: 189px;
  height: 191px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 20px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.10);
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
}

.sec-title p{
  font-size: 18px;
  line-height: 30px;
  color: #A9A7B0;
  margin-top: 20px;
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-section .inner-container{
  position: relative;
  padding: 100px 30px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.funfact-section .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.funfact-section .funfact-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.funfact-section .funfact-inner .funfact-block-one{
  margin-right: 200px;
}

.funfact-section .funfact-inner .funfact-block-one:last-child{
  margin: 0px !important;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 70px;
  font-family: var(--title-font);
  font-weight: 500;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 15px;
}

.funfact-block-one:first-child .inner-box .count-outer{
  background: -webkit-linear-gradient(90deg, rgba(255, 219, 150, 1), rgba(255, 75, 75, 1));
}

.funfact-block-one:nth-child(2) .inner-box .count-outer{
  background: -webkit-linear-gradient(-90deg, rgba(104, 40, 255, 1), rgba(86, 190, 245, 1));
}

.funfact-block-one:last-child .inner-box .count-outer{
  background: -webkit-linear-gradient(-90deg, rgba(46, 177, 22, 1), rgba(150, 222, 218, 1));
}

.funfact-block-one .inner-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.funfact-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1224px;
  height: 1683px;
  background-repeat: no-repeat;
}


/** demo-section **/

.demo-section{
  position: relative;
}

.demo-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.demo-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
  border: 10px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 22px;
  overflow: hidden;
}

.demo-block-one .inner-box .image-box img{
  width: 100%;
}

.demo-block-one .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.demo-block-one .inner-box h3 a{
  display: inline-block;
  color: #fff;
}

.demo-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.demo-section .demo-block{
  padding: 0px 80px;
}

.demo-section .inner-container{
  margin: 0px -65px;
}


/** slide-text **/

.slide-text{
  position: relative;
  padding: 50px 0px 100px 0px;
}

.slide-text .text-box{
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}

.slide-text .text-box li{
  position: relative;
  font-size: 200px;
  line-height: 235px;
  font-weight: 700;
  margin-right: 140px;
  background: -webkit-linear-gradient(180deg, rgba(83, 163, 110, 1), rgba(255, 191, 25, 1));
  -webkit-background-clip: text !important;
  -webkit-text-stroke: 2px transparent;
  color: #03081C;
  opacity: 0.5;
}

.slide-text .text-box li:last-child{
  margin: 0px !important;
}

.slide-text .text-box li:nth-child(2){
  background: -webkit-linear-gradient(180deg, rgba(55, 96, 241, 1), rgba(25, 241, 255, 1));
}

.slide-text .text-box li:last-child{
  background: -webkit-linear-gradient(180deg, rgba(163, 155, 83, 1), rgba(255, 94, 25, 1));
}

.slide-text .text-box li:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(0deg, rgba(255, 191, 25, 1), rgba(83, 163, 110, 1));
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 120px;
  right: -80px;
}

.slide-text .text-box li:after{
  position: absolute;
  content: '';
  background: #03081C;
  width: 18px;
  height: 18px;
  right: -79px;
  top: 121px;
  border-radius: 50%;
}

.slide-text .text-box li:last-child:before,
.slide-text .text-box li:last-child:after{
  display: none;
}

.slide-text .text-box li:nth-child(2):before{
  background: -webkit-linear-gradient(0deg, rgba(25, 241, 255, 1), rgba(55, 96, 241, 1));
}

.responsive-section{
  position: relative;
  padding-bottom: 150px;
}

.responsive-section .image-box{
  position: relative;
  display: block;
}

.responsive-section .image-box img{
  position: relative;
  max-width: none;
  float: right;
}

.responsive-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
}

.responsive-section .pattern-layer{
  position: absolute;
  top: -120px;
  right: 0px;
  width: 572px;
  height: 1020px;
  background-repeat: no-repeat;
}


/** block-section **/

.block-section{
  position: relative;
}

.block-section .content-box{
  position: relative;
  display: block;
  max-width: 550px;
}

.block-section .image-box{
  position: relative;
  display: block;
}

.block-section .image-box img{
  max-width: none;
  float: right;
}

.block-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -400px;
  width: 961px;
  height: 1784px;
  background-repeat: no-repeat;
}


/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .inner-container{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.feature-section .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.feature-section .feature-block-one{
  position: relative;
  display: block;
  float: left;
  width: 20%;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 50px 20px 42px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.feature-block-one:nth-child(5) .inner-box,
.feature-block-one:last-child .inner-box{
  border-right: none;
}

.feature-block-one:nth-child(1) .inner-box,
.feature-block-one:nth-child(2) .inner-box,
.feature-block-one:nth-child(3) .inner-box,
.feature-block-one:nth-child(4) .inner-box,
.feature-block-one:nth-child(5) .inner-box{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  min-height: 112px;
  margin-bottom: 20px;
}

.feature-block-one .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.feature-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.feature-section .pattern-layer .pattern-2{
  position: absolute;
  left: 190px;
  top: 394px;
  width: 166px;
  height: 162px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}


/** inner-section **/

.inner-section{
  position: relative;
  padding-top: 150px;
}

.inner-section .page-list{
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

.inner-section .page-list li{
  margin-right: 20px;
}

.inner-section .page-list li:last-child{
  margin: 0px !important;
}

.inner-section .page-list li .image-box{
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.inner-section .page-list li .image-box img{
  width: 100%;
  border-radius: 10px;
}


.main-footer{
  position: relative;
  padding: 200px 0px;
}

.main-footer .content-box{
  position: relative;
  display: block;
}

.main-footer .content-box h2{
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 30px;
}

.main-footer .content-box h2 span{
  color: transparent;
  background: -webkit-linear-gradient(0deg, rgba(48, 205, 255, 1), rgba(255, 106, 42, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-footer .content-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 40px;
  background: var(--theme-color);
}

.main-footer .content-box a:hover{
  background: #fff;
  color: var(--theme-color);
}

.main-footer .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .pattern-layer .pattern-2{
  position: absolute;
  left: 300px;
  bottom: 150px;
  width: 166px;
  height: 162px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.main-footer .pattern-layer .pattern-3{
  position: absolute;
  top: 220px;
  right: 250px;
  width: 189px;
  height: 191px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.main-footer .pattern-layer .pattern-4{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1317px;
  height: 1486px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-5{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1083px;
  height: 669px;
  background-repeat: no-repeat;
}



/*** 

====================================================================
                        Responsive-Css
====================================================================

***/


@media only screen and (max-width: 991px){

  .menu-right-content{
    display: none;
  }

  .main-header .outer-box{
    display: block;
    text-align: center;
  }

  .main-header .logo-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .main-menu .navigation > li{
    float: none;
    display: inline-block;
  }

  .feature-section .feature-block-one{
    width: 50%;
  }

  .responsive-section .content-box{
    margin-left: 0px;
  }

  .responsive-section .image-box img,
  .block-section .image-box img{
    float: none;
    width: 100%;
  }

}


@media only screen and (max-width: 767px){

  .banner-section .content-box h2{
    font-size: 60px;
    line-height: 70px;
  }

  .main-menu .navigation > li{
    margin: 0px 5px;
  }

  .sec-title h2{
    font-size: 40px;
    line-height: 50px;
  }

  .sec-title h2 br{
    display: none;
  }

  .sec-title p br{
    display: none;
  }

  .funfact-section .funfact-inner .funfact-block-one{
    margin-right: 30px;
  }

  .main-footer .content-box h2{
    font-size: 60px;
    line-height: 70px;
  }

  .main-footer .content-box h2 br{
    display: none;
  }

}

@media only screen and (max-width: 599px){
  .feature-section .feature-block-one{
    width: 100%;
  }

  .feature-block-one .inner-box{
    border: none !important;
  }

  .inner-section .sec-title{
    padding: 0px 15px;
  }

  .main-header .menu-area{
    padding-left: 30px;
    padding-right: 30px;
  }

  .funfact-section .funfact-inner{
    display: block;
    text-align: center;
  }

  .funfact-section .funfact-inner .funfact-block-one{
    margin: 0px 0px 30px 0px !important;
  }

  .funfact-section .funfact-inner .funfact-block-one:last-child{
    margin-bottom: 0px !important;
  }
}






































