/* ------------------------------------------------------------------------------
 *  Designed by Dreamscape Media Pvt. Ltd.
 *  ------------------------------------------------------------------------------
 *  Email: support@dreamscape.co.in
 *  Work: UI Designer and Front-end Developer @ Dreamscape Media - http://dreamscape.co.in
 *  Latest update: Dec 11, 2023
 * ---------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html {font-family: "Open Sans", sans-serif;font-weight: 400;color: #090909}
body {font-family: "Open Sans", sans-serif;font-weight: 400;color: #090909; font-weight: 400; font-size: 16px;padding-top: 90px; background: #fff;}
a {cursor: pointer;}
a:hover {text-decoration: none;} 
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", sans-serif;}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom: 0}
p{font-size: 16px; line-height: 26px;color: #000; font-weight: 400;}
p.lead{font-size: 20px; line-height: 28px; font-weight: 400; color: #000000;}
p:last-child{margin-bottom: 0;}
h1:last-child{margin-bottom: 0!important;}
h1{font-size: 80px; color: #000; line-height: 90px; font-weight: 400; margin-bottom: 25px;}
h1 span{font-weight: 300; display: block;}
h2{font-size: 52px; color: #000; line-height: 60px; font-weight: 400; margin-bottom: 20px;}
h3{font-size: 32px; color: #000; line-height: 42px; font-weight: 400; margin-bottom: 10px;}
section{padding: 120px 0;}
video{width: 100%;}
ul.styled{margin: 0 0 0 25px; padding: 0;}
ul.styled li{font-size: 20px; line-height: 28px; color: #595959; font-weight: 400; margin: 6px 0 0 0; padding: 0 0 0 10px;}
.img-block img{width: 100%;}

.slider {position: relative;width: 100%;display: grid;place-items: center;overflow: hidden;}
.slide-track:hover {animation-play-state: paused;}
.slider::before{left:0;top:0;}
.slider::after{right:0;top:0;transform:rotateZ(180deg);}
/*  IMPORTANT CODE BELOW */
.slide-track {width: calc(150px * 20);display: flex;animation: scroll 20s linear infinite;justify-content: space-between;}
.slide {display: inline-table;place-items: center;transition:0.5s; padding: 0 20px;}
.slide:hover{transform:scale(0.95)}
@keyframes scroll {0% {transform: translateX(0px);}100% {transform: translateX(calc(-150px * 10));}}
@media screen and (max-width: 768px) {
  .slide-track {width: calc(80px * 20);}
  .slide-track2 {width: calc(80px * 15);}
  .slide {width: 80px;}
  @keyframes scroll {0% {transform: translateX(0px);}100% {transform: translateX(calc(-80px * 10));}}
}
.row{--bs-gutter-x: 2.5rem;}
.container{--bs-gutter-x: 2.5rem;}
.container-fluid {--bs-gutter-x: 2.5rem;}

