﻿@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

body, html {
    height: 100%;
    font-family: Montserrat;
}

h3 {
    font-family: Montserrat;
}

.row {
    margin: 0px;
}

.container-fluid {
    position: relative;
    text-align: left;
    color: white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 5%;
}




#first-div {
    margin-top: 5%;
    padding: 0px;
    height: 100%;
}

#page-title {
    height: 20%;
    font-style: normal;
    margin-top: 2%;
    line-height: 60px;
    /* or 100% */
    letter-spacing: -0.02em;
    color: black;
    padding: 0px;
    text-align: center;
    padding-bottom: 2%;
}

    #page-title > h2 {
        font-weight: 500;
        font-size: calc(20px + 2vw);
    }

    #page-title > h4 {
        font-weight: 400;
        font-size: calc(10px + 1vw);
    }

#page-banner {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color:black;
}



p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    /*font-size: calc(6px + 0.6vw);
    line-height:calc(6px + 1vw);*/
     font-size: 14px;
    line-height:20px;
    letter-spacing:0.001em;
}

#about-text-div {
    margin-top: 2%;
    height: 100%;
    /*background-color: white;*/
    margin-left:5%;
    padding-left:0px;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: calc(20px + 1.5vw);
}

#about-text-div p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    /*font-size: calc(6px + 0.6vw);
    line-height:calc(6px + 1vw);*/
    letter-spacing:0.001em;
}

#section-one{
     height:100%;
    position:relative;
    background:#F2F7FB;
    margin:0;
    padding-bottom:2%;
}

/*-----Company stats-------------*/
#section-stats{
    height:100%;
    position:relative;
    background:white;
    color:#0047FF;
    margin:0;
}
#company-stats{
    margin-top: 2%;
    height: 100%;
    /*background-color: white;*/
    padding-left:7%;
    padding-right:7%;
}

.bold-numbers{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: calc(15px + 3vw);
line-height: calc(25px + 3vw);
color:#0047FF;
/*color:white;*/
text-align:center;
}

#company-stats p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    /*color: #000000;*/
    color:black;
    font-size: calc(6px + 0.6vw);
    line-height:calc(6px + 1vw);
    text-align: center;

}
/*-----Company stats ends-------------*/

/*----------about-mission-------------*/
#about-mission{
    margin-top: 2%;
    height: 100%;;
    background-color: #F2F7FB;
    padding-top:3%;
    padding-bottom:3%;
}

#img-mission{
    height:50%;
    width:65%;
    margin-left:10%;
    padding:5%;
}
/*----------about-mission ends---------------------*/
/*----------about-vision -----------------*/
#about-vision{
    height: 100%;
    background-color: #CDE6FF;
    padding-top:3%;
    padding-bottom:3%;
}

#img-vision{
    height:70%;
    width:70%;
    margin-left:10%;
    padding:5%;
}
/*----------about-vision ends--------------*/

/*----------about-values-----------------*/

#about-values{
    height: 100%;
    background-color: white;
    margin:3%;
}

.img-values{
    height:calc(40px + 1vw);
    width:calc(40px + 1vw);
    /*margin-left:5%;*/
    margin-top:40%;
    /*padding:5%;*/
    vertical-align:middle;
}

.img-values-sm{
    height:calc(40px + 1vw);
    width:calc(40px + 1vw);
    vertical-align:middle;
}

.values-div{
    /*border: 1px solid #CBD2DC;*/
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    /*background-color:white;*/
    height:100%;
    margin:1%;
    border-radius:8px;
    /*display:grid;*/
    /*place-items: inline;*/
}

.values-div h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: #000000;
    font-size: calc(15px + 0.3vw);
}
/*----------about-values ends*/

/*-------about-team--------------*/
#about-team{
    height: 100%;
    background-color: white;
   
    margin-left:5%;
}

.team-div{
    box-sizing: border-box;
    height:100%;
    /*border:1px solid black;*/
    padding:0px;
    margin-right:2.5%;
    /*margin-left:1%;*/
    margin-top:2%;
    /*margin:1%;*/
}

.jamal-team-div {
     box-sizing: border-box;
   height:55vh;
     overflow-y:auto;
}

.img-team-div{
    /*height:80%;*/
    /*width:20vw;
    height:45vh;*/
    background-color:rgba(0, 0, 0, 0.93);
}

.team-div:hover .overlay-div {
    height: 100%;
    /*overflow-y:hidden;*/
}

