@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap');

body{
  overflow-x: hidden;
}
:root{
  --bg-darkk: #091e3e;
}
/* .back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
} */


.my-img{
    height: 100vh;
}
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}
.box{
  animation: bg 4s infinite ease-in-out;
}
@keyframes bg{
  0%{rotate: 0deg;}
  100%{rotate:360deg;}
}
.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}
.slide{
  height: 70vh;
}
.whisper-regular {
    font-family: "Whisper", roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
  }

.bg-darkk{
  background-color: var(--bg-darkk);
}
.image{
  object-fit: cover;

}
.slider_res{
  display: none;
}
@media only screen and (max-width: 600px) {
  .navbar-abt {
      display: none;
  }
  .image{
    width: 300px;
    height: 300px;
  }
  .slider{
    display: none;
  }
  .slider_res{
    display: inline;
  }
}
@media only screen and (min-width: 820px) {
  .image{
    width: 500px;
    height: 500px;
  }
}
.card-img-top{
  border-radius: 50px;
  padding: 20px;
  /* object-fit: cover; */
}
.card{
  height: 100%;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}
.card-entities{
  border: 1px solid grey;
  padding: 2rem;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
  margin: 1rem;
}
.shadow{
  box-shadow: rgba(0, 0, 0, 0.2) 21000px 21000px 3000px 0px;
}
.card-index{
  border-radius: 100%;
  margin: 2rem;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
  height: 210px;
  width: 220px;
  border: 1px solid gainsboro;
}
.card-title-index{
  font-size: 21px;
}
.card-last{
  height: 210px;
  width: 210px;
  border-radius: 100%;
  margin: 2rem;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
  border: 1px solid gainsboro;
}

.card:hover{
  transform: scale(1.05);
}
.card-index:hover{
  transform: scale(1.05);
}

.card{
  transition: all 0.3s;
}
.card-index{
  transition: all 0.3s;
}
.card-body{
  padding: 25px;
  margin-top: -15px;
}
.btn-primary{
  width: 50px;
  height: 50px;
  background-color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 4px;
  color: white;
  border-radius: 100%;
}
.btn-primary:hover{
  background-color: #2b60b5;
  border: none;
}
h3,h5{
  color: rgb(0, 91, 228);
}

.trademark {
  font-size: 20px;
}
.card-container{
  display: flex; 
  justify-content: center;
}
.gallery-hover{
  /* border: 1px solid black; */
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}
.gallery-hover:hover{
  animation: gallery-hover 0.8s ease-in-out;
  cursor: pointer;
}

@keyframes gallery-hover {
  0%{scale: 1;}
  50%{scale: 1.05;}
  100%{scale: 1;}
}