body{
  overflow-x: hidden;
  font-family: 'Fira Sans Condensed';
}
html {
  scroll-behavior: smooth;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  text-decoration: none;
  color: black;
}
.desktop{
  display: contents;
}
.mobile{
  display: none;
}
.nontablet{
  display: contents;
}
.nonmobile{
  display: contents;
}
.nondesktop{
  display: none;
}
.tablet{
  display: none;
}
/* logo desktop*/
.avatar{
  height:2.3em;
  width: 4.2em;
}
/* logo mobile*/
.avatar1{
  height:3.2em;
  width: 4.2em;
}
/* logo tab*/
.avatar2{
    height:3.5em;
    width: 4.5em;
}
/* navbar */
#navbar header{
  color: white;
  font-size: 14px;
  height: 3em;
  transition: 1s;
}
#navbar header span{
  color:rgb(212, 183, 80);
  font-size: 15px;
  height: 3em;
}
#navbar nav{
  padding-left: 12%;
  padding-right: 12%;
}
#navbar header .row{
  padding-left: 12%;
  padding-right: 13.5%;
}
#navbar header a{
  color: rgb(115, 115, 115);
}
#navbar .nav-link.active{
  color:rgb(212, 183, 80);
}
#navbar .fab{
  font-size: 16px;
  padding-right: .2em;
}
#navbar .title{
  color: rgb(212, 183, 80);
  font-size: 25px;
}
#navbar nav{
  height: 3em;
  transition: 1s;
}
.scroll.black header,
.scroll.black nav {
  background: rgba(0, 0, 0, 0.7);
  transition: top 0.3s;
}
#navbar nav ul li a{
  color: white;
  padding-right: 2em;
  font-size: 13px;
  font-weight: bold;
}
#navbar .tablet .title{
  font-size: 18px;
  color: rgb(212, 183, 80);
  font-weight: bold;
}
#subNavbar{
  position: fixed;
  top: -58px;
  display: block;
  transition: top 0.3s;
  box-shadow: 0 9px 9px -11px #000000;
}
#subNavbar .title{
  font-size: 25px;
  font-weight: bold;
  color: rgb(212, 183, 80);
}
#subNavbar .fab{
  font-size: 18px;
}
#subNavbar .nav-item{
  /* margin-top: -0.2em; */
  font-size: 14px;
}
#subNavbar .navbar-nav li a{
  color: black;
  padding-right: 2em;
  font-size: 13px;
  font-weight: bold;
}
#subNavbar .nav-link.active{
  color:rgb(212, 183, 80);
}
#subNavbar .navbar-brand {
  font-size: 22px;
  color: black;
  font-weight: bolder;
  margin-top: -1em;
}
.overlay {
  position: fixed;
  height: 3.5em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 2000;
  cursor: pointer;
}
#mobileNavbar{
  top:-1.5%;
}
#mobileNavbar .title{
  font-size: 18px;
  color: rgb(212, 183, 80);
  font-weight: bold;
  padding-top: 1em;
  /* padding-bottom: -5em; */
  /* margin-bottom: -5em; */
}
/* #mobileNavbar .sub-title{
  font-size: 18px;
  letter-spacing: 0.2em;
  padding-top: -5em;
  margin-top: -5em;
} */
#mobileNavbar .navbar-nav li a{
  color: white;
  padding-right: 2em;
  font-size: 13px;
  font-weight: bold;
}
#mobileNavbar .nav-link.active{
  color:rgb(212, 183, 80);
}

/* footer */
.bg-grey {
  background: #292929;
}
.advaitha{
  color: rgb(212,183,80);
}
.advaitha:focus,
.advaitha:hover{
  color: rgb(212,183,80);
}

/* header */
.banner{
  background: linear-gradient(rgba(62, 63, 64, 0.6), rgba(62, 63, 64, 0.6)), url("/image/header.jpg");
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
.banner-text{
  padding:290px 0 150px 0;
}
.banner-heading{
  font-size: 58px;
  /* font-weight: 700; */
  line-height: 95px;
  margin-bottom: -5px;
  color:rgb(212,183,80);
  text-shadow: 2px 2px 7px #CC5B00;
}
.banner-sub-heading{
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 50px;
  color:#fff;
}
.text-intro{
  width:90%;
  margin:auto;
  text-align:center;
  padding-top:30px;
}

/* about */
#about {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 4em;
  padding-bottom: 5em;
  min-height: 100vh;
  margin-top: 6em;
}
#about .abtTxt {
  padding-left: 20em;
  padding-right: 20em;
}
#about .sideSpace {
  padding-left: 10em;
  padding-right: 5em;
  padding-top: 2em;
}
#about .abtImage1 {
  margin-bottom: -7em;
}
#about h1 {
  color: rgb(212, 183, 80);
}

