@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100;200;300;500;600&display=swap');
body {
  font-family: 'Anek Latin', sans-serif; line-height: 1;color: #252525;background-color: #000;overflow-x: hidden;text-transform: uppercase;
}
p{color: #fff; font-size: 1.5rem; text-transform: capitalize; font-weight: 200; line-height: 32px;}
::-webkit-scrollbar { display: none;}
small{font-size: 1.3rem; color: #fff; font-weight: 200;}
/* Nav bar */
.top-nav {display: flex; flex-direction: row;align-items: center;justify-content: space-between;background-color:none;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;height: 50px;  position: absolute;z-index: 120;  width: 100%;  padding: 1em;margin-top: 1rem;
}
.sticky {
  position: fixed;top: -20px;right: 0;  left: 0;  z-index: 30; padding: 30px; width: 100%;background: #000;}
.sticky .brand img{width: 160px; padding-bottom: 5px;}
.menu {  display: flex; flex-direction: row; list-style-type: none;margin: 0;  padding: 0;}
.menu > li {
  margin: 0 1rem;
}
.menu > li a{color: #fff; text-decoration: none; font-weight: 100; font-size: 1.3rem;}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.row-flex { display: flex;flex-wrap: wrap;}
.brand{padding: 1rem 0rem 0rem 0rem; display: block;}
.brand img{max-width: 240px;}
.section-two .col-lg-4{display:inline-grid;}
@media (max-width: 700px) {

  .top-nav{margin-top: 0rem;}
  .brand{padding-left: 0px; padding-top: 0px;}
  .brand img{max-width: 150px;}
  #menu-toggle:checked ~ .menu li a{display:block !important;}
.menu > li a{display: none;}
  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
/* nav bar end */




.loader {
  position: absolute;
  inset: 0;
  background-color: #252525;
  transform: translatex(0%);
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  will-change: transform;
  z-index: 200;

}

.a,
.b,
.c,
.d {
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
  transition-delay: -0.1s;
  transition-timing-function: ease-in-out;
  height: 100%;
}

.ac {
  margin: auto;
}

[data-route=d] .d, [data-route=c] .c, [data-route=b] .b, [data-route=a] .a {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.5s ease-in 0.9s;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
  cursor: none;
  cursor: wait;
}
.video-banner{
  width: 100%;
  height: 100%;
}

.section-one{width: 100%;background: url(../img/section-bg-one.jpg) no-repeat;background-size: cover; margin-top: -4px;}
.section-one h1{text-align: center;font-weight: 100; color: #fff;max-width: 60%;margin: auto;font-size: 3.2rem;padding: 4rem 0 4rem 0rem;}
.section-one h2{text-align: center; color: #fff; font-weight: 300; font-size: 2.5rem;}
.section-one h3{color: #fff;}
.section-one .card{border-radius: 44px; background: #000; padding: 0rem 3rem 0rem 3rem ;}
.w-70 {width: 70%!important; margin: auto;}
.pdding-left-zero{padding-left: 0px !important;}
.b-radius{border-radius: 44px;}
.card-img-h-100{
 min-height: 380px;
    object-fit: cover;
  }
 .simplify-life{width: 100%; border-radius: 44px; background: #fff url(../img/simplify-life-3.png) no-repeat right; min-height: 380px; display: flex;} 
 .simplify-life h3{text-align: center; text-transform: capitalize; font-size: 2.5rem; font-weight: 200; color: #000 !important;}
 .simplify-life h4{text-align: center; text-transform: capitalize; font-size: 1.2rem; font-weight: 200;   margin: auto;}
 .simplify-life h4 span{font-weight: 300;}
 .section-two{width: 100%;background: url(../img/section-bg-two.jpg) no-repeat; background-size: cover; min-height: 400px; padding: 4rem 0rem 4rem 0;}
 .section-two h5{text-align: center; color: #fff; text-transform: capitalize; font-size: 2rem; font-weight: 100; line-height: 60px;}
 .section-two h5 span{background: url(../img/pro-title.svg) center no-repeat; height: 100px; display: block; background-size: contain; }
 .section-two h6{color: #fff; font-size: 3.2em; text-transform: capitalize; font-weight: 200;}
 .section-two .card{padding: 0px; background: none; border: 1px solid #fff; border-radius: 44px; background: #000;}
 .section-two .card-body{padding: 2rem;}
 .section-two .card-body .logo{max-width: 200px;}
 .section-two .card .position-absolute{right: 20px; top: 20px;}
 .section-two .card .position-absolute img{ width: 50px; height:50px;}
 .section-two .expore-more{border-radius: 44px;    display: block; width: 100%;border: 1px solid #fff;font-size: 2rem; text-decoration: none;
    color: #fff; text-transform: capitalize; text-align: center; font-weight: 200; padding: 1rem .7rem 0rem .7rem; }
 .section-two .expore-more span{  width: 60px; background: url(../img/ai-icon.svg) no-repeat;  display: inline-block; height: 64px; text-align: center; background-size: cover;
  vertical-align: middle;
 }
 .section-two .pr4{padding-right: 45px; padding-bottom: 35px;}
 .section-two .pl4{padding-left: 45px; padding-bottom: 35px;}
 .section-two .card p{font-size: 1.9rem; max-width: 80%;}
 .section-two .gredient-block{background: linear-gradient(180deg, #E76891 0%, #BF1AA5 100%); border: none; margin-top: 35px !important;}
 .section-two .gredient-block h6{font-size: 2rem; font-weight: 400; text-align: left;}
 .section-three{margin-top: -70px; max-height: 600px;}
 .section-three video{width: 100%;}
 .section-three h6{font-size: 6.7rem; text-transform: capitalize; color: #fff; font-weight: 200; line-height: 100px;}
 .section-three p{font-size: 2.3rem; color: #fff; font-weight: 100; line-height:40px; }
 .section-three .position-absolute {max-width: 50%;}
 a.glow-on-hover {
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 44px;
  padding: 1rem 3rem 1.3rem 3rem;
  text-decoration: none;
  border: .6px solid #fff;
  text-transform: capitalize;
  font-weight: 100;
  font-size: 2rem;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 44px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 44px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.section-four{padding: 3rem 0rem 3rem 0rem; }
.section-four h6{text-align: center; font-size: 3.9rem; text-transform: capitalize; font-weight: 200;  line-height: 65px; display: block; max-width: 50%; margin: auto;}
.section-four span{display: block; background: url(../img/arrow-black.svg) no-repeat; width: 60px;  height: 60px;background-size: cover;}
footer{width: 100%; background: url(../img/footer-bg.jpg) no-repeat;}
footer h6{color: #fff; text-transform: capitalize; font-size: 2.6rem; font-weight: 200;}
footer ul{margin: 0; padding: 0;} footer li{margin: 0; padding: 0; color: #fff; text-transform: capitalize; list-style: none !important; font-weight:200; line-height: 40px; font-size: 1.4rem;}
footer ul li a{color: #fff; text-decoration: none;}
footer .txt-sml{font-size: 1rem !important;}
footer p{line-height: 40px;}
footer a{color: #fff; text-decoration: none;}

a:hover { animation: 3s multicolor;   -webkit-animation: 3s multicolor;}
@keyframes multicolor {
  0% {
      color: #ff77aa;
  }
  33% {
      color: #acaae5;
  }
  66% {
      color: #5665bc;
  }
  100% {
      color: #4276ac;
  }
}
.about-page{width: 100%; position: absolute; top: 100px; display: block !important;}
.cms-wrapper{padding-bottom: 40px;}
.cms-wrapper h2{text-align: left;}
.cms-wrapper a{color: #fff;}
@media (max-width:767px) {
  .section-one h1 {
    max-width: 80% !important;
    font-size: 1.6rem;
    padding: 4rem 0 4rem 0rem !important;
    
}
.section-one h2{ font-size: 1.6rem; }
.section-one h3{font-size: 1.6rem; text-align: center !important; color: #fff !important;}
.section-two .card p { font-size: 1.3rem;  max-width: 100%;line-height: 30px;}
.section-two .gredient-block h6{font-size: 1.4rem !important;}
.simplify-life h3{color: #333 !important;}
.section-one .card {
  padding: 0rem 1rem 0rem 1rem;
}
.simplify-life {
  width: 100%;
  border-radius: 44px;
  background: #fff url(../img/simplify-life-3.png) no-repeat right;
  min-height: 380px;
  display: flex;
  background-image: none;
  padding: 2rem;
  margin-top: 20pm;
  margin: 1rem 0rem 1rem 0rem;
}
.section-two{padding-top: 0;}
.section-two h5{line-height: 40px;}
.section-two h6{font-size: 2rem;}
.section-two h5 span{margin-top: 30px;}
.section-two .card-body .logo{max-width: 160px;}
.section-three .position-absolute{max-width: 80%;}
.section-three{margin-top: 0px; }
.section-three p {  font-size: 1rem;line-height: 20px; padding-top: 0px !important; padding-bottom: 20px !important;}
.section-three h6{ font-size: 4vh !important; line-height: 4.5vh;  padding-top: 50px;}
.section-four h6 { font-size: .8rem;  line-height: 15px; max-width: 80%; margin: auto; }
.section-four {padding: 8rem 0rem 0rem 0rem;}
a.glow-on-hover {  padding: 0.7rem 3rem 0.7rem 3rem;   font-size: 1rem;}
footer{background-image: none !important;}
footer img{max-width: 120px; display: block; margin: auto;}
footer h6{padding-top: 30px; text-align: center !important;}
.txt-sml{text-align: center !important; line-height: 10px !important;}
.simplify-life .card-img-top{margin-top: 30px;}
footer p{ text-align: center !important;}
footer ul li a {text-align: center; display: block;}
.simplify-life h4 {font-size: 1.5rem !important;}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
  .simplify-life{background-image: none; padding: 30px; margin: 20px 0px 20px 0px; margin-top: 30px;}
  .section-three h6 {
    font-size: 4.7rem;
    text-transform: capitalize;
    color: #fff;
    font-weight: 200;
    line-height:70px;
}
.section-three .position-absolute {  max-width: 70%;}
.section-three{margin-top: -30px;}
footer img{max-width: 200px;}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 
  .section-one .card-body{padding: 0px;}
  .section-one h2{font-size: 1.2rem; margin: auto;}
  .section-one .right-card h2{max-width: 70%;}
  .simplify-life{background-image: none; padding: 30px; margin-top: 30px;}  
  .simplify-life h4{font-size: 1.5rem !important;}
  .simplify-life h3{padding-bottom: 20px;}
  .section-one h1{max-width: 70% !important;}
  .section-three {margin-top: 0px;}
  .section-two h6{font-size: 2.2rem;}
  .section-two .card p {  font-size: 1.4rem; max-width: 100%;}
  .section-two .gredient-block h6{font-size: 1.4rem;}
  .gredient-block p{font-size: 1rem !important;}
  .gredient-block .card-img-top {margin-bottom: 0px !important;}
  .section-three h6 {font-size: 4rem; text-transform: capitalize; line-height: 60px;
    
}
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1299px) { 
  .section-one h2 {font-size: 1.4rem !important;}
  .section-one .right-card h2{max-width: 70%; margin: auto !important;  }
  .section-three h6 { font-size: 4.7rem;line-height: 80px;}
}
@media (min-width:1200px) {
  .simplify-life{ background: #fff url(../img/simplify-life-3.png) no-repeat right !important; background-position: right -13em bottom 0px !important;}
}
@media (min-width:1300px) {
  .section-two h6{font-size: 2.2rem !important;}
  .section-two .card p { font-size: 1.4rem; max-width: 90%;}
  .section-three{max-height: inherit !important;}
  .section-three h6{font-size: 6rem;}
  .section-one h2{font-size: 1.5rem;}
  .section-one h3{font-size:2.5rem; text-align: center; color: #fff;}
  .section-one .right-card h2{max-width: 70%; margin: auto;  padding-bottom: 20px;}
   .gredient-block img{margin-bottom: 20px !important;}

  .simplify-life {
    background: #fff url(../img/simplify-life-3.png) no-repeat right !important;
    background-position: right -30% bottom 45% !important;
  }
}
@media (min-width:1400px) {
  .simplify-life {
    background: #fff url(../img/simplify-life-3.png) no-repeat right !important;
    background-position: right -20% bottom 45% !important; padding: 30px 0px 30px 0px; }
  .section-one h3{font-size:3.5rem; text-align: center; color: #fff;}
}
@media (min-width:1600px) {
  .section-one h2{font-size: 2.2rem;}
.section-two .card p{ font-size: 1.9rem;}
.section-two .gredient-block h6{max-width: 90%; font-size: 2rem !important;}
.section-two .gredient-block .card-img-top {padding-top: 30px !important;}
.section-two .gredient-block p{font-size: 1.5rem !important;}
.gredient-block img {margin-bottom: 60px !important; }
.section-two h6 {font-size: 2.8rem !important; max-width: 80% !important;}
.simplify-life {
  background: #fff url(../img/simplify-life-3.png) no-repeat right !important;
  background-position: right 0% bottom 45% !important; padding: 30px 0px 30px 0px; }
.simplify-life .col-xl-2{width: 23% !important; padding-top: 20px;}
.simplify-life h4{max-width: 200px;}
.section-three{max-height: 700px !important;}

}

 
  

