﻿
:root {
    /*--largScreenWidth : 1262px !important;*/
    --largScreenWidth: 100% !important;
}
.cust-body {
    align-items:center; 
    justify-content:center;
    /*display:flex;  */  
}
.cust-desktop-header
{
    width: 100%;
    height: 100px;
    font-family: 'inter' !important;
}

.cust-mainDiv {
    /*min-width: var(--largScreenWidth);
    max-width: var(--largScreenWidth);    */
    min-width: 100%;
}

.cust-navbar {
    padding: 12px !important;
    position: fixed;  
    z-index: 1000;*/ /* Ensure it's above other content */
    /*transition: background-color 0.3s, color 0.3s;
    top: 0 !important;*/   

    border: 1px solid black;
    justify-content: space-between !important;
}
.cust-navbar-brand{
                   
}
.cust-nav-option {
    min-width: 50%;    
}
.navbar-nav{
    justify-content: space-evenly;
}
.nav-item {    
    font-family: 'inter';
    font-weight: 500;
    font-size: 15px;
    color: #646464;
    transition: 0.3s;
}

.nav-item:hover {
    color: #808080;
}

.cust-bg-nav {
    background-color: #1580ff !important;
}
#cust-white-logo {
    margin-left: 5%;
    width: 35%
}

#cust-blue-logo {
    display: none;
    margin-left: 5%;
    width: 35%
}
.cust-nav-btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    border: none;
    border-radius: 40px;
    background-color: white;
    color: black;
    font-weight: 600;
    font-family: 'inter';
    font-size: 15px;
    transition: 0.2s;
}

    .cust-nav-btn:hover {
        transition: 0.2s;
        color: #1580ff;
        text-decoration: none;
    }

.cust-scrolled-btn {
    border: 2px solid #1580ff;
    color: #1580ff;
}
.cust-scrolled-btn:hover {
    border: 2px solid #1580ff;
    background-color: #1580ff;
    color: white;
}
.cust-containt-body {
    min-width: 100%;    
    padding:0;    
}

@media screen  and (max-width: 950px) {

    /*@media screen and (orientation: portrait) {*/

        .cust-body {
            align-items: center;
            justify-content: start;
            display: flex;
        }

        #desktop-navbar {
            display: none;
        }

        #mobile-navbar {
            display: block;
        }

        .cust-mainDiv {
            min-width: 100vw !important;
            max-width: 100vw;
            box-sizing: border-box;
            margin: 0;
            /*border: 1px solid black;*/
        }

        .cust-containt-body {
          /*  min-width: 100vw;
            max-width: 100vw;*/
            /*border: 1px solid red;*/
            min-width: 100%;
            max-width: 100%;
        }

    .cust-mobile-navbar {
        margin-top: 0;
        background-color: #1580FE;
        position: fixed !important;
        z-index: 1000;
        min-width: 100%;
        max-width: 100%;
        max-width: 100%;
        height: 75px;
    }

        .cust-mobile-navbar-white {
            margin-top: -10px;
            background-color: white;
            color: black !important;
            position: fixed !important;
            z-index: 1000;
            min-width: 100%;
            max-width: 100%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .cust-toggler-icon {
            border: none;
            margin-left: -30px;
            font-size: 40px;
            color: white !important;
        }

        .cust-toggler-icon-black {
            border: none;
            margin-left: -30px;
            font-size: 40px;
            color: black !important;
        }


        .modal-backdrop {
            display: none !important;
        }

        #cust-mobile-white-logo {
            margin-right: 0;
            width: 200px;
            margin-left: 10px;
            margin-top: 10px;
        }

        .cust-sidebar-download-btn {
            margin-top: 50px;
            width: 200px;
            height: 45px;
            border: none;
            border-radius: 40px;
            color: #1580ff;
            font-weight: 600;
            font-family: 'inter';
            font-size: 15px;
            border: 2px solid #1580ff;
            background-color: white;
            cursor: pointer;
        }

        .cust-ul {
            margin-left: 0px;
            list-style: none;
            justify-content: space-between;
            width: 100%;
        }

        #sidebar {
            margin-top: 0px !important;
        }

        .cust-mobile-sidebar {
            transition: 1s !important;
        }    

    @media screen and (orientation: landscape) and (min-width: 400px) and (max-width: 950px) {
        .cust-body {       
            justify-content: center;            
        }
    }
}
