
@font-face {
    font-family: 'MohrRounded';
    src:  url('../font/Mohr_Rounded_Font_Family_-_27_Fonts/MohrRounded-Regular.ttf');
}

body{
    font-family: "MohrRounded", sans-serif !important;
}
#languageSelector{
    padding:10px;
    margin-top:20px;
    border-radius:10px;
}

#home{

    background-image: url('../img/main-banner.png');
    
}
form{
    width: 100% !important;
}
.parent-section{
    position: relative;
}
.label{
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 5;
}

.language-selector li a:hover{
    color: #CE0E5B;
}
.how-it-works{
    background-image: url('../img/all images/how-it-works21.png');
    opacity: 0.9;
    background-size: cover;
    background-position:center;
    background-attachment:fixed;
}

.how-it-works:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg,rgba(200,14,91,0.55), rgba(135,49,232,0.55));
}
.btn-custom,.subscribe-form button,#contact-form button,.contact-us .social-icon,.team-overlay::after{
    background-color: #CE0E5B !important;
}

#myVideo {
  object-fit: cover;
  width: 50%;
  height: 50vh;
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index:10000;*/
}
.error-message{
    color:red;
}

#privacy-policy{
    padding:150px 0px;
}
#privacy-policy *{
    color:#EEEEE4;
}
#privacy-policy a{
    color:#fb92bc;
}
#privacy-policy p{
    margin:5px 0;
}

/* parent-section
<label for="imageSelect" data-target="#imageModal" data-toggle="modal" class="btn btn-primary label"><i class="fa fa-upload"></i></label>
data-img="content-img" */