.flex-direction {
    flex-direction: column;
}


.main-ft-cnt {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 50px;
}

.mobileShow {
    display: none;
}

.desktopshow{
    display: block;
}

ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Header Section  02.09.24 */


.navbar-main ul.navbar-nav {
    display: flex;
    gap: 2rem;
}

.navbar-main ul {
    display: block;
     gap: 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 .navbar{
    padding: 0px;
}


.navigation .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.navigation .logo {
/*    position: absolute;
    left: 0;
    top: 30px;*/
    transition: all 0.7s ease-out;
}

.navigation .navbar-main {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
}

.navigation .navbar-nav {
    display: flex;
    flex-direction: unset;
}


.navigation .header-login .btn{
        padding: 11px 15px;
        font-size: 14px;
}

.navigation.fixed-top .header-login .btn {
    font-size: 14px;
    padding: 11px 15px;
    background: #000;
    color: #fff;
}



.navigation .navbar-nav .nav-item {
    position: relative;
    display: block;
    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;
    padding: 25px 0px;
}

.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: '';
    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;
}

.navbar-main:after{
    display: none;
}

.navigation .navbar-nav li:hover>.drop-down {
    display: block;
}

.drop-down {
    position: fixed;
    left: 0;
    right: 0;
    top: 118px;
    width: 100%;
    background: #fff;
    display: none;
    border-top: 1px solid #ddd;
    z-index: 1;
}

.navigation .drop-down .container{
/*    align-items: flex-start;*/
align-items: normal;
}

.navigation .drop-down .main {
    max-width: 77%;
    flex: 0 0 77%;
    padding: 30px 20px 30px 0px;
    max-height: 74vh;
    overflow: auto;
}

.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: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}

.drop-down .solutionsNew {
    display: flex;
    padding-block: 0px;
    gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.drop-down .solutionsNew li {
    /* background: #f00; */
    max-width: calc(33% - 40px);
    flex: 0 0 33%;
}


.drop-down .solutions li:first-child {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.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 .icon {
    margin-right: 15px;
}

.drop-down .solutions li .name {
    width: calc(100% - 40px);
    font-weight: 600;
    font-size: 16px;
}

.drop-down .solutions li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    max-width: 180px;
}

.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%;
}

.drop-down .sidebar {
    max-width: 23%;
    flex: 0 0 23%;
    background-color: #f2f2f2;
    padding: 30px 0 30px 50px;
}


.overview {
    overflow-y: scroll;
    height: calc(100vh - 500px);
    min-height: 100%;
}

.drop-down .sidebar:after {
    position: absolute;
    left: calc(100% - 24%);
    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;
}


.ft-crd-img {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.feat-read p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.drop-down .sidebar .hc-list {
    display: flex;
    align-content: center;
    line-height: 12px;
    margin-top: 50px;
}

.drop-down .sidebar .hc-list li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}

.drop-down .sidebar .hc-list li:first-child {
    border-right: 1px solid #3f2e88;
    padding-left: 0;
}

.drop-down .sidebar .hc-list li a {
    font-size: 14px;
    font-weight: 600;
}

.sidebar.top-nav .title {
    padding-bottom: 10px;
}

.navbar-main ul.hc-menu {
    margin-bottom: 25px;
    gap: 0rem;
    flex-direction: column;
}

.hc-menu li {
    padding: 5px 0;
    font-size: 14px;
}


ul.p-suit {
    flex-direction: column;
}

.title.pro-title {
    padding-bottom: 20px;
}


.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;
}


.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;
}

.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 {
    flex: 0 0 45%;
}


.sd-menu li {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
}

.sd-menu p {
    font-size: 12px;
    line-height: 20px;
}


.web-menu {
    display: none;
}

.web-menu.active {
    display: block;
}

.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%;
}


.solutions-sub-menu{
    border-top: 1px solid #ececec;
    padding: 0.5rem 0rem;
    display: none;
}


.mobile-menu li a.title:after {
    position: absolute;
    right: -8px;
    top: 13px;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(https://godreamcast.com/images/header/plus_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.mobile-menu li a.title.active-menu:after {
    background-image: url(https://godreamcast.com/images/header/minus_icon.svg);
}


.solutions-sub-menu li a {
    margin-left: 1rem;
    padding: 0.5rem 0rem;
}

/* Header Section The End 02.09.24 */



/* Footer Upper */

.footer-upper {
    padding: 80px 0;
    background: url(https://cdn5.godcstatic.com/images/1809/footer-upperBg.png) repeat 0 0 / auto 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.footer-upper .fu-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-upper .fu-right {
    flex: 0 0 35%;
    max-width: 35%;
}

.fu-left h2 {
    margin-bottom: 5px;
}


.fu-left p {
    margin-bottom: 20px;
    font-weight: normal;
}

.fu-left .inline-btn {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

.fu-right .grad-list {
    background: var(--white);
    padding: 60px 50px;
    border-radius: 40px;
}

.fu-right .grad-list li {
    padding-bottom: 1rem;
}


.fu-right ul.grad-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
}

/* Footer Upper The End 02.09.24 */


@media (max-width: 1024px) {
    .desktop-header {
        display: none;
    }
}

@media only screen and (min-width:0px) and (max-width:1023px){


.mobileShow {
    display:block ;
}

.desktopshow{
    display: none;
}

}

