
/* Global styles */
@font-face {
    font-family: 'Eras-bold';
    src:
        url("/src/fonts/ERASBD.TTF"),
}
:root{
  --theme-blue:#0081c6;
  --theme-green:#65b143;
  --primary-font:Eras-bold;
  --secondary-font:'Verdana', sans-serif;                                             
  --white-clr:#fff;
  --bg-clr:#f5f5f5;
}

body {
    font-family: var( --primary-font), sans-serif;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,strong{
    font-weight: 700;
}
p,a, ul, ol{
    font-family: var(--secondary-font);
}
.clr-primary{
    color: var(--theme-blue);
}
.clr-secondary{
    color: var( --theme-green);
}
a.clr-primary:hover{
    color: var( --theme-green);
}
a.clr-secondary:hover{
    color: var(--theme-blue);
}
a.bg-primary:hover{
    background-color: var( --theme-green);
}
a.bg-secondary:hover{
    background-color: var(--theme-blue);
}
.bg-primary{
    background-color: var(--theme-blue) !important;
}
.bg-clr{
    background-color: var(--bg-clr) !important;
}
.bg-secondary{
    background-color: var( --theme-green) !important;
}

.fs-32{
    font-size:2rem !important;
}
.fs-24{
    font-size: 22px;
}
.fs-22{
    font-size: 22px;
}
.fs-16{
    font-size: 1rem !important;
}
.fs-12{
    font-size: 12px;
}
.fs-18{
    font-size: 18px;
}



/* Header */

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--primary-font);
    white-space: initial;
    
}
.navbar-brand img{
    width: 70px !important;
}

.navbar {
    background-color: var(--theme-blue);

}
.navbar .dropdown-item{
    color: #fff;
    border: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    
}
.navbar .dropdown-menu{
    padding-top: 20px !important;
    margin-top: 0px !important;
}
.navbar .dropdown-item:hover{
    background-color: #0051a8;
}
.navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
}
.navbar-nav .nav-link:hover {
    color: #d2ff00;
}

/* Home page content area */
.links a{
    font-size: 18px;
    text-align: center;
    color: var(--theme-green);
    text-decoration: underline;
    display: block;
    font-weight: 700;
    font-family: var(--primary-font) ,sans-serif;
}
.video video{
    max-width: 100%;
    /* height: 225px;
    object-fit: cover; */
}
.video{
    min-height: 200px;
}
.hero {
    background-color: var(--bg-clr);
    padding:15px 15px 15px 30px;
}
.hero h2{
    color:var(--theme-green);
    text-align: center;
}
.hero h5{
    margin: 0;
    color: var(--theme-blue);
}
.hero p , .hero a{
    margin: 0;
    font-family: var(--secondary-font);
    font-size: 12px;
    color: #000;
}
.hero ol {
    list-style: none;
    padding: 0;
}
.hero li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
.hero span {
        font-size: 2.5rem;
        color: #007bff;
        font-weight: bold;
    }

.three-cat{
    text-align: center;
    color: var(--theme-blue);
    p{
       font-family: var(--secondary-font);
    }
}

.prizing {
    font-weight: 700;
    background-color: var(--bg-clr);
    padding: 25px 25px;
    border-radius: 8px;
    margin: auto;
    margin-top: 20px;
    max-width: 86%;

}
.prizing p{
    font-family: var(--primary-font);
    margin-inline-start: 20px;
    margin-bottom: 6px;
}
.man-poster {
    margin-top: -40px;
}




/* footer */
footer{
    margin-top: 40px;
}


/* Conduct Market Research page */
.number{
    font-size: 3.75rem;
    line-height: 100%;
    font-weight: 700;
}

.logo-centerd{
    position: absolute;
    top: -60px;
    width: 180px;
    right: 0;
}

.prototype-list{
    font-family: var(--secondary-font);
    font-weight: 400;
    
}
.prototype-list li{
        padding-bottom: 15px;
        max-width: max-content;
        
    }
.prototype-list p , .prototype-list a{
    font-size: 11px;
    color: var(--theme-green);
    margin: 0;
    padding-left: 15px;
}
    

