/* 
Name: SuperGaming;
Coder: Ankit Suryawanshi;
Version: 1.0;

1. Navbar Styling
2. About Page Content

*/

.html{
	font-family: 'Poppins', sans-serif;
}

/* -- 1. Navbar Styling -- */

.navigation-bar{
	background-color: #000;
}

.navbar{
	height: 80px;
	background-color: #000;
	font-family: 'Poppins', sans-serif;
}

.bg-dark{
	background-color: #000 !important;
}

.navbar-brand{
	margin-top: 105px;
	margin-left: 30px;
}

.navbar-brand > img{
	height: 132px;
}

.nav-item{
	margin-right: 80px;
}

.navbar-nav > li > a{
	color: #fff !important;
	text-decoration: none;
	font-size: 22px;
}

.nav-item > a:hover{
	color: #fff;
	
}

.li > a > i {
	color:#fff;
}


/* -- 2. About Page content -- */

.main-section {
  margin-top: 200px;
  /* height: 100vh; */
  min-height: 500px;
}

.mail-col{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.w-100{
  margin-left: 30px;
  margin-right: -30px; 
}

.about-row{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.about-title{
	font-weight: 700;
	font-size: 42px;
}

.about-content{
	font-size: 14px;
  font-weight: 500;
}

.custom-form{
    border: 1px solid #0060D9;
    color: #0060D9;
    height: 48px;
}

/* .spec-col{
	margin-right: 3px;
	padding-right: 0px;
} */

.form-control{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    -webkit-appearance: none;
}

.dropdown-toggle::after{
	color: #0060D9;
}

.btn-submit{
	height: 48px;
	background-image: linear-gradient(to bottom, #007af8 0%, #004ec4 100%);
    color: white;
    font-size: 18px;
    border: 0;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-appearance: none;
    border-radius: 30px;
}

.btn-submit:hover{
	color: white;
}

.w-photo{
	margin-top: 90px;
	padding: 0;
}

.col-lg-12{
	padding-right: 0px !important;
}

.h-20{
	margin-top: 20px;
    padding-left: 5px;
}

/* -- Contact Page CSS  -- */

.career-container {
  text-align: center;
}

.career-header {
  background-color: black;
  padding: 20px;
}

.hero {
  margin-top: 50px;
}
.career-header .hero-text {
  color: white;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('img/contact-us.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.job-list {
  border-radius: 6px;
  background-color: #fff;
}

.left-career {
  padding: 25px 20px;
  width: calc(100% - 150px);
}

.job-title {
  font-size: 20px;
}
/* .right-img-main {
  max-height: 760px;
} */
.career-title, .career-location {
  text-align: left;
}
.job-list-container {
  padding-top: 50px;
  padding-bottom: 60px;
}
.careers-container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

.gohire-job {
  display: flex;
  align-items: center;
  border: solid 1px #E0E6ED;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: background-color 0.2s;
}

.gohire-job:hover{
  background-color: #ecf0f1;  
  color: black;
  text-decoration: none;
}

a {
  color: black;
}

.see-jobs-link {
  color: #ababab;
}

.h-130{
	margin-top: 130px;
}

/* -- Media Queries for Responsive CSS --*/

@media screen and (max-width: 1024px){

.custom-form{
    height: 48px;
}

.custom-form2{
    height: 48px !important;
}

}

@media screen and (max-width: 992px) {

.custom-form{
    height: 48px;
}

.back-mob{
	background-color: #fff;
	opacity: 0.85;
}

.navbar-brand{
	margin-top: 15px !important;
}

.navbar-toggler{
	margin-top: -85px;
	color: #000;
	border-color: #fff;
}

.custom-form2{
    height: 48px !important;
}

.navbar-collapse {
        position: absolute;
        top: 70px !important;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
      	width: 100%;
}
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
        right: -100%;
        margin-left: 50%;
    }
    .navbar-collapse.show {
        right: 0;
        margin-left: 50%;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }
}

@media screen and (max-width: 768px) {

.main-section {
  /* margin-top: 32px !important; */
  padding: 30px;
}
.navbar{
	height: 70px;
}

.navbar-brand > img{
	height: 82px;
}

.navbar-brand{
	margin-top: 25px !important;
}

.navbar-toggler{
	margin-top: -60px;
	color: #000;
	border-color: #fff;
}

.navbar-collapse {
        position: absolute;
        top: 95px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
      	width: 100%;
}
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
        right: -100%;
        margin-left: 50%;
    }
    .navbar-collapse.show {
        right: 0;
        margin-left: 50%;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }

.main-container{
	padding-left: 10px;
}

.h-130{
	margin-top: 130px;
}

.w-100{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.about-title{
	font-size: 38px;
  padding-bottom: 15px;
}

.navbar-brand{
	margin-top: 25px;
	margin-left: 5px;
}

.custom-form{
    height: 48px;
}

.custom-form2{
    height: 48px !important;
}

.spec-col{
	padding-right: 10px;
}
}

@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}