@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Playwrite+PT:wght@100..400&family=Rajdhani:wght@300;400;500;600;700&family=Sanchez:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Playwrite+NG+Modern:wght@100..400&family=Playwrite+US+Trad:wght@100..400&family=Inconsolata:wght@200..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
*{
    margin: 0;
    padding: 0;
}
.container_heading{
    height: 10vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(55deg, #fffefc 10%, #c0d9fa 100%);

}
.sec1_container_heading{
    height: 90%;
    width: 5%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
}

.sec2_container_heading{
    height: 90%;
    width: 92%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-evenly;
    /* font-size: 0.8rem; */
}
.sec2_container_heading span:first-child{
    font-family: "Georgia", serif;
    font-size: 3vw;
    padding-left: 20px;
    color:rgb(248, 10, 121);
    text-shadow: 2px 2px rgb(248, 240, 225);
}
.sec2_container_heading span:first-child a{
    text-decoration: none;
    color:rgb(248, 10, 121);
    
}
/* .sec2_container_heading span:last-child{
    font-family: "Playwrite PT", cursive;
    font-size: 0.7rem;
} */
.sec3_container_heading{
    height: 90%;
    width: 30%;
    /* border: 1px solid red; */
}
.sec3_container_heading i{
    display: none;
}


.comp1_sec1_container_heading{
    height: 100%;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;

}
.comp1_sec1_container_heading a{
    display: block;
    height: 80%;
    width: fit-content;
}
.comp1_sec1_container_heading img{
    height: 100%;
    mix-blend-mode: multiply;
    filter: contrast(2);
}

.comp1_sec3_container_heading{
    height: 100%;
    width: 95%;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comp1_sec3_container_heading a{
    display: block;
    height: 30px;
    width: fit-content;
    padding: 0.4rem 0.5rem;
    /* border: 1px solid black; */
    text-decoration: none;
    transition: 0.3s;
    /* display: none; */
    display: flex;
    align-items: center;
    
}
.comp1_sec3_container_heading a img{
    height: 100%;
    margin-right: 10px;
}
.comp1_sec3_container_heading a:hover{
    box-shadow: 1px 4px 5px grey;
}



/* container_navbar */
.container_navbar{
    height: 7vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background: linear-gradient(45deg, #f98b06 30%, #fafa28 100%);
}
.allitems{
    min-height: 5vh;
    max-height: fit-content;
    min-width: 10%;
    max-width: fit-content;
    margin: 0 0.5rem;
    z-index: 10;
    cursor: default;
}
.item{
    height: 6vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.9rem;
    cursor: pointer;
}

.allitems ul{
    height: fit-content;
    width: 12vw;
    /* border: 1px solid rgb(230, 58, 5); */
    margin-top: 0.3rem;
    background-color: white;
    display: none;
    padding: 0.5rem 0.3rem ;
    border-radius: 0.5rem;
}
.allitems ul li{
    display: block;
    height: 5vh;
    width: 100%;
    /* border: 1px solid blue; */
    display: flex;
    align-items: center;
    /* position: absolute; */
    margin: 0;
    font-size: clamp(9px,1.1vw,13px);
}
.allitems ul li a{
    margin-left: 1rem;
}
.allitems a{
    text-decoration: none;
    
}

.allitems .ul_item li:last-child div{
    display: block;
    height:100%;
    width: 100%;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}
.allitems .ul_item li:last-child div i{
    margin-right: 1rem;
}
.sub_ul{
    position: absolute;
    max-height: fit-content;
    min-width: 5vw;
    max-width: fit-content;
    padding: 0.5rem 1rem;
    /* border: 1px solid red; */
    transform: translate(120%,10vh);
}

.allitems .ul_item li:last-child div:hover{
    cursor: pointer;

}
.allitems .ul_item li:last-child div:hover .sub_ul{
    display: block;
}

.sub_ul li{
    display: block;
    height: fit-content;
    width: fit-content;
    padding: 0 0.5rem;
    /* border: 1px solid red; */
}
.allitems .ul_item_invetor li{
    display: flex;
    align-items: center;
    height: 5vh;
    width: 100%;
    margin-left: 0;
}
.allitems .ul_item_invetor li:last-child div{
    margin-left: 0;
    width: 100%;
    /* padding: unset;
    margin: unset; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allitems .ul_item_invetor li div{
    height:5vh;
    width: 100%;
    box-sizing: border-box;
    padding:0 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}
.allitems .ul_item_invetor li:last-child .nonbanking_investor i{
    margin-right: 0rem;
}

.allitems .ul_item_invetor .sub_ul{
    width: fit-content;
    box-sizing: border-box;
    padding: 1rem;
    transform: translate(95%,10vh);
}
.allitems .ul_item_invetor .sub_ul li{
    margin-left: 0;
    padding: 0;
}
/* modal view */

.modalbox{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #0d0e0ee0;
    background-image: url(../../images/bgrnd1.avif);
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    display: none;
}
.sec1_modalbox{
    height: 10vh;
    width: 95%;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sec1_modalbox i{
    font-size: 1.2rem;
    color: white;
    margin-right: 1rem;
}
.sec2_modalbox{
    height: 75vh;
    width: 95%;
    /* border: 1px solid whitesmoke; */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: scroll;
    padding: 0.7rem 0;
}
.sec2_modalbox::-webkit-scrollbar{
    display: none;
}
.itembox_sec2_modalbox{
    height: fit-content;
    width: 80%;
    border-bottom: 1px solid rgb(131, 129, 129);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: whitesmoke;
    padding: 0.5rem 0;
    
}
.itembox_sec2_modalbox:last-child{
    border: none;
}
.heading_itembox_sec2_modalbox{
    height: 7vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(207, 206, 207);
    font-size: 1.2rem;
}
.heading_itembox_sec2_modalbox span{
    cursor: pointer;
    margin: 0 0.5rem;
}
.heading_itembox_sec2_modalbox span a{
    color:rgb(207, 206, 207) ;
    text-decoration: none;
}
.plusicon{
    font-size: 0.8rem;
    /* margin: 0 0.5rem; */
}

.body_itembox_sec2_modalbox{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.body_itembox_sec2_modalbox span{
    height: 5vh;
    margin: 0.3rem 0;
}
.body_itembox_sec2_modalbox span a{
    color: rgb(235, 234, 234);
    text-decoration: none;

}


@media screen and (min-width:700px) and (max-width:1199px) {
    /* heading */
    .comp1_sec1_container_heading img{
        height: 70%;

    }
    .container_heading{
        padding: 0.5rem 0;
    }
    .sec1_container_heading{
        font-size: 0.7rem;
    }   
    .sec2_container_heading{
        font-size: 0.8rem;
    }

    
/* container_navbar */
    .container_navbar{
        height: 7vh;
    }
    .allitems{
        min-height: 6vh;
    }
    .item{
        font-size: 0.8rem
    }  
    .allitems ul li{
        font-size: 0.8rem;
    }
    .allitems ul li a{
        margin-left: 1rem;
    }

    .sec1_container_heading{
        height: 90%;
        width: 32%;
        /* border: 1px solid red; */

    }
    .sec3_container_heading{
        height: 90%;
        width: 32%;
        /* border: 1px solid red; */
    }
    .comp1_sec3_container_heading{
        height: 100%;
        width: 95%;
        font-size: 0.9rem;
    }
    .comp1_sec3_container_heading a{
        height: fit-content;
        width: fit-content;
        padding: 0.4rem 0.5rem;
        /* border: 1px solid black; */
        text-decoration: none;
        transition: 0.3s;
    }
    .comp1_sec3_container_heading a:hover{
        box-shadow: 1px 4px 5px grey;
    }


}


@media screen and (min-width:300px) and (max-width:699px){
    .sec1_container_heading span{
        display: none;
    }
    .comp1_sec1_container_heading img{
        height: 60%;
        mix-blend-mode: multiply;
        margin-left: 1rem;
    }
    .sec3_container_heading{
        /* border: 1px solid red; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .sec3_container_heading i{
        margin-right: 2rem;
    }
    .container_heading{
        padding: 0.5rem 0;
    }
    .sec1_container_heading{
        /* border: 1px solid red; */
        width: 20%;
        display: flex;
        align-items: center;
    }
    

    .sec3_container_heading i{
        display: block;
    }
    .comp1_sec3_container_heading{
        display: none;
    }
/* container_navbar */
    .container_navbar {
        display: none;
    }
}