@font-face {
  font-family: 'CustomFont';
  src: url('./Fonts/ginorasans.otf');
}

body {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.section-container {
  padding: 50px 30px;
}

.jumbotron {
  padding: 60px 20px;
}

h1 {
  display: none;
}

.collapsing {
  transition: height 0.2s easect;
}

#navbar-container,
#navbar,
#navbar ul {
  background-color: #255A8C;
  border: 0;
  border-top: 0px;
  margin-bottom: 0;
  z-index: 9000;
  letter-spacing: 0.5vh;
  border-radius: 0;
}

#navbar a {
  color: white;
  transition: 0.2s ease;
  padding-left: 20px;
}

#navbar li:not(.active) a:hover {
  background-color: white;
  color: #255A8C;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#navbar li.active a {
  background-color: #173A63;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) inset, 0 6px 20px 0 rgba(0, 0, 0, 0.19) inset;
}

#navbar-toggle {
  border: none;
  border-radius: 0px;
}

#navbar-toggle span {
  background-color: white;
}

#navbar-toggle:hover span {
  background-color: grey;
  color: white;
}

#navbar-toggle:hover {
  background-color: #255A8C;
}

#navlist {
  font-size: 2.0vh;
}

#navbar-brand div {
  margin: auto;
  height: 100%;
}

#navbar-brand img {
  margin: auto;
  height: 100%;
}

#brand {
  transition: 0.2s ease;
}

#brand-img {
  transition: 0.2s ease;
}

#title {
  text-align: center;
  color: white;
  background-color: #255A8C;
}

#title-head {
  padding-top: 30px;
  line-height: 9vh;
  font-family: 'CustomFont';
  font-size: 9vh;
  letter-spacing: 5px;
}

#title-subhead {
  line-height: 2.4vh;
  font-family: 'CustomFont';
  font-size: 2.2vh;
  letter-spacing: 10px;
}

#title-content {
  line-height: 2.7vh;
  font-size: 2.5vh;
  letter-spacing: 4px;
}

.section-head {
  font-size: 6.2vh;
  color: #255A8C;
}

#segments-section-head {
  font-size: 4vh;
  color: #255A8C;
}

#section-subhead {
  font-size: 3.0vh;
}

#about-logo {
  width: 70%;
  display: block;
  margin: auto;
}

#about-list {
  display: block;
  margin: auto;
  font-size: 2.6vh;
  text-align: justify;
}

#about-head {
  font-size: 3.0vh;
}

#about-content {
  font-size: 2.6vh;
  text-align: justify;
}

#emphasis {
  text-shadow: 0px 0px 1px rgba(37, 90, 140, 0.6);
  font-weight: bolder;
  color: #255A8C;
}

#services-head {
  font-size: 3.0vh;
}

#services-content {
  font-size: 2.6vh;
  text-align: justify;
}

#services-vector {
  width: 50%;
  display: block;
  margin: auto;
  align-self: center;
}

#vector-title {
  font-size: 2.4vh;
  text-align: center;
  padding-top: 15px;
  transition: 0.2s ease;
}

#services-card {
  padding: 10px 0px;
}

#services-card:hover #vector-title {
  transform: scale(1.1);
}

#segments-content {
  font-size: 2.8vh;
  text-align: justify;
}

#segments-list {
  display: block;
  margin: auto;
  font-size: 2.6vh;
}

.segment-box {
  text-align: center;
  color: #255A8C;
  overflow: hidden;
}

#segments .clearfix {
  overflow: hidden;
}

.segment-box>div {
  position: relative;
  margin: 16px 0px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  cursor: pointer;
}

.segment-box>div:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3), 0px -3px 14px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.04);
  background-color: #255A8C;
}

.segment-box>div:hover p {
  color: white;
  transform: scale(0.9);
  white-space: normal;
}

.segment-box>div:hover span {
  color: white;
}

.segment-box p {
  font-size: 2.4vh;
  padding: 10px 2px;
  transition: 0.1s ease;
  font-weight: 300;
  white-space: pre;
  overflow: hidden;
}

.segment-box span {
  font-size: 65%;
  vertical-align: middle;
  color: #255A8C;
  text-shadow: 0 0 5px #FFFFFF;
}

.segment-box div div {
  position: absolute;
  margin: 16px 0px;
  right: 0px;
  top: 0px;
  width: 10%;
  height: 100%;
}

.segment-scroll {
  overflow: hidden;
}

.clearfix {
  overflow: auto;
  padding: 0px;
}

.segment-scroll div {
  margin: 12px 0px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  max-height: 40vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  font-size: 2.0vh;
}

.segment-scroll p {
  padding: 1vh;
  margin: 1vh;
}

.segment-scroll hr {
  margin: 1vh;
}

.chevron-rotate {
  transform: rotate(180deg);
}

#projects-head {
  font-size: 3.0vh;
}

#project-slideshow img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}

#partners-head {
  font-size: 3.0vh;
}

#partner-logo img {
  display: block;
  margin: auto;
  width: 100%;
  padding: 10px 10px;
  border: solid #255A8C;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  transition: 0.2s ease;
}

