@font-face {
    font-family: "montserrat-regular";
    src: url('../fonts/montserrat/Montserrat-Regular.woff');
}
@font-face {
    font-family: "montserrat-semiBold";
    src: url('../fonts/montserrat/Montserrat-SemiBold.woff');
}
@font-face {
    font-family: "montserrat-bold";
    src: url('../fonts/montserrat/Montserrat-Bold.woff');
}
@font-face {
    font-family: "montserrat-light";
    src: url('../fonts/montserrat/Montserrat-Light.woff');
}
@font-face {
    font-family: "raleway-bold";
    src: url('../fonts/raleway/Raleway-Bold.woff');
}
@font-face {
    font-family: "raleway-medium";
    src: url('../fonts/raleway/Raleway-Medium.woff');
}
@font-face {
    font-family: "FMRASHMEE";
    src: url('../fonts/FMRASHMEE.TTF');
}

:root{
--mainPurple: #490B3D;
--lightPurple: #BD1E51;
--mainYellow: #F1B814;
--white: #ffffff;
--grey: #D7D7D7;
--darkGrey: #464646;
}
body, html{
    overflow-x: hidden;
}
.goog-te-gadget-simple{
    border-radius: 25px !important;
    padding-left: 4px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.goog-te-gadget-simple a{
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.preloader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat #111111;
    /* opacity: .8; */
}
body{
    font-family: "montserrat-regular";
    overflow-x: hidden;
    background-color: #111111;
}
.logoImg{
    width: 200px;
    padding-left: 80px;
    /* padding-right: 40px; */
}
nav{
    /* padding-bottom: 30px !important; */
    background-color: #111111;
    padding-left: 40px;
    justify-content: center;
}
.nav-link{
    font-size: 0.9em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 40px !important;
    margin-right: 40px !important;
    transition: 0.5s;
    font-family: "montserrat-regular";
    color: white !important;
    font-weight: normal;
    width: auto;
}
.nav-item{
    z-index: 1000;
}
.nav-link.active, .nav-link:hover{
    font-weight: bold;
    border-bottom: 4px solid #3A5EF5;
}
.navbar-collapse{
    height: 60px;
    padding-right: 200px;
}
.btnLogin{
    background-color: #3A5EF5;
    padding: 8px 14px !important;
    border-radius: 20px;
    color: white !important;
    font-size: 0.8em;
    width: 110px;
    text-align: center;
    font-weight: 600;
    border: none;
}
.btnLogins:hover{
    color: var(--white) !important;
    border: none;
}
.btnLogins:focus{
    color: var(--white);
}

.hide{
    display: none;
}
.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: var(--grey);
    color: var(--darkGrey);
    padding: 15px 5px;
}
.footer p{
    margin-bottom: 0px;
    font-size: 0.8em;
}
.footer img{
    width:15px;
    margin-left: 20px;
}
.footer .link{
    color: initial;
    text-decoration: none;
}
.regLog .finalCol{
    border-bottom: 2px solid var(--grey);
}
.forgotPass{
    text-decoration: none;
    font-size: 0.8em;
    color: var(--lightPurple);
}
.footer:focus{
    box-shadow: none !important;
    border: none;
}

