

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Poppins;
    scroll-behavior: smooth;
}
.museomoderno-logofont {
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.crimson-pro-logofont {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: light;
}

.top-row-ctr {
  position: relative;
  width: 100vw;
  max-height: 130px;
}

.logo-ctr {
    max-width: 80px;
    max-height: 115px;
    display: inline-block;
    text-align: center;
    margin-left: 2%;
    margin-top: 5px;
}

.full-view-ctr {
  width: 100vw;
  height: 100vh;
  margin: 0;
}


.brd {
  border: solid 3px red;
}

.containerh {
  width: 100%;
  border: none;
}

.image-container {
    position: relative;
    height: 65vh;
    background-size: cover;
    background-position: center center;
    transition: background-image 2s ease-in-out;
}

.image-bck-fullview {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  transition: background-image 2s ease-in-out;
}

.bck-overlay {
    position: absolute;
    top:5%;
    width: 100%;
    height: 100vh;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
}

.bg-black{
  background-color: black;
}






.card :hover{
    animation: bounce 1s ease;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}


.bounce {
    animation: bounce 0.5s ease;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}




.hidden {
  visibility: hidden; }


.slideRight {
  visibility: visible;
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }



.overlay-texth {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    
}

.white-txt {
  color: whitesmoke;
}



.whitesmoke-clr {
    background-color:whitesmoke;
}

.dark-bg-ctr{
position: relative;
width:100%;
height: auto;
background-size: cover;
background-position: center center;
background-color: black;
color: azure;
}

.black-txt {
  color: #000;
}

.service-box {
  min-height: 125px;
}


   h1{
      font-size: 24px;
    }

    h2{
      font-size: 24px;
    }

    .nav-link {
      line-height: 17px;
    }

    .service-box {
      padding: 10px;
      margin: 10px;
      background-color: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 8px;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .service-box:hover {
      transform: scale(1.05);
    }
    .service-box h3 {
      margin-bottom: 15px;
    }
    .service-box p {
      font-size: 1.1rem;
      color: #6c757d;
    }



    .step-img {
        max-width: 100%;
        height: auto;
    }
    .step-row {
        margin-bottom: 2rem;
    }


    .style-img {
        max-width: 400px;
        height: auto;
    }











    .overlay-bg {
      min-width: 100vw;
      min-height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 2;
   }

   .position-btm {
    position: absolute;
    bottom: 0;
   }


  .overlay-txt {
    min-width: 100vw;
    min-height: 100%;
    z-index: 3;
    color: white;
}




 @media only screen and (max-width: 600px) {
    .overlay-texth {
      width: 90%;
    }

    .overlay-bg {
      min-height: 100%;
   }

  h1{
    font-size: 20px;
  }
}