#partner-logo div {
  margin-bottom: 15px;
}

#partner-logo img:hover {
  transition: 0.2s ease;
  transform: scale(1.05);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
}

#contact-details-mumbai {
  display: block;
  transition: 0.4s ease;
}

#contact-details-mumbai div {
  width: 43%;
  margin-left: 7%;
  float: left;
}

#contact-details-delhi {
  display: none;
  transition: 0.4s ease;
}

#contact-details-delhi div {
  width: 43%;
  margin-left: 7%;
  float: left;
}

#map-mumbai {
  display: block;
  height: 100%;
  transition: 0.4s ease;
}

#map-delhi {
  display: none;
  height: 100%;
  transition: 0.4s ease;
}

#map {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 45vh;
  transition: 0.4s ease;
}

#location {
  background-color: #255A8C;
  border-radius: 0px;
}

#location a {
  width: 100%;
  margin: auto;
  color: white;
  text-align: center;
  transition: 0.1s ease;
}

#location-head a {
  font-size: 10pt;
}

#location-tab a {
  letter-spacing: 3px;
  cursor: pointer;
}

#location-tab a:hover {
  color: #255A8C;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contact-head {
  font-size: 3.0vh;
}

#contact-content {
  font-size: 2vh;
  -webkit-user-select: text;
  user-select: text;
}

#message {
  resize: none;
}

#footer {
  background-color: #255A8C;
  color: white;
}

#footer span {
  color: white;
}

#footer a:hover span {
  transform: scale(1.1);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 1);
}

#footer p,
#footer .scroll-to-top {
  text-align: center;
  display: block;
  margin: auto;
  text-decoration: none;
  padding: 3.0vh;
}

#footer a {
  color: #ffffffaa;
}

.carousel {
  position: relative;
  display: block;
}

.carousel-indicators {
  position: absolute;
  display: block;
  bottom: 0px;
  margin-right: auto;
  white-space: nowrap;
  font-size: 1vh;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 1), 0 0px 10px 0 rgba(0, 0, 0, 1);
  transform: scale(0.8);
  transition: 0.2s;
}

.carousel-indicators:hover li {
  transform: scale(1.1);
}

.carousel-indicators li.active {
  background-color: white;
  transform: scale(1.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.carousel-inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  text-shadow: 0px 2px 5px black, 0px 4px 10px black;
  transition: 0.2s ease;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  transform: scale(1.1);
}

.item {
  position: relative;
  display: block;
  margin: auto;
  background-color: #000000;
}

.item img {
  width: 100%;
}

#img-name {
  display: block;
  position: absolute;
  top: 10%;
  margin: auto;
  z-index: 9999;
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.6);
}

#img-name p {
  color: #ffffff77;
  font-size: 3.2vh;
  text-align: center;
  z-index: 999;
}

#portfolio {
  display: block;
  margin: auto;
  z-index: -1;
  transition: 0.4s ease;
}

#projects-info {
  display: block;
  position: absolute;
  margin: auto;
  /* left: 48%; */
  right: 2%;
  top: 3%;
  z-index: 20000;
  opacity: 0.5;
  transition: 0.2s ease;
}

#info-icon {
  color: white;
  text-align: center;
  font-size: 200%;
}

#projects-info:hover~.active #portfolio {
  filter: blur(18px);
  transform: scale(1.03);
  opacity: 0.5;
}

#projects-info:hover~.active #img-name {
  opacity: 1;
  transform: scale(1);
}

#projects-info:hover {
  opacity: 1;
}

#projects-gallery {
  z-index: 9998;
}

/* #projects-gallery:hover + #lights{
  z-index: 500;
  background-color: #000a;
  transition: 0.2s 1.5s ease;
} */

#lights {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.2s ease;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(10%);
  }
}

#mailer {
  display: none;
}

#dynamic-jobs .job-card {
  margin: 25px 10px;
}

.jobs-head {
  font-size: 3.0vh;
  font-weight: bold;
}

.jobs-content {
  font-size: 2.6vh;
  text-align: justify;
}

#jobs-list li {
  margin: auto;
  font-size: 2.6vh;
  text-align: justify;
}

.jobs-contact {
  font-size: 3vh;
  font-weight: bold;
  text-align: justify;
  margin-left: 10px;
}

#jobs-email {
  font-size: 2.6vh;
  font-weight: normal;
}

.greeting-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9500;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
}

#greeting-content {
  position: relative;
  width: clamp(500px, 50%, 1000px);
  height: auto;
  margin: auto;
  padding: 5px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 10px 20px black;
  font-size: 3vh;
  line-height: 5vh;
  text-align: center;
}

#greeting-content span {
  display: inline;
  position: absolute;
  top: -3.5vh;
  right: -3.5vh;
  font-size: 4vh;
  color: #C00;
  cursor: pointer;
}

#greeting-content span:hover,
#greeting-content span:focus {
  color: #F00;
}

#greet-img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  #greeting-content {
    width: 80vw;
  }
}