.mainCon, .mainCon2{
    position: relative;
}
.mainSection{
    height: 70vh;
    position: relative;
    background-image: url('../img/homeBack.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.navSectionAboutUs{
    height: 80vh;
    position: relative;
    background-image: url('../img/aboutUsBack.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navSectionAboutUs .navbar{
    background-color: transparent!important;
    width: 100%;
}
.mainSection .container{
    padding-left: 50px;
}
.mainSection .container p{
   max-width: 700px;
   margin-top: 30px;
   text-align: justify;
}
.whiteCircle{
    position: absolute;
    top:50%;
    left:-30px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    opacity: 0.3;
    filter: blur(80px);
}
.whiteCircle2{
    position: absolute;
    top:2%;
    right:-30px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    opacity: 0.3;
    filter: blur(80px);
}
.whiteCircle3{
    position: absolute;
    bottom:20%;
    left:-30px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    opacity: 0.3;
    filter: blur(80px);
}
.poLarge{
    position: absolute;
    right: -10px;
    top: -75px;
    width: 650px;
    z-index: 10;
}
.largeText{
    font-weight: bolder;
    color: white;
    font-size: 3em;
}
p{
    color: white;
}
.getStartedBtn{
    color: white;
    background-color: #3A5EF5;
    box-shadow: 0px 0px 20px #3A5EF5;
    border-radius: 50px;
    min-width: 160px;
    margin-top: 40px;
    transition: 0.5s;
    font-weight: 600;
    font-size: 0.9em;
    height: 50px;
}
.getStartedBtn:hover{
    color: white;
    transform: scale(1.05);
}
.getStartedBtn.largeBtn{
    margin-top: 20px;
    width: 250px;
}

.boxSection{
    /* height: 70vh; */
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.boxSection2{
    position: relative;
    padding-bottom: 100px;
}
.dataBox{
    background: linear-gradient(180deg, #1A1A1A 0%, #111111 100%);
    border: 1px solid #8B8B8B;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 40px;
    width: 100%;
    min-height: 400px;
    color: white;
    margin-bottom: 50px;
}
.dataBox2{
    background: linear-gradient(180deg, #1A1A1A 0%, #111111 100%);
    border: 1px solid #8B8B8B;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 40px;
    width: 100%;
    color: white;
    margin-top: 370px;
}
.dataBox3{
    background: linear-gradient(180deg, #1A1A1A 0%, #111111 100%);
    border: 1px solid #8B8B8B;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 40px;
    width: 100%;
    min-height: 380px;
    color: white;
}
.titleBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleBox img{
    width: 50px;
    margin-right: 15px;
}
.titleBox h4{
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
}
.dataBox .para{
    margin-top: 40px;
    text-align: center;
    min-height: 200px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.dataBox p .largeText{
    font-size: 2.5em;
    font-weight: bolder;
}
.boxSection .col-md-4{
    padding-left: 20px;
    padding-right: 20px;
}
.blueText{
    color: #3A5EF5;
}
.dataBox2 .blueText2{
    color: #3A5EF5;
    font-weight: bolder;
}
.dataBox2 .boldText{
    font-weight: bolder;
}
.dataBox2 p{
    font-size: 2em;
    margin-top: 30px;
}
.dataBox2{
    text-align: center;
}
.dataBox2 video{
    border-radius: 20px;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:-330px;
}
.contactSection{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #282828;
}
.contactSection .title{
    color: white;
    font-size: 1.8em;
    font-weight: bold;
}
.contactSection input, .login input, .contactSection textarea, .login textarea{
    background: #3A3A3A !important;
    color: white;
    border: 1px solid #8B8B8B;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contactSection input:focus, .login input:focus, .contactSection textarea:focus, .login textarea:focus{
    background: #3A3A3A;
    color: white;
}
.contactSection button, .login button{
    background: #3A5EF5;
    border-radius: 50px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    height:50px
}
.bottomLogo{
    margin-top: 60px;
    width: 250px;
}
.bottomSmallPara{
    margin-top: 50px;
    font-size: 0.8em;
}

.aboutBlueTextSmall{
    color: #3A5EF5;
    letter-spacing: 2px;
    font-size: 0.8em;
    margin-bottom: 0px;
}
.aboutTitle{
    font-weight: bold;
    font-size: 2.8em;
    margin-bottom: 0px;
}
.aboutPara{
    font-size: 0.8em;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: justify;
}
.aboutLogo{
    width: 200px;
}
.aboutBlueLine{
    width: 200px;
    height: 5px;
    background-color: #3A5EF5;
    margin-left: auto;
}
.invName{
    font-weight: bold;
    font-size: 1.2em;
}
.invDes{
    font-weight: bold;
    font-size: 0.9em;
}
.invImage{
    width:200px;
    height:200px;
    object-fit: cover;
    margin-top: -150px;
    border-radius: 500px;
    border: 1px solid #8B8B8B;
}
.invCon{
    margin-top: 100px;
    margin-bottom: 80px;
}
.invPara{
    margin-top: 20px;
    text-align: center;
    font-size: 0.8em;
}
.loginCon{
    height: 100vh;
    position: relative;
    background-image: url('../img/aboutUsBack.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.loginMainRow{
    min-height: 100vh;
}
.loginSmallTitle{
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}
.loginLargeTitle{
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}
.formTitle{
    color: white;
    font-weight: bold;
}
.forgotLink{
    color: white;
    font-weight: bold;
}
.regText{
    color: white;
}
.createAccBtn{
    background-color: white;
    color:#3A5EF5;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 8px;
}
.loginBottomPara{
    margin-top: 280px;
}
.loginSmallLogo{
    width: 100px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.skiptranslate iframe{
    display: none;
}
body{
    top:0px !important;
}

.contactLink{
    color: white;
    text-decoration: none;
}
body{
    overflow: hidden;
}


@media (max-width:1300px){
    .poLarge {
        right: -10px;
        top: -55px;
        width: 400px;
    }
}
@media (max-width:1000px){
    .poLarge {
        right: -10px;
        top: -55px;
        width: 250px;
    }
}

@media (max-width:769px){
    .logoImg{
        width: 200px;
        padding-left: 0px;
        padding-right: 0px;
    }
    nav{
        padding-bottom: 0px !important;
        padding-left: 40px;
        padding-right: 40px;
        justify-content:start;
        border-bottom: 2px solid var(--grey);
        -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.5);
    }
    .nav-link{
        font-size: 0.9em;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: left !important;
    }
    .navbar-collapse{
        border-bottom: none;
        height: auto;
        padding: 50px;
        padding-bottom: 80px;
    }
    .btnLogin{
        text-align: center !important;
    }
    .borderRight{
        border: none;
    }
    .loginBtnPartMobile .nav-item{
        border: none;
    }
    .loginBtnPart{
        display: none !important;
    }
    body,html{
        overflow-x: hidden !important;
    }
    .dataBox{
        min-height: 200px;
        margin-bottom: 50px;
    }
    .poLarge{
        width: 270px;
        top: 5px;
    }
    .mainSection{
        height: 60vh;
    }
    .dataBox2{
        margin-top: 280px;
    }
    .invImage{
        width: 130px;
        height: 130px;
        margin-top: -90px;
    }
    .aboutBlueTextSmall{
        margin-top: 20px!important;
    }
    .invName{
        font-size: 1em;
    }
    .dataBox3{
        padding: 20px;
    }
    .navSectionAboutUs{
        height: auto;
    }
    .boxSection{
        padding-top: 50px;
    }
    .invCon{
        margin-bottom: 0px;
    }

    .mainSection .container{
        padding-left: 10px;
    }
    .mainSubCon p{
        font-size: 0.9em;
    }
    .dataBox .para{
        min-height: 150px;
    }

}

@media(max-width:569px){
    .mainCon{
        padding-left: 20px;
        padding-right: 20px;
    }
    .logoImg{
        width: 120px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-collapse{
        padding: 20px;
        padding-bottom: 60px;
    }
    .dataBox{
        margin-bottom: 50px;
    }
    .loginCon{
        padding-left: 20px;
        padding-right: 20px;
    }
    .loginLogoPart{
        display: none !important;
    }
    .loginSmallLogo{
        display: block;
    }
    .regText, .createAccBtn, .bottomSmallPara{
        font-size: 0.8em;
    }
    .loginLargeTitle{
        font-size: 1.2em;
    }
    .poLarge{
        display: none;
    }
    .poLarge2{
        width: 240px;
        margin-right: 50px;
        margin-top: 10px;
    }
    .mainSection .container{
        padding-left: 10px;
    }
    .mainSubCon{
        padding-top: 20px;
    }
    .imgCon{
        width: 100%;
        text-align: center;
    }
    .mainSubCon p{
        font-size: 0.8em;
    }
    .largeText{
        font-size: 2em;
    }
    .mainSection{
        height: auto;
        min-height: 90vh;
    }
    .getStartedBtn{
        margin-right: auto;
    }
    .dataBox{
        padding: 30px 20px;
    }
    .boxSection{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .dataBox .para{
        min-height: 200px;
    }
    .dataBox2{
        margin-top: 150px;
        padding: 30px 20px;
        margin-bottom: 50px;
    }
    .dataBox2 video{
        width: 100%;
    }
    .largeText{
        font-size: 1.5em;
    }
    .dataBox2 p{
        font-size: 1.4em;
    }
    .contactSection .title{
        font-size: 1.4em;
    }
    .contactSection{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bottomLogo{
        margin-top: 40px;
    }
    .bottomSmallPara{
        margin-top: 40px;
    }
    .navSectionAboutUs{
        height: auto;
    }
    .aboutUserImg{
        margin-top: 50px;
    }
    .aboutTitle{
        font-size: 2em;
    }
    .dataBox3{
        margin-bottom: 100px;
    }
    .boxSection2{
        padding-bottom: 0px;
    }
    #translator{
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}
