	@font-face {
            font-family: 'century-gothic';
            src: url('css/fonts/century-gothic.ttf') format('opentype');
    }


  @font-face {
            font-family: 'Metropolis-Black';
            src: url('css/fonts/Metropolis-Black.otf') format('opentype');
    }

  @font-face {
            font-family: 'Metropolis-Regular';
            src: url('css/fonts/Metropolis-Regular.otf') format('opentype');
    }

  body {
    margin: 0;
    background-color: #fea500;
    font-family: 'century-gothic', sans-serif;
  }

  .icontain{
        background-color: white;
        overflow-x: hidden;
        margin-top: 1rem;
        border-radius: 10px;
  }

  .cbio{
    color:orange;
    font-weight:bold;
    font-size: 12px;
    text-decoration: none;
  }

   .cbio:hover{
    color: orange;
    margin-left: -1px;
    font-size: 13px;
  }

  .inq{
    color: white;
    font-weight:bold;
    font-size: 12px;
    text-decoration: none;
  }

  .hov:hover,
  .hov:hover span,
  .hov:hover a {
      color: orange !important;
      text-decoration: none;
  }

  .hov:hover .des {
    color: white !important;
  }

  .hov:hover{
    border-left: solid 1px white !important;
  }

  .bcontact {
    font-size: 12px !important;
  }

  .bcontact:hover {
    filter: brightness(1.1);
  }

  .eview{
    color: black;
    font-weight:bold;
    font-size: 12px;
    text-decoration: none;
  }

  .eview:hover{
    color: black;
    font-weight:bold;
    font-size: 13px;
    margin-right: -4px;
    text-decoration: none;
  }

  .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .slogo:hover {
    filter: invert(50%) sepia(75%) saturate(1139%) hue-rotate(12deg) brightness(105%) contrast(101%);

  }

  .blogo:hover {
    filter: invert(50%) sepia(75%) saturate(1139%) hue-rotate(12deg) brightness(105%) contrast(101%);

  }

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    font-size: 14px;
    width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s linear 0.3s; /* Delay visibility transition */
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; /* Reset delay on hover */
}

.con-sub-top {
  background-color: orange;
  height: 80px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.con-top {
  background-color: #ffebb6;
  height: 100px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.con-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto;
}

/* Close button styles */
.close {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  transition: opacity 0.15s linear;
  border: none; /* Remove border */
  background-color: transparent; /* Remove background */
}

.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.big-icon {
  font-size: 2.75rem; /* Adjust the font size as needed */
}

.modal-body {
  padding: 0;
}

.project-top {
  background-color: orange;
  height: 10px;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-5 {
    margin-left: 3rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-5 {
    margin-right: 3rem;
}

/* Padding Left */
.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pl-5 {
    padding-left: 3rem;
}

/* Padding Right */
.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 1rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.pr-5 {
    padding-right: 3rem;
}

@media only screen and (max-width: 600px) {
  .icontain{
        background-color: white;
        overflow-x: hidden;
        margin-top: 0rem;
        border-radius: 0px;
  }
}