.front-div{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.overlay-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.team-text-div {
    /*width: 95%;*/
    /*height: 15%;*/
    font-family: Montserrat;
    position: relative;
    /*top: 55%;*/
    width:100%;
    /*left: 5%;
    right:5%;*/
    /*margin-left:3.5%;
    margin-right:3.5%;*/
    padding-left:1%;
    padding-top:1%;
    background-color:#0047FF;
    /*background-color:rgba(7, 43, 137, 1);
    background-color:black;*/
    
}

.team-text-div h4 {
    font-family: Montserrat;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: calc(8px + 0.8vw);
    line-height: calc(10px + 0.8vw);
    /*line-height: 25px;*/
    letter-spacing: -0.01em;
    text-wrap:normal;
    padding-left:2%;
    margin-bottom:0.5%;
}

.team-text-div p {
    font-family: Montserrat;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: /*calc(4px + 0.7vw)*/ 13px;
    line-height: calc(6px + 0.6vw);
    /*line-height: 22px;*/
    letter-spacing: -0.01em;
    text-wrap:normal;
    padding-left:2%;
}



.about-jamal-text-div p{
   line-height:calc(12px + 1vw);
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
}

.flip-team-table{
    height:100%;
    overflow-y:scroll;
}

.flip-team-text-div {
    color: white;
    position: absolute;
    top: 0%;
    /*height: 15%;*/
    /*left: 35%;*/
    width:100%;
    /*width: 95%;
    right:2%;*/
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    text-align: left;
    background-color:#0047FF;
    padding-left:1%;
    padding-top:1%;
}

.flip-team-text-div p{
   font-family: Montserrat;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: /*calc(4px + 0.7vw)*/ 13px;
    line-height: calc(6px + 0.6vw);
    /*line-height: 22px;*/
    letter-spacing: -0.01em;
    text-wrap:normal;
    padding-left:2%;
}

.flip-team-details{
    position:absolute;
    top:16%;
    padding-top:1%;
     font-family: Montserrat;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: /*calc(4px + 0.3vw)*/ 13px;
    /*line-height: 22px;*/
    letter-spacing: -0.01em;
    text-wrap:normal;
    overflow-y:scroll;
    height:100%;
}

.flip-team-details p{
     font-family: Montserrat;
    color: black;
    font-style: normal;
    font-weight: 500;
    font-size: /*calc(6px + 0.5vw)*/13px;
    /*line-height: 22px;*/
    letter-spacing: -0.01em;
    text-wrap:normal;
    padding:1%;
     /*overflow-y:scroll;
    height:100%;*/
}

.flip-team-text-div h4 {
    font-family: Montserrat;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: calc(8px + 0.8vw);
    line-height: calc(10px + 0.8vw);
    /*line-height: 25px;*/
    letter-spacing: -0.01em;
    text-wrap:normal;
    padding-left:2%;
    margin-bottom:0.5%;
    /*padding-top:7%;*/
}

/*-------about-team ends--------------*/

/*---------about-testimonials----------------*/

#client-div{
    
     /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

#about-testimonials{
    height: 100%;
    /*background-color: #0047FF;*/
    /*padding-left:5%;
    padding-right:5%;*/
    margin:5%;
    background-color:#F2F7FB;
}

/*#about-testimonials h3{
    font-family:Montserrat;
    color:white;
}*/

.slider-container::-webkit-scrollbar {
    height: 7px;
}

.slider-container::-webkit-scrollbar-track {
    background: none;
    border-radius: 10px;
}

.slider-container::-webkit-scrollbar-thumb {
    background: #ffffffae;
    border-radius: 10px;
}

.slider-container::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.slider-container{
    width: 100%;
    overflow-x: auto;
    margin-top:1%;
    padding-top:1%;
}

.slider {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: /*10px;*/ 2%;
    overflow-x: auto;
    margin: auto;
    padding: 10px;
    /*background-color:#CBD2DC;*/
}

.slide {
    width: /*250px;*/ calc(200px + 12vw);
    height: /*300px;*/ calc(100px + 8vw);
    text-align:center;
    /*height:100%;*/
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s ease;
}

.slide h5{
    font-size: 14px;
}

.slide p{
    font-size: calc(4px + 0.6vw);
    margin-top: 2%;
    opacity: 0.7;
    margin-bottom: 5px;
}

.slide .icon{
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
}

.slide:hover{
    scale: 1.1;
}

/*---------about-testimonials ends-----------*/

#company-profile-download-btn {
    cursor: pointer;
    width: calc(85px + 9.5vw);
    height: calc(25px + 1vw);
}


/*------------------Mobile Section--------------------------*/

/*-----Company stats-------------*/
@media only screen and (max-width: 600px) {
    #company-stats {
        margin-top: 2%;
        height: 100%;
        background-color: white;
        padding-left: 3%;
        padding-right: 3%;
    }

    .bold-numbers {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: calc(10px + 3vw);
        line-height: calc(15px + 3vw);
        color: #0047FF;
        text-align: center;
    }
    /*-----Company stats ends-------------*/
}

/*------------------Mobile Section--------------------------*/