@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


/* header Section*/

body#home .logo-big{ display:block;}
body#home .logo-small{ display:none;}

.navigation {
	width: 100%;
	position: relative;
	top: 0%;
	left: 0%;
	z-index: 99;
	background: rgb(255,245,244);
	background: linear-gradient(180deg, rgb(255, 245, 244) 0%, rgb(255, 245, 244) 60%, rgba(255,245,244,0) 100%);
}
.navigation .container{ display:flex; flex-wrap:wrap; position:relative;align-items: normal;}
.navigation .logo{position:absolute; left:0; top:30px; transition:all 0.7s ease-out;}
.navigation .logo-big{ display:none;}



.navigation .logo-big{ box-shadow:0px 3px 35px -17px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0px 3px 35px -17px rgba(0, 0, 0, 0.4); border-radius:50%;}

.navigation .navbar-main{ display:flex; align-items:center; gap:40px; margin-left:auto;}
.navigation .navbar-nav{ display:flex;flex-direction: row;} 
.navigation .navbar-nav .nav-item{ position:relative; font-size:18px; -webkit-background-clip: text;background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(to right, #f100d7 10%, #ff1f2f 20%, #f25349 30%, #b3d676 40%, #0000ff 50%, #000 50%); background-size: 200% 100%; background-position: -100%; transition: all 0.3s ease-in-out;}

.navigation .navbar-nav .nav-item::after {
	width:5px;
	height:5px;
	border-top: 1px solid var(--dc-dark);
	border-left: 1px solid var(--dc-dark);
	transform: rotate(224deg) translateY(-50%);
	content: '';
	/* position: absolute; */
	top: 50%;
	right: -20px;
	transform-origin:0px 0px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	display: inline-block;
	margin-left: 13px;
}

.navigation .header-login .btn {
	font-size: 14px;
	padding: 11px 15px;
	border-width: 2px;
}

.ms-3 {
    margin-left: 1rem !important;
}


.navigation .header-login .btn:hover{ border-color:var(--dc-primary);}

.navigation .navbar-nav li:hover .nav-item:after{transform:rotate(45deg); transform-origin:2px 0px; border-top-color:#f100d7; border-left-color:#f100d7;}
.navigation .navbar-nav li:hover .nav-item{background-position:0%;}


.navigation.fixed-top{position:fixed; background:#ffff; -webkit-animation:slide-down 0.7s; animation:slide-down 0.7s; z-index:999; border-bottom:1px solid #f2f2f2;}
.navigation.fixed-top .logo-small{ display: none;}
.navigation .logo-sticky {
    display: none;
}
.navigation.fixed-top .logo-sticky {
    display: block;
}
.navigation.fixed-top .logo-big{ display:none!important;} 

.navigation.fixed-top .logo {top: 12px;}
.navbar-nav > li {padding: 55px 15px;}

.navigation.fixed-top .navbar-nav > li {
	padding: 20px 18px;
}

.drop-down {
	position: fixed;
	left: 0;
	right: 0;
	top: 130px;
	width: 100%;
	background: #fff;
	display: none;
	border-top: 1px solid #ddd;
}
.navigation.fixed-top .drop-down{top:62px;}
.navigation.fixed-top .header-login .btn {font-size: 14px;padding: 11px 15px;background: #000;color: #fff;}
.drop-down .main {
	max-width: 77%;
	flex: 0 0 77%;
	padding: 30px 50px 30px 0px;
	max-height: 74vh;
	overflow: auto;
}
.navigation.fixed-top .drop-down .main {
	max-width: 77%;
	flex: 0 0 77%;
	padding: 30px 20px 30px 0px;
	max-height: 85vh;
	overflow: auto;
}
.drop-down .sidebar{ max-width:23%; flex:0 0 23%; background-color:#f2f2f2; padding:30px 0 30px 50px;}
.drop-down .sidebar:after{ position:absolute; left:calc(100% - 20%); top:0; background-color:#f2f2f2; width:5000px; height:100%; content:''; z-index:-1;}
.drop-down .title{ font-size:15px; font-weight:600; color:#808080; text-transform:uppercase; padding-bottom:10px;}


.drop-down .solutions{ display:flex;  border-bottom:1px solid #e6e6e6; padding-block:25px; gap:40px;justify-content: space-between;align-items: flex-start;} 
.drop-down .main .solutions:last-child {border: 0;}
.drop-down .solutions li {
	max-width: calc(25% - 40px);
	flex: 0 0 25%;
}
.drop-down .solutions li a { font-size:14px; display:flex; align-items:center;max-width: 180px;}
.drop-down .solutions li:first-child { font-size:15px; display:flex; align-items:center;}
.drop-down .solutions li .icon{margin-right: 15px;}
.drop-down .solutions li .name{ width:calc(100% - 40px); font-weight:600; font-size:16px;}

.navigation .navbar-nav li:hover > .drop-down {
	display: block;
}

.overview {
    overflow-y: scroll;
    height: calc(100vh - 500px);
    min-height: 100%;
}



.navigation .mobile-header .container{padding-block: 1rem;} 

.mobile-header.navbar-main .header{ box-shadow: 0px 0.071rem 0.71rem 0px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0.071rem 0.71rem 0px rgba(0, 0, 0, 0.2);} 
.mobile-header.navbar-main .header .container{display:flex; padding-block:1rem; align-items:center; border-bottom:1px solid #fce6e6;}
.mobile-header.navbar-main .header .logo-menu{ max-width:10rem;}
.mobile-header.navbar-main .header .btn{padding:10px 20px; margin-left:auto; cursor:pointer;}


.mobile-header.navbar-main{ width:100%; background-color:#fff;  position:fixed; top:0; left:0;  z-index:9999;overflow:hidden; visibility:hidden; -webkit-transition:all 600ms linear 0s; transition:all 600ms linear 0s; box-shadow: 0px 0.071rem 0.71rem 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0.071rem 0.71rem 0px rgba(0, 0, 0, 0.2); transform:translateX(100%);}

.mobile-header.navbar-main.active{ transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%); visibility:visible;}

.mobile-header.navbar-main .navbar-menu li .navbar-link{ font-size:1.25rem; font-weight:600; color:#000000; position:relative; transition:all 0.5s ease-out; display:block; padding:1rem 0rem;}
.mobile-header.navbar-main .navbar-menu li.active .navbar-link{color:#3f2e88;}

.mobile-header.navbar-main .navbar-menu{ height:100vh; overflow:auto; padding:1rem 0rem; min-height:100%; list-style:none;}     
.mobile-header.navbar-main .navbar-menu li{border-bottom:1px solid #ececec; position:relative; } 
.mobile-header.navbar-main .navbar-menu li:last-child{ border-bottom:none;}     

.mobile-header.navbar-main .navbar-sub-menu{ background-color:#fff5f4; display:none; padding:0.5rem 1rem; border-radius:1rem; width:100%; margin-bottom:1rem;}
.mobile-header.navbar-main .navbar-sub-menu li .title{ font-weight:600; display:block; padding:1rem 0rem;}


.mobile-header.navbar-main .navbar-menu li .navbar-link:after{ border-top: 2px solid #333; z-index:1; border-left:2px solid #333; transform:rotate(225deg); content:''; position:absolute; right:0; top:16px; width:14px; height:14px; transform-origin:5px 10px;}
.mobile-header.navbar-main .navbar-menu li.active .navbar-link:after{ transform:rotate(45deg); transform-origin:-12px 5px;}    


.mobile-header.navbar-main .solutions-sub-menu{ border-top:1px solid #ececec; padding:0.5rem 0rem; display:none;}
.mobile-header.navbar-main .solutions-sub-menu li{ border:0; padding:0.5rem 0rem}
.mobile-header.navbar-main .solutions-sub-menu li a{font-size:1rem;}    


.mobile-header.navbar-main .navbar-sub-menu-solutions li .title:after{  position:absolute; right:-8px; top:13px; content:'';  width:24px; height:24px; background-image:url("../images/plus_icon.svg"); background-repeat:no-repeat; background-size:cover; display:inline-block;}
.mobile-header.navbar-main .navbar-sub-menu-solutions li .title.active-menu:after{  background-image:url("../images/minus_icon.svg");}  

.fix-body{
overflow: hidden;
}



.left-menu {
	flex: 0 0 30%;
}

.right-menu {
	flex: 0 0 65%;
	border-left: 1px solid #ddd;
	padding-left: 5%;
}

.p-suit h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.p-suit p {
	font-size: 12px;
	line-height: 20px;
}

.p-suit li {
	margin-bottom: 10px;
	padding: 15px;
    border-radius: 15px;
	cursor: pointer;
}

.p-suit li.active {
	background: #fef4f5;
}

/* .p-suit li:hover {
	background: #fef4f5;
} */

/* .drop-down .title {
	padding-bottom: 30px;
} */

.title.sol-title {
	padding-top: 0px;
	padding-bottom: 0px;
}

.title.pro-title {
	padding-bottom: 20px;
}

.sd-menu h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.sd-menu p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.side-bar-read h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
}

.side-bar-read p {
	font-size: 12px;
	line-height: 20px;
}

.side-bar-read {
	position: relative;
	margin-bottom: 30px;
}


.sd-menu li {
	margin-bottom: 10px;
	padding: 15px;
    border-radius: 15px;
	position: relative;
}

.sd-menu {
	flex: 0 0 45%;
}

.ft-crd-img {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.ft-crd-img img {
	width: 100%;
}

.feat-read p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.feat-read p a {
	color: #3f2e88;
	display: flex;
	gap: 8px;
    font-weight: 500;
}

.feat-read p a i {
	margin-top: 3px;
}

.hc-list li {
	list-style: none;
	display: inline;
    padding: 0 10px;
}

.hc-list li a {
	font-size: 14px;
	font-weight: 600;
}

.hc-list li:first-child {
	border-right: 1px solid #3f2e88;
    padding-left: 0;
}

.hc-list {
	display: flex;
	align-content: center;
	line-height: 12px;
    margin-top: 50px;
}

.web-menu {
    display: none;
}

.web-menu.active {
    display: block;
}


.drop-down .solutions li {
	padding: 0;
}

.drop-down .solutions li a + a {
	margin-top: 25px;
}

.drop-down a, .drop-down h5 {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #f100d7 10%, #ff1f2f 20%, #f25349 30%, #b3d676 40%, #0000ff 50%, #000 50%);
	background-size: 200% 100%;
	background-position: -100%;
	transition: all 0.3s ease-in-out;
}

.drop-down a:hover, .drop-down .sd-menu li:hover h5, .drop-down .rc-list li:hover h5 {
	background-position: 0%;
}

.hc-menu li {
	padding: 5px 0;
	font-size: 14px;
}

.sidebar.top-nav .title {
	padding-bottom: 10px;
}

.hc-menu {
	margin-bottom: 25px;
}

.rc-list h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.rc-list p {
	font-size: 12px;
	line-height: 20px;
	max-width: 280px;
	min-height: 40px;
}

.rc-list li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.rc-list li:last-child {
	border: 0;
}

.resources-menu {
	flex: 0 0 45%;
}

.link-menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@keyframes scale {

0%{ transform: scale(1.5);}
100%{ transform: scale(1);} 
}

.fixed-logo {
	width: 90px;
	-webkit-animation: scale 0.7s;
	animation: scale 0.7s;
	margin-top: -10px;
}
.tag-soon {
	-webkit-text-fill-color: initial;
	color: #fff;
	background: var(--dc-primary);
	background-clip: initial;
	border-radius: 50px;
	font-size: 10px;
	padding: 3px 8px;
	display: inline-block;
}
.w-100 {
	width: 100%;
}
.mobile-header {
	display: none;
}
/* .menu-set-mobile {
	display: none;
} */

@media(max-width:1500px) {
.navigation .navbar-main {
	gap: 30px;
}
.p-suit li {
	padding: 10px;
}
.left-menu {
	flex: 0 0 32%;
}
.right-menu {
	padding-left: 3%;
}
.sd-menu {
	flex: 0 0 48%;
}
.feat-read p {
	font-size: 12px;
	line-height: 20px;
}
.drop-down .sidebar {
	padding: 30px 0 30px 40px;
}
.hc-list li a {
	font-size: 12px;
}
.sd-menu li {
	margin-bottom: 8px;
	padding: 10px;
}
.navigation .navbar-nav .nav-item {
	font-size: 16px;
}
.drop-down .main {
	padding: 30px 30px 30px 0px;
}

}

@media(max-width:1023px){
.desktop-header{
	display: none;
}
.navbar-toggler { 
	width:45px; 
	height:35px; 
	line-height:0; 
	z-index:999; 
	padding:0px 0px; 
	margin: 0rem 0rem 0rem auto; 
	border:0; 
	background: var(--black); 
	border-radius: 10px; 
	cursor:pointer;
}
.navbar-toggler-icon { 
	width:25px; 
	height:2px; 
	display:block; 
	background-color:#fff; 
	margin:5px auto; 
	font-size:0; 
}
/* .mobile-header {
	padding: 20px 0;
} */
.mobile-header .mobile-logo {
	max-width: 7rem;
}
.mobile-header .mobile-logo-sm {
	max-width: 10rem;
}
.mobile-header .mobile-logo {
	display: none;
}

body#home .mobile-header .mobile-logo {
	display: block;
}   
body#home .mobile-header .mobile-logo-sm {
	display: none;
}
    
body#home .navigation.fixed-top .mobile-header .mobile-logo {
	display: none;
}   
body#home .navigation.fixed-top .mobile-header .mobile-logo-sm {
	display: block;
}

.mobile-header {
	display: block;
}





/* 

.menu-set-mobile {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}

.msm-box {
	flex-direction: column;
	height: 100vh;
}

.msm-header {
	padding: 15px 0;
	box-shadow: 0 3px 9px #ddd;
	border-bottom: 1px solid #fce6e6;
}

.msm-close-menu {
	font-size: 16px;
	padding: 8px 14px 10px;
	border-radius: 10px;
	background: var(--dc-secondary);
	color: var(--dc-white);
	display: inline-block;
	border: 1px solid #000;
	font-weight: 500;
}

.msm-logo img {
	max-width: 12rem;
}

.menu-set-mobile .container {
	max-width: 420px;
	padding: 0 15px;
}

.msm-body {
	padding: 10px 0;
}

.msm-menu-list .msm-drop-list {
	border-bottom: 2px solid #dedede;
	padding: 20px 0;
}

.msm-menu-list .msm-drop-list:last-child {
	border: 0;
}

.msm-drop-list > a {
	font-weight: 600;
	font-size: 20px;
	width: 100%;
	display: block;
	position: relative;
}

.msm-sub-menu {
	background: #fff5f4;
	padding: 5px 20px;
	margin: 15px 0 0;
	border-radius: 10px;
}

.msm-sub-menu a {
	font-size: 16px;
	font-weight: 600;
	display: block;
}

.msm-sub-menu li {
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.msm-sub-menu li:last-child {
	border: 0;
}

.msm-drop-list.active > a {
	color: var(--dc-primary);
}

.msm-drop-list > a::after {
	border-top: 2px solid #333;
	z-index: 1;
	border-left: 2px solid #333;
	transform: rotate(225deg);
	content: '';
	position: absolute;
	right: 0;
	top: -1px;
	width: 14px;
	height: 14px;
	transform-origin: 5px 10px;
}

.msm-drop-list.active > a::after {
	transform: rotate(45deg);
	transform-origin: -12px 5px;
} */

}

.drop-down .p-suit li .d-flex{ 
    position:relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation .contact-header {
    width: 100%;
    text-align: right;
    justify-content:flex-end;
    gap:30px;
    display:none;
    padding:7px 0px;
    position:relative;
}

.navigation .contact-header:before {
    position: absolute;
    right:-200%;
    top: 0;
    width: 1000%;
    height: 100%;
    //background: #f1f1f1;
    content: '';
    z-index: -1;
    -webkit-box-shadow:0px 0.010rem 0.25rem 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0px 0.010rem 0.25rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.010rem 0.25rem 0px rgba(0, 0, 0, 0.1);

    
    
}



.navigation .contact-header a{ 
    font-size:16px;
    color:#333;
}

.navigation .contact-header a i{
    margin-right:5px; 
    font-size:20px;
}
 
.navigation.fixed-top .contact-header{ 
     display:flex;
}




@media(max-width:1599px){

.navigation.fixed-top .drop-down{
    top:62px;
    }
    
}