:root {
  --bs-primary: #084a45;
  
}

 
.btn-primary {
  background-color: #084945 !important;
  border-color: #0F5C57 !important;
}

body .text-primary {
  color: #063e3b !important;
}
body .text-secondary {
  color: #3f6763 !important;
}
.bg-primary {
  background-color: #0F5C57 !important;
}
.nav-item a {
  color:#ffffff !important;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
}
.dropdown-menu a{
     color:#05312e !important;
}

.nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  /* height: 2px; */
  background: linear-gradient(to right, #05615b, #64b5ad, #ffffff);
  border-radius: 3px;
  transition: 0.3s;
}
.nav-item a:hover::after {
  width: 100%;
  height: 3px;
}

.nav-item a:hover{
    color:  #63c2bb;
}
/* /////////////// */

.carousel-item img {
  width: 100%;
  height: 100vh;
  /* object-fit: cover; */
image-rendering: auto;
  background-position: 0% 50%;
}
.imgq img{
    width: 100%;
  height: 100vh;
  /* object-fit: cover; */
image-rendering: auto;
object-fit: cover;
object-position:40px 50px 100px ;
}
.carousel-caption {
  position: relative;
  z-index: 2;
}
main.carousel-item {
  position: relative;
}
main .carousel-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
  z-index: 1;
  top: 0;
  left: 0;
  
}
/* .hero-content {
  position: absolute;
  top: -700%;
  left: 30%;
  transform: translate(-20%, -30%);
} */
.main-btn{

    border: none;
    width: 100px;
    height: 43px;
  
   
}
.main-btn {
  background: #0c514c;
  border: none;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.main-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  transition: 0.4s;
}

.main-btn:hover::after {
  width: 100%;
}
.main-btn:hover{
    transition: 0.6s;
  box-shadow: 8px 2px 9px 1px #000100;
  margin-top: -2px;

}
/* .navbar:hover{
      box-shadow: 20px 2px 50px 1px #000000;
      transition: 1s;

} */
.navbar{
      box-shadow: 2px 1px 1px 1px #000000;
      transition: 4s;

}
/* ///////////////////////////////sec1 */


.price {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 3px solid #063e3b;
}
.sec2 .text-link {
  position: relative;
  display: inline-block;
  color: #05312e;
  padding-bottom: 5px;
}


.sec2 .text-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #063e3b;
  transition: 0.3s;
  transform: translateX(-50%);

}
.sec2 .text-link:hover::after {
  width: 0;
}
.sec2-row{
  background-color:rgba(199, 198, 198, 0.201);
  border-radius: 30px;
}

/* ///////////////////////////////// */

.icon i{
  color: gold;
}



.card-item {
  flex: 0 0 33.333%; 
}


#cardsTrack {
  display: flex;
  transition: 0.5s;
}

.card-item {
  min-width: 33.33%;
}
.img2-sec4 {
  height: 400px;
  overflow: hidden; 
}

.main-img {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 100%;
  height: auto;
  border-radius: 0 30px;
  z-index: 2;
}

.img2-sec4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: 1;
}

@media (max-width: 768px) {
  .div-img-dot {
    height: auto;
    text-align: center;
  }

  .main-img {
    position: static; 
    width: 100%;
    margin-top: 20px;
  }

  .dots-img {
    display: none; 
  }
}
ul li p{
  font-family: cursive;
}.div-img-dot {
  position: relative;
}

/* /////////////// */
@media (max-width: 768px) {
  .card-img-top5 {
    margin-top: 3px !important;
    margin-left: 160px !important;
    
    
  }
}
@media (max-width: 768px) {

.sec5-ul {
  margin-left: 90px !important;
}
}

/* ///////////// */


div .count{

  font-size: 50px;
  font-weight: 600;
  color: #05312e;
}

.sec5 .card-body span{

  background-color: #586d6b;
  border-radius: 50%;
  
}

.icon{
  font-size: 20px;
  padding-top: 5px;
  padding: 5;
  text-shadow: 1px 1px 2px rgb(29, 28, 28);

  
}

.sec5-ul li {
  width: 40px;
  height: 40px;
  background-color: #0227239b;
  border-radius: 50%;
  text-shadow: 1px 1px 2px rgb(29, 28, 28);

  display: flex;
  justify-content: center;  
  align-items: center;      

  margin-top: 20px;
  margin-left: 10px;
}

.sec5 ul{

  margin-left: 45px;
 
}
.sec5 {

  font-family:serif;
}

footer{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding: 20px;
  margin-left: 20px;
}
footer li:hover{
  text-shadow: 1px 1px 2px rgb(29, 28, 28);
}

footer ul li{
  color: gray;

}
.img-box{
    box-shadow: -1px 3px  1px rgba(99, 101, 101, 0.886);
}
.img-box2 {
  box-shadow: 0px 10px 25px rgba(108, 106, 106, 0.488);
}
.img-box3 {
  box-shadow: 1px 2px 3px  rgba(28, 26, 26, 0.4);
}
footer ul li .icon{
   width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-left: 10px;
  color:#586d6b;
  margin-top: 10px;
  text-shadow: 1px 1px 2px rgb(29, 28, 28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);          
  -webkit-backdrop-filter: blur(10px);  
  border: 1px solid rgba(255, 255, 255, 0.3); 
  
}

.btn{
    text-shadow: 3px 3px 2px rgb(29, 28, 28);
    transform: 1;
}
.btn:hover {
  transform: scale(0.95);
   box-shadow: 1px 3px 2px rgb(240, 240, 240);

}

.icon:hover{
    text-shadow: 3px 3px 2px rgb(29, 28, 28);
}

.sec4 .span{
  border-radius: 2px ;
}
/* /////////////////////////// */
.line-h {
  height: 120vh !important;
}
.content-form span {
  display: none;
}
.content-form-error span {
  display: block;
}
.content-form input:focus,
.content-form textarea:focus {
  border: 2px solid  #3f6763 !important;
  outline: none !important;
  box-shadow: 0px 0px 1px 1px  #3f6763 !important;
}
.content-form-error input:focus,
.content-form-error textarea:focus {
  border: 2px solid  #3f6763!important;
  outline: none !important;
  box-shadow: 0px 0px 1px 1px  #3f6763!important;
}
.sec6 .img2{
transition: 1s;

}

.sec6 .img2:hover{
  margin-top: 80px;

}

.glass {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.animationc{
    opacity: 0;
  transform: translatey(-80px);
  animation: change 1s ease forwards;
}
.animationc-R {
  opacity: 0;
  transform: translatey(80px);
  animation: changRightt 1s ease forwards;
}
@keyframes change {
  to {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes changRightt {
  to {
    opacity: 1;
    transform: translatey(0);
  }
}


.animation {
  opacity: 0;
  transform: translateX(-80px);
  animation: chang 1s ease forwards;
}

.animation-R {
  opacity: 0;
  transform: translateX(80px);
  animation: changRight 1s ease forwards;
}


@keyframes chang {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes changRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}