/* ---------------------------- NAVBAR ----------------------------- */
.navbar {z-index: 1049;transition: all 0.6s ease 0s; padding: 15px 0; background: #fff !important;font-family: "Kanit", sans-serif; font-weight: 300;}
.navbar-brand{padding: 0;}
.navbar-brand img{height: 50px;transition: all 1s ease 0s;}
.scrolled .navbar-brand img{height: 50px;}
.nav-link{color: #2D2D2D;}
.nav-link:hover{color: #601670;}
.navbar .nav-link{font-size: 16px; padding-left: 16px!important; padding-right: 16px!important; padding-top: 10px; padding-bottom: 10px; border-bottom: 3px transparent solid; font-weight: 400;}
.scrolled {box-shadow: 0px 3px 15px 3px rgb(0 0 0 / 11%);transition: all 0.6s ease 0s;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {color: #601670;}
.nav-link.active ,.nav-item.active {border-bottom: 5px #601670 solid !important;}
.navbar-toggler:focus{box-shadow: none;}


.dropdown-item.active, .dropdown-item:active {color: #F64717;background-color: transparent;}

/* ---------------------------- CTA --------------------------- */
.btn-primary{background:url(../images/arrow-white.svg) right 30px center no-repeat #F88011; font-size: 18px; transition: all 0.3s ease-in-out; border-color: #F88011; border-radius: 26px; padding: 10px 60px 10px 40px;}
.btn-primary:hover{background:url(../images/arrow-white.svg) right 20px center no-repeat #F64717; border-color: #F64717;}
.btn-secondary{background:#541362; font-size: 18px; transition: all 0.3s ease-in-out; border-color: #541362; color: #fff!important; border-radius: 26px; padding: 10px 60px 10px 40px;}
.btn-secondary:hover{background:#F64717; border-color: #F64717;}
.bg-dark{background:#10222E!important;}
.bg-orange{background: rgb(208,104,9); background: linear-gradient(0deg, rgba(208,104,9,1) 0%, rgba(248,128,17,1) 100%);}
.bg-light-blue{background:#E7F2F9;}
.bg-light-yellow{background:url(../images/pattern.png) top left repeat #f5f5e4;}
.bg-dark-grey{background:url(../images/pattern.png) top left repeat #eaeaea;}
.bg-light-grey{background:url(../images/pattern.png) top left repeat #fafafa;}
.cta{padding: 60px 0 0 0;}
.big-cta{display: inline-block; margin: 10px 15px;}
.big-cta a{transition: all 0.3s ease-in-out;display: flex;font-size: 16px;font-weight: 500; align-items: center;color: #000;text-decoration: none;}
.big-cta:hover a{display: flex;align-items: center;color: #EA7A12;text-decoration: none;}
.cta-icon{margin-right: 10px; border-right: 1px #ccc solid; padding-right: 10px;}
.cta-icon img{height: 32px;}

/* ------------------------- 404 ERROR ------------------------- */
.error-page{margin-top: 50px;padding: 100px 30px 0px 30px;text-align: center;}
.error-page img{width: 40%;}
.error-page h3, .error-page p{color: #fff!important}
.error-page .btn-primary{background:url(../images/arrow-white.svg) right 30px center no-repeat transparent;border-width: 2px; font-size: 18px; transition: all 0.3s ease-in-out; border-color: #fff; border-radius: 26px; padding: 10px 60px 10px 40px; margin-top: 20px;}
.error-page .btn-primary:hover{background:url(../images/arrow-white.svg) right 20px center no-repeat transparent; border-color: #fff;}
.modal-open{overflow:overlay !important; padding-right: 0!important;}
.modal-open .navbar{padding-right: 0!important;}


/* ----------------------- HERO / HEADER ----------------------- */
.hero{height: 91vh; padding: 0; text-align: center;background:#fff;position: relative;}
.hero .container{padding-top: 100px;}
.hero p.lead{font-size: 30px; color: #601670; font-weight: 500;}
header{background: #EBDBF0;}
.hero h1{font-weight: 300;}
header .col-md-6:first-child{padding: 0 0 0 16%;}
header h1{font-size: 60px;line-height: 70px;}
header h1 span{font-size: 24px; display: block; line-height: 30px; font-weight: 400;}
video.fullscreen {position: absolute;z-index: 0;object-fit: cover;width: 100%;bottom: 0;left: 50%;right: 0; transform: translate(-50%, 0%);}
video.fullscreen::-webkit-media-controls {display: none !important;}
.hero .container{position: absolute; z-index: 1;left: 0;right: 0;margin: auto;}

/* ------------------------ PRODUCTS ------------------------ */
.products{background:url(../images/product-bg.png) top left repeat #F3E3F8!important; text-align: center; font-size: 16px; color: #000000; font-weight: 500;}
.products a{color: #000; text-decoration: none;}
.products-block{border: 2px transparent solid; border-radius: 15px; padding: 30px 0;transition: all 0.6s ease 0s;}
.products-block:hover{border: 2px #fff solid; border-radius: 15px;background-color: rgba(95, 22, 112, 0.08);}
.kpi-img{text-align: center; background: #FFFCE8; padding: 50px; margin-top: 30px;}
.kpi-img img{width: 75%;}

/* ------------------------ FEATURES ------------------------ */
.features{}
.features .col-md-6{margin-top: 40px;}
.features-block{padding: 90px 50px; height: 100%;}
.features-block.yellow{background:url(../images/triangles.svg) top 30px right 30px no-repeat #FFFBDF;}
.features-block.pink{background:url(../images/triangles.svg) top 30px right 30px no-repeat #F3E3F8;}
.features-icon{margin-bottom:20px;}
.features-icon img{width: 100px;}

/* ---------------------- HOW IT WORKS ---------------------- */
.how-it-works{}
.{background:url(../images/triangles.svg) top center no-repeat !important;}

/* ------------------------ LETS TALK ----------------------- */
.lets-talk{background:url(../images/form-bg.jpg) top center no-repeat !important; background-size: cover !important;}
.section-header{margin-bottom: 25px;}
.lets-talk h2{color: #fff;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}
textarea{min-height: 150px!important;}


/* ------------------------- CASE STUDY ------------------------ */
.expertise{background: #F3E3F8;}
.expertise-img{text-align: center; background: #fff; padding: 0px; margin-top: 30px;}
.expertise-img img{width: 100%;}
.data{padding:0;background-image: linear-gradient( 90deg, #FFFDF5 0 50%, #4E125B 50% 100%);}
.data .col-md-6{padding:100px 100px;}


/* -------------------------- FOOTER --------------------------- */
footer{padding: 30px 0;color: #541362; background: #fff;}
footer .footer-nav{padding: 12px 0 5px 0;}
footer .copyright{padding: 12px 0 5px 0; text-align: right;}
.copyright img {margin-top: -22px;margin-bottom: 0;}
footer h3{font-size: 18px;color: #000000; margin: 0; font-weight: 600;}
footer .footer-nav ul{margin: 0; padding: 0; list-style-type: none;font-size: 15px;}
footer .footer-nav ul li{padding: 0;margin: 0 25px 0 0; font-size: 20px; font-size: 16px; font-weight: 400; display: inline-block;}
.social-media{margin: 10px 0 0 0; padding: 0; list-style-type: none;font-size: 14px; line-height: 24px;}
.social-media{margin: 0 0 0 0; padding: 0; list-style-type: none;font-size: 14px; line-height: 24px; text-align: right;}
.social-media li{margin: 5px 0 5px 5px; padding: 0;display: inline-block; margin-right: 5px;}
.social-media li:last-child{margin-right: 0;}
.social-media li a{border: 1px #fff solid; color: #541362; font-size: 18px; padding:6px 5px; width:36px; height:36px;display:block; text-align:center; border-radius:6px; }
.social-media li a:hover{border: 1px #000 solid; background: #541362;color: #fff; padding:6px 5px; width:36px; height:36px;display:block; text-align:center; border-radius:6px; }
footer p{font-size: 16px;}
footer .footer-email a{text-decoration: none; color: #EA7A12;transition: all 0.2s ease-in-out; }
footer .footer-email a:hover{text-decoration: none; color: #000;}
footer a{text-decoration: none; color: #541362;transition: all 0.2s ease-in-out; }
footer a:hover{text-decoration: none; color: #EA7A12;}

/***************************** PRELOADER ****************************/
.web-loader {height: 100%;width: 100%;position: fixed;overflow: hidden;z-index: 99999;background: #fff; top: 0; right: 0;}
.loader-inner{position: absolute;transform: translateY(-50%);top: 50%;left: 50%; text-align: center; margin-left: -75px; margin-bottom: 25px;}
.loader-inner img{margin: 0 auto; width: 150px;}

/* ------------------------- BACK TO TOP ------------------------ */
a.go-to-top{background:url(../images/top-arrow.png) center center no-repeat;}
a.go-to-top:hover{background:url(../images/top-arrow.png) center center no-repeat;}
a.go-to-top, a.go-to-top:hover a.go-to-top:focus {-webkit-border-radius: 2px;border-radius: 2px;bottom: -50px;opacity: 0;filter: alpha(opacity=0);right: 20px;-webkit-transition: all 0.2s ease-in-out 0s;-o-transition: all 0.2s ease-in-out 0s;transition: all 0.2s ease-in-out 0s;color: #fff;font-size: 30px;line-height: 54px;width: 54px;height: 54px;position: fixed;text-align: center;z-index: 100;visibility: hidden;}
a.go-to-top.on, a.go-to-top:hover a.go-to-top:focus.on {opacity: 0.8;filter: alpha(opacity=80);visibility: visible;bottom: 65px;right:12px;}
a.go-to-top.on:hover, a.go-to-top:hover a.go-to-top:focus.on:hover {opacity: 1;filter: alpha(opacity=100);}
.whatsapp{position:fixed;bottom:10px;right:3px;z-index:99;}