/* projects */
#project {
  min-height: 100vh;
  margin-top: 5em;
  padding-top: 5em;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2em;
}
#project h1 {
  color: rgb(212, 183, 80);
}
#project .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* background-color: rgba(0,0,0,0.8); */
}
.filter-button{
  font-size: 18px;
  border: 1px solid black;
  padding:5px 10px;
  text-align: center;
  color: rgb(212, 183, 80);
  margin-bottom: 30px;
  background:transparent;
  border-radius: 100px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
  color: #ffffff;
  background-color:rgb(212, 183, 80);
  outline:none;
  box-shadow: 0px 15px 20px rgba(212, 183, 80, 0.4);
}
.filter-button:hover{
  box-shadow: 0px 15px 20px rgba(212, 183, 80, 0.4);
  transform: translateY(-7px);
}
.masonry {
  column-count: 4;
}
.masonry .brick {
  display: inline-block; /* Fix the misalignment of items */
  padding-bottom: 3px;
  margin-bottom: 3px;
  position: relative;

}
.image {
  /* margin-top: 4px; */
  vertical-align: middle;
  width: 100%;
  opacity: 1;
  color: transparent;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.brick:hover .image {
  opacity: 0.7;
}
.brick:hover .middle {
  opacity: 1;
}
#project .btnClr {
  color: black;
  background-color: #f2f2f2;
  cursor: text;
}
.text {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
.fancybox-nav span {
  visibility: visible !important;
}
/* career */
#career{
  padding: 10em 4em 4em 4em;
  min-height: 100vh;
}
#career .card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 25px;
  padding: 5em;
}
/* contact */
#contact{
  min-height: 100vh;
  padding-top: 5em;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.mb-100 {
  margin-bottom: 100px;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s;
}
.section-title {
  position: relative;
}
.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  color: rgb(212, 183, 80);
}
.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: rgb(212, 183, 80);;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.contact {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  margin-top: 5em;
}
.contact .secondcol{
  padding-left: 5em;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid black;
  padding: 5px 10px;
  margin-top: 15px;
  background-color: #fff;
}
.contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.single-contact i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgb(212, 183, 80);;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  color: #CC5B00;
}
.single-contact h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.single-contact p {
  font-size: 15px;
  font-weight: 400;
}
.contact-form button[type="submit"] {
  background-color: rgb(212, 183, 80);
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
}
.contact-form button[type="submit"]:hover {
  background-color: #CC5B00
}
.contact-form input:focus,.contact-form textarea:focus {
  border-color: black;
  outline: none;
  box-shadow: none;
}
/* tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
  html, body {
    overflow-x: hidden;
  }
  /* navbar */
  #navbar nav{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }
  #navbar{
    margin-top: -1.4em;
  }
  #subNavbar .nav-item{
    margin-top: -0.2em;
  }
  #subNavbar .navbar-nav li a{
    padding-right: 1em;
  }
  .overlay {
    height: 3.5em;
  }
  /* header */
  .banner-text{
    padding:380px 0 150px 0;
  }
  .banner-heading{
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 10px;
  }
  .banner-sub-heading{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  .nontablet{
    display: none;
  }
  .nonmobile{
    display: contents;
  }
  .tablet{
    display: contents;
  }
  .desktop{
    display: none;
  }
  .nondesktop{
    display: contents;
  }
  /* career */
  #career{
    padding: 4.8em;
    margin-top: 5em;
    min-height: 90vh;
  }
  /* about */
  #about .abtTxt {
    padding-left: 2em;
    padding-right: 2em;
  }
  #about .sideSpace {
    padding-left: 1em;
    padding-right: 1em;
  }
  #about .abtImage1 {
    margin-bottom: -5em;
  }
  #project {
    padding-top: 4.5em;
    min-height: 90vh;
  }
  .masonry {
    column-count: 3;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  /* contact */
  #contact{
    min-height: 90vh;
    padding-top: 5em;
  }
  .contact .secondcol{
    padding-left: 0.5em;
  }
}

/* mobile version */
@media (max-width: 700px){
  html, body {
    overflow-x: hidden;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: contents;
  }
  .nontablet{
    display: contents;
  }
  .tablet{
    display: none;
  }
  .nonmobile{
    display: none;
  }
  .nondesktop{
    display: contents;
  }
  /* header */
  .banner-text{
    padding:230px 0 150px 0;
  }
  .banner-heading{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner-sub-heading{
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
  }
  /* header */
  #home{
    min-height: 90vh;
  }
  /* contact */
  #contact{
    min-height:90vh;
  }
  .contact{
    margin-top: 0em;
    padding-top: 2em;
  }
  .contact .secondcol{
    padding-top: 1.5em;
    padding-left: 1em;
  }
  /* about */
  #about{
    min-height:90vh;
    margin-top: 3em;
  }
  #about .abtTxt {
    padding-left: 1em;
    padding-right: 1em;
  }
  #about .sideSpace {
    padding-left: 1em;
    padding-right: 1em;
  }
  #about .abtImage1 {
    margin-bottom: -5em;
  }
  /* project */
  #project {
    min-height:90vh;
    padding-top: 4em;
    margin-top: 3em;
  }
  .masonry {
    column-count: 2;
  }
  .masonry .brick {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  /* career */
  #career{
    min-height:90vh;
    padding: 7em 1em 4em 1em;
  }
  #career .card{
    padding: 3em 2em 3em 2em;
  }
}
