@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
   font-family: 'Red Hat Display', sans-serif;
}
body{
    line-height: 1.4;
}
button.navbar-toggler.toggler_btn {
    border: none; outline:none;
}
.header_section {
    background: #fff;
    padding: 0px;
    width: 100%;
}
.main-wrapper img{
    width: 100%;
    display: block;
}
.main-wrapper a{
    color: #000;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
	margin: 0 0 0 40px;
}
.navbar{
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10; background:#fff;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    font-size: 1.1rem;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px; font-weight:600;
}
.navbar-nav > li > a:hover{
    opacity: 0.7;
}
.sub-menu h4 {
    text-transform: capitalize;
    font-size: 24px;
    padding: 20px 0 6px;
    color: #2D3142;
    font-weight: 700;
}
.sub-menu ul li {
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 16px;
  
}
.sub-menu ul li a{
     color: #4F5D75 !important;
    font-weight: 400;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
.sub-menu-item:nth-child(3){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 0rem 0;
}

/* header */
.header{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}

/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 160px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: inherit;
    float: right;
}
.navbar-nav > li > a {
    border-bottom: none;
    margin: 0 0;
    padding: 14px 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2D3142;
}
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
		    padding: 10px 0;
			background-color: #fff;
    }


    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
}

.login_right {
    width: 458px;
    text-align: right;
}


a.get_started_btn {
    display: inline-block;
    background: #104F9B;
    border-radius: 100px !important;
    color: #fff !important;
    text-align: center;
    margin-left: 20px !important;
    padding: 14px 30px!important;
}

li.login_right a {
    display: inline-block;
}

.main-wrapper {
    padding: 15px 0;
}


/*********** mobile responsive **********/

.mobile_responsive .card {
    border: none;
    background: none;
    padding: 0px;
}

.mobile_responsive button {
    border: none;
    outline: none;
    background: no-repeat;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #2D3142;
    font-weight: 700;
    padding: 10px 20px;
}

.mobile_responsive .card-header {
    background: no-repeat;
    border: none;
    padding: 0px;
}

.mobile_responsive button i {
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.mobile_responsive .card-body {
    background-color: #EAECEE;
    font-size: 16px;
    color: #4F5D75;
    padding: 5px 20px;
}


ul.navbar-nav li a {
    font-size: 16px;
}




.mobile_menu_hover {
    display: none;
}