/* Video Light Box */

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.6;
    opacity: .6;
    filter: alpha(opacity=60);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    transform: translate(-50% , -50%);
    z-index: 1002;
    overflow: visible;
    width: 80%;

  }
  
  #light video{
    height: auto !important;
  }
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 5px;
    padding: 10px 3px 14px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
    text-decoration: none;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
.bb-1{
    /* border-bottom:1px solid var(--theme-blue);
    width: max-content;
    margin: auto; */
    text-decoration: underline;
}

img.hit-rubric {
    display: flex;
    margin-left: auto;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right:-50px;
}

.contact-form {
    color: var(--theme-blue);
    font-family: var(--secondary-font);
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 520px;
    margin: auto;
}
.contact-form .form-control{
    border-radius: 0;
    border-color: var(--theme-blue);
}
.contact-form .btn{
    font-family: var(--primary-font);
    border: 1px solid #000;
}
.contact-form .btn.bg-primary:hover{
    background-color: var(--theme-green) !important;
}

table{
    font-family: var(--secondary-font);
 
}
table.primary td , table.primary th , table.primary tr{
    color: var(--theme-blue);
    border-color:var(--theme-blue);
    vertical-align: middle;
}
table.primary thead th {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Resoponsiveness */

@media (min-width:992px) {
    .hero{
        margin-top: -40px;
    }
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
      }
}

@media (max-width:1200px){
    .navbar-brand{
        font-size: 22px;
    }
    .navbar-brand img{
        width: 60px !important;
    }
    .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
.number{
    font-size: 3.25rem;
}
img.hit-rubric{
    margin-top: 0px;
}
    
}

@media (max-width:992px){
    .navbar-collapse{
        margin-top: 20px;
    }
    .navbar-brand{
        font-size: 20px;

    }
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .navbar  .dropdown-menu{
        padding-top: 10px !important;

    }
    .links a , .fs-18{
        font-size: 1rem;
    }
    .video video{
        height: auto;
    }
    .fs-32{
        font-size: 1.5rem !important;
    }
    .fs-22{
        font-size: 18px !important;
    }

    .hero {
        padding-left: 20px;
    }
    .hero ol li span{
            font-size: 1.5rem !important;
        }
    .hero h5{
            font-size: 1rem;
        }
    .prizing{
        max-width: 100%;
        padding: 20px;
    }
    .prizing p{
            font-size: 14px;
            margin-inline-start: 10px;
        }
    .banner-logo{
        width: 250px !important;
    }

    .number{
        font-size: 2.5rem;
    }
    .fs-22{
        font-size: 20px !important;
    }
    .logo-centerd{
        top: -70px;
        width: 150px;
    }
}

@media (max-width:768px){
    .hero{
        margin-bottom: 30px;
    }
        footer img{
                width: 50px;
            }
        footer  p{
            font-size: 14px !important;
        }
    .fs-22{
        font-size: 18px !important;
    }
    p , a{
        font-size: 15px;
    }
    .logo-centerd{
        position: unset;
        margin: auto;
        margin-bottom: 15px;
        display: flex;
    }
    .man-poster {
        margin-top: 0px;
       margin-bottom: 20px;
       width: 80px;
    }
    .prototype-list{
        padding-top: 30px;
    }
    img.hit-rubric{
        margin-right: 0px;
    }
    .fs-4{
        font-size: 20px !important;
    }
    .fs-5{
        font-size: 18px !important;
    }
}

@media (max-width:576px){
    .navbar-brand{
        font-size: 16px;
    }
    .navbar-brand img{
        width: 40px !important;
    }

    footer  img{
            width: 40px;
        }
    footer p{
            font-size: 12px !important;
        }
    .fs-22{
        font-size: 16px !important;
    }
    img.hit-rubric{
        margin-bottom: 10px;
        margin-right: auto;
    }
}

@media (max-width:412px){
    .navbar-brand{
        font-size: 13px; 
    }
    .navbar-brand img{
        width: 35px !important;
    }
    span.navbar-toggler-icon {
        font-size: 16px;
    }
}

@media (max-width:360px){
    .navbar-brand{
        font-size: 11px; 
    }
    .navbar-brand img{
        width: 32px !important;
    }
    span.navbar-toggler-icon {
        font-size: 12px;
    }
}