@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;700&display=swap");

@font-face {
  font-family: CalibreRegular;
  src: url("../fonts/Calibre-Regular.otf") format("opentype");
}

@font-face {
  font-family: CalibreSemibold;
  src: url("../fonts/Calibre-Semibold.otf") format("opentype");
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

body {
  font-family: "CalibreRegular", "CalibreSemibold", "Roboto-Bold",
    "Roboto-Regular";
  color: #000;
}

.row {
  margin-right: 0;
  margin-left: 0;
}
.banner2 .mobile_banner2 {
  display: none;
}
.lumina-font-C-Regular {
  font-family: "CalibreRegular";
}

.lumina-font-C-Bold {
  font-family: "CalibreSemibold";
}

.lumina-font-Ro-Regular {
  font-family: "Roboto-Regular";
}
.lumina-font-Ro-Bold {
  font-family: "Roboto-Bold";
}

/*Navbar*/
.navbar a img {
  width: 230px;
}
.pt-3 {
  padding-top: 3px;
}
.navbar ul li a {
  font-family: "CalibreSemibold";
  color: #000 !important;
  font-size: 20.9px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ffb317, #ffb317 50%, #000 50%);
  background-size: 200% 100%;
  background-position: 100%;
}

.navbar ul li a:hover {
  /*color: #ffb317 !important;*/
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.navbar .activated {
  background-image: linear-gradient(#ffb317, #ffb317);
}
/*end navbar*/
/* banner */

.banner2 {
  display: flex;
  justify-content: center;
}

.banner2 img {
  width: 100%;
  height: auto;
}

#luminadevMain {
  padding-top: 0;
}

.middle {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 30px;
}
/*Main*/

#pills-tab {
  line-height: 1.03;
}
.tb {
  padding-top: 25px;
}
.align {
  margin-bottom: -10px;
}
/* #footer-menu{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

} */
#pills-tab li {
  padding: 0;
  margin: 0;
  margin-right: 3%;
}

#pills-tab li a {
  font-family: "CalibreSemibold";
  width: 100%;
  font-size: 35px;
  color: #ffb317;
}

#luminadevMain .active {
  color: #000000;
  text-decoration: underline;
}

#pills-tabContent .nav .nav-item {
  font-size: 25px;
  margin-right: 20px;
  font-family: Roboto-Regular;
}

#pills-tabContent .nav a {
  color: #ffb317 !important;
  text-decoration: none !important;
}

/*Project page*/

div#project .row:first-child {
  margin-top: 3rem;
}
div#project .row:last-child {
  margin-bottom: 3rem;
}

#project .head {
  font-size: 55px;
  color: #000;
  text-decoration: underline;
}

#project .details {
  font-size: 19px;
  color: #000;
}
#project iframe {
  width: 100% !important;
  height: 560px;
}
/*end project page*/

/*About page*/
#luminadevMain #about .head {
  font-size: 55px;
  color: #ffb317;
}

#luminadevMain #about .details {
  font-size: 19px;
  color: #000 !important;
  text-align: justify;
}
/*end about page*/

/*Get in touch page*/
#getInTouch h4 {
  font-size: 32px;
}

#getInTouch .address {
  font-size: 18px;
}

#getInTouch .email {
  font-size: 20px;
  line-height: 35px;
}

#getInTouch .email span {
  padding-right: 20px;
  /*text-transform: uppercase;*/
}

#getInTouch .email a {
  text-decoration: none;
}

#getInTouch .text {
  font-size: 16px;
}
/*end get in touch*/

/*end main*/

/*Footer*/
#footer-menu #icons a img {
  width: 30px;
  height: 46px;
  color: #000;
  margin-right: 10px;
  object-fit: contain;
  /* display: inline-flex; */
}
#footer-menu #icons a:last-child img {
  margin-right: 0;
}

#footer-menu ul li:first-child {
  padding-left: 0;
}

#footer-menu ul li {
  padding: 0px 10px;
  margin: 0;
  /* height: 27px; */
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  text-align: center;
  border-right: 2px solid #fff;
  line-height: 100%;
  /* weight: 300; */
}
#footer-menu ul li:last-child {
  border-right: 0px;
  padding-right: 0px;
  padding-left: 10px;
}

.navbar {
  padding: 0;
}

li.list-inline-item a {
  color: #ffff;
}

/*end footer*/

.mb-100 {
  margin-bottom: 100px !important;
}
/* .list-inline-item a{
    color: black;
} */
/******************** media queries ********************/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /*navbar*/
  .banner2 .img {
    display: none;
  }
  .banner2 .mobile_banner2 {
    display: block;
  }
  .navbar a img {
    width: 175px;
  }

  #icons {
    padding-top: 0px !important;
  }
  .banner2 {
    display: flex;
    justify-content: center;
  }
  .navbar {
    padding-top: 15px;
  }
  .banner2 {
    display: flex;
    justify-content: flex-start;
  }
  .navbar ul li a {
    font-size: 21.9px;
  }
  /*end navbar*/

  /*project*/
  .banner2 {
    padding-top: 20px;
  }
  div#project .row:first-child {
    margin-top: 1rem;
  }
  div#project .row:last-child {
    margin-bottom: 1rem;
  }

  #project .head {
    font-size: 29.875px;
    color: #000;
    text-decoration: underline;
  }

  #project .details {
    font-size: 16px;
    color: #000;
  }
  #project iframe {
    height: 215px !important;
  }
  /*end project*/

  /*category names*/
  #pills-tab li a {
    font-family: "CalibreSemibold";
    width: 100%;
    font-size: 29.875px;
    color: #ffb317;
  }

  .banner2 img {
    width: 100%;
    height: auto;
  }
  #pills-tab li a {
    font-size: 26.875px;
  }
  /*category projects name*/
  #pills-tabContent .nav .nav-item {
    font-size: 20.875px;
    margin-right: 7.813px;
    font-family: Roboto-Regular;
  }

  /*Footer*/
  #footer-menu #icons a img {
    width: 24px;
  }

  #footer-menu ul li:first-child {
    padding: 0 3rem;
  }

  #footer-menu ul li:last-child {
    margin: 0;
    padding: 0 3rem;
  }

  .footer-copyright {
    font-size: 11px !important;
  }
  #footer-menu ul li {
    padding: 0px 5px !important;
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #fff;
  }
  /*end footer*/
}
/*end @media (max-width: 575.98px)*/

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*navbar*/
  .navbar a img {
    width: 215px;
  }

  #icons {
    padding-top: 0px !important;
  }
  .banner2 {
    display: flex;
    justify-content: center;
  }
  .navbar {
    padding: 15px;
  }
  /* .navbar ul li a {
        font-size: 25.9px;
    } */
  /*end navbar*/

  /*project*/

  div#project .row:first-child {
    margin-top: 1rem;
  }
  div#project .row:last-child {
    margin-bottom: 1rem;
  }

  #project .head {
    font-size: 34.375px;
    color: #000;
    text-decoration: underline;
  }

  #project .details {
    font-size: 19px;
    color: #000;
  }

  #project iframe {
    height: 400px !important;
  }
  /*end project*/

  /*category names*/
  #pills-tab li a {
    font-family: "CalibreSemibold";
    width: 100%;
    font-size: 35px;
    color: #ffb317;
  }

  /*category projects name*/
  #pills-tabContent .nav .nav-item {
    font-size: 20.625px;
    margin-right: 18.5px;
    font-family: Roboto-Regular;
  }

  /*Footer*/
  /* #footer-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
} */
  #footer-menu #icons a img {
    /* width: 40px; */
    height: 40px;
    color: #000;
    margin-right: 15px;
    object-fit: contain;
  }

  #footer-menu ul li:first-child {
    padding: 0 3rem;
  }

  #footer-menu ul li {
    margin: 0px 0px 9px 0rem;
    font-size: 15px;
    text-align: center;
    display: block;
    border-right: none;
  }

  #footer-menu ul li:last-child {
    margin: 0;
    padding: 0 3rem;
  }

  .footer-copyright {
    font-size: 11px !important;
  }
  /*end footer*/
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*project*/

  div#project .row:first-child {
    margin-top: 0rem;
  }
  div#project .row:last-child {
    margin-bottom: 0rem;
  }
  /*end project*/

  /*Footer*/
  #footer-menu #icons a img {
    /* width: 40px; */
    height: 40px;
    color: #000;
    margin-right: 13px;
    object-fit: contain;
  }

  #footer-menu ul li {
    padding: 0 0rem;
    margin: 0;
    height: 25px;
    font-size: 16px;
    text-align: center;
    border-right: 2px solid #000000;
    color: #000;
  }

  #footer-menu ul li:last-child {
    margin: 0;
    padding-left: 0;
  }

  /*end footer*/
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*Footer*/

  #footer-menu ul li {
    padding: 0 2rem;
    margin: 0;
    height: 25px;
    font-size: 16px;
    text-align: center;
    border-right: 2px solid #000000;
  }
  #footer-menu ul li:last-child {
    padding-left: 0;
  }
  /*end footer*/
}

/*Extra large devices (large desktops)*/
/*No media query since the extra-large breakpoint has no upper bound on its width*/

/******************** end media queries ********************/
