html.new-html {
position: relative;
height: 100%;
scroll-behavior: smooth;
}
.new-html body{
font-family: 'Lato', sans-serif;
overflow-x: hidden;
padding: 0px;
margin: 0px;
background-color: #ffff;
overflow-x: hidden;
font-size: 16px;
color: #727277;
line-height: 24px;
}
a, a:hover{
color: inherit;
text-decoration: none;
}
.bold{
font-weight: 700;
}
.text-yellow{
color: #FBDB69;
}
.btn-theme{
background: #FBDB69 0% 0% no-repeat padding-box;
border-radius: 50px;
padding: 11px 25px 13px;
color: #4A4447;
transition: all 0.2s ease-in-out;
}
.btn-theme:hover{
background-color: #ddbf54;
}
.ft-20{
font-size: 20px;
}
.sec-pad{
padding: 4rem 0;
}
.h-120{
height: 120px;
}
.btn-sm{
padding: 8px 36px 10px;
font-size: 17px;
}
.op-8{
opacity: 0.8;
}
/* Partners who Love Dara */
.partners-who-love-dara-bg{
background-image: url(../img/partners-who-love-dara-bg.png);
background-size: cover;
background-position: center;
width: 100%;
color: #F1F1F1;
}
.partners-who-love-dara-box{
border: 1px solid #FBDB69;
border-radius: 10px;
padding: 18px;
}
/* features */
.shape1{
position: absolute;
right: -33px;
top: 0px;
}
.shape2{
top: -146px;
left: -62px;
position: absolute;
}
.shape3{
position: absolute;
right: -125px;
top: -80px;
}
.shape5{
position: absolute;
right: -38px;
top: 0px;
}
.shape4{
top: 150px;
left: -62px;
position: absolute;
}
.shape7{
position: absolute;
right: -20px;
top: 0px;
}
.shape6{
top: -6px;
left: 0px;
position: absolute;
}
/* menu */
.header{
background-color: transparent;
padding: 5px 0px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
transition: all ease .5s;
z-index: 99;
}
.header-post{
background-color: #843d5c;
width: 100%;
color: #F1F1F1;
padding: 1rem 0 4.8rem;
}
#navbar-hamburger.show{
display: block;
}
#navbar-hamburger, #navbar-close{
display: none;
}
#navbar-close.show{
display: block;
}
/*.header.sticky-bar{
background: #2e292b 0% 0% no-repeat padding-box;}*/
.header.sticky-bar .logo{
width: 120px;
}
.sticky-bar.header {
padding: 4px 0px;
/* box-shadow: 0px 3px 15px #afafaf1a;*/
}
.dropdown-toggle::after {
display: inline-block;
content: "\f107";
font: normal normal normal 23px/1 FontAwesome;
margin-left: 10px;
/* vertical-align: 0.255em; */
border-top: 0em solid;
border-right: 0em solid transparent;
border-bottom: 0;
border-left: 0em solid transparent;
position: absolute;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
top: 100%;
border: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 0px;
min-width: 215px;
box-shadow: 0px 3px 15px #afafaf38;
}
.dropdown-item {
display: flex;
align-items: center;
width: 100%;
padding: 11px 10px;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #ffffff;
background-color: #2bace2;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #db0101;
}
.dropdown-menu{
left: 0;
}
.header.sticky-bar .dropdown-menu{
top: 55px;
left: 0;
}
/*.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before {
transform: scale3d(1,1,1);
}
.nav-link::before, .nav-item.active .nav-link::before {
content: "";
width: 21px;
height: 2px;
position: absolute;
left: 0;
right: 0px;
margin: auto;
bottom: 1px;
transition: 0.5s transform ease;
transform: scale3d(0,1,1);
transform-origin: 50% 50%;
background: #485054;
}*/
.nav-link::before, .nav-item.active .nav-link::before, .nav-item .nav-link.active::before {
content: "";
width: 100%;
height: 2px;
border-radius: 0px;
position: absolute;
left: 0;
bottom: 0;
transition: 0.5s transform ease;
transform: scale3d(0,1,1);
background: #fbdb69;
transform-origin: 100% 50%;
}
.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-item .nav-link.active::before {
transform: scale3d(1,1,1);
transform-origin: 0 50%;
}
.nav-link:focus, .nav-link:hover {
color: #fff;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
color: #0d6efd;
text-decoration: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
font-size: 17px;
color: #fff;
position: relative;
}
.nav-link.active{
color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
margin-right: 18px;
margin-left: 18px;
}
@media (min-width:1360px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0px;
padding-left: 0px;
margin-right: 35px;
margin-left: 35px;
}}
#navbar-hamburger{
color: #fff;
}
/* hero */
.hero{
background-image: url(../img/hero.png);
background-size: cover;
background-position: center;
width: 100%;
color: #F1F1F1;
padding: 10rem 0 7rem;
}
.title1{
font-size: 67px;
margin-bottom: 29px;
line-height: 86px;
}
/* logos */
.logos-box{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 10px #00000012;
border-radius: 10px;
padding: 36px 25px;
margin-top: -4rem;
}
/* Amazing Institutions Deserve Amazin Digital Communities */
.theme-bg{
background-image: url(../img/theme-bg.jpg);
background-size: cover;
background-position: center;
width: 100%;
color: #F1F1F1;
}
.title{
font-size: 50px;
margin-bottom: 10px;
line-height: 60px;
color: #4A4447;
}
.title-des{
font-size: 17px;
}
/* footer */
.pre-footer {
background: #2E292B 0% 0% no-repeat padding-box;
color: #F1F1F1;
margin-top: -6rem;
position: relative;
z-index: -1;
padding-top: 6rem;
}
.footer{
background: #2E292B 0% 0% no-repeat padding-box;
color: #F1F1F1;
}
.secondary-footer{
padding: 12px 0px 13px;
border-top: 1px solid #707070;
font-size: 14px;
}
.primary-footer{
padding: 5rem 0px 2rem;
}
.f-title{
color: #FBDB69;
margin-bottom: 20px;
font-size: 17px;
}
.f-link li{
margin-bottom: 7px;
transition: all 0.2s ease-in-out;
}
.f-link li:hover{
color: #FBDB69;
}
.f-social li{
margin-right: 15px !important;
transition: all 0.2s ease-in-out;
}
.f-social li:hover{
opacity: 0.6;
}
.book-demo{
background: #843D5C 0% 0% no-repeat padding-box;
border-radius: 25px;
padding: 48px 88px;
font-size: 35px;
color: #F1F1F1;
line-height: 64px;
}
.br-10{
border-radius: 10px;
}
.play-box{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}.embed-container {
position: relative;
padding-bottom: 100.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.animation-wrap {
animation-name: bobbleReverse;
animation-iteration-count: infinite;
animation-duration: 4s;
animation-timing-function: linear;
animation-direction: alternate-reverse;
pointer-events: none;
}@keyframes bobbleReverse {
0% {
transform: translate3d(0, 0, 0px);
animation-timing-function: ease-in;
}
100% {
transform: translate3d(-30px, -50px, 0px);
}
}
@keyframes bobble {
0% {
transform: translate3d(0, 0, 0px);
animation-timing-function: ease-in;
}
100% {
transform: translate3d(30px, 50px, 0px);
}
}.bobble{animation-name: bobble; animation-iteration-count: infinite; animation-duration: 4s; animation-timing-function: linear; animation-direction: alternate-reverse;}
.bg-gradient-dark {
background-image: linear-gradient(310deg,#000 0,#000 100%);
border-radius: 6px;
width: 178px;
display: inline-block;
margin-right: 9px;
margin-bottom: 9px;
}
.p-absolute{
margin-top: 28px;
}
.youtube[data-v-a57c5594] {
height: 600px;
}
.youtube-bg[data-v-a57c5594] {
background-image: url(../img/iphone-illu.svg);
}
.youtube-bg[data-v-a57c5594] {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.bi-x{
color: white !important;
}
.new-html .row{
margin: 0px;
}
.bg-primary {
background-color: #843d5c !important;
}
.btn-primary, .btn-primary:hover {
color: #fff;
background-color: #843d5c;
border-color: #843d5c;
}
.btn-outline-primary {
color: #843d5c;
border-color: #843d5c;
}
.border-primary {
border-color: #843d5c!important;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #843d5c;
border-color: #843d5c;
}
.btn-link {
font-weight: 400;
color: #843d5c;
text-decoration: underline;
}
.btn-link:hover {
color: #843d5c;
}
.table-primary {
--bs-table-bg: #843d5c;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfd1ec;
--bs-table-hover-color: #000;
color: #fff;
border-color: #843d5c;
}
/*
.card-body .text-left {
text-align: left!important;
}
*/
/*
:root {
--bs-blue: #843d5c;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #843d5c;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-heading-color: ;
--bs-link-color: #0d6efd;
--bs-link-hover-color: #0a58ca;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
*/