@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Albert Sans', sans-serif;
}
body{
    background-image: url(/images/tp244-bg1-02.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; 
    
}
ion-icon{
    color: rgb(255, 255, 255);
    font-size: 1.4em;
    font-weight: 500;
}
.nav-item .nav-link{
    color: #111;
    font-weight: 500;
    font-size: 1.2em;
}
.logo{
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
    font-weight: 600;
}
.head{
    font-size: 2em;
    font-weight: 600;
    /* color: red; */
}
.card-title{
    font-size: 1.5em;
    font-weight: 700;
}
.card-text{
    color: rgb(61, 61, 61);
}
.button{
    background-color: red;
    color: #fff;
    padding: 5px 30px 5px;
    text-decoration: none;
    /* border-radius: 10px; */
    border: 2px solid white;
    border-radius: 10px;
}
.card{
    border: 1px solid rgb(255, 217, 217);
}
.swiper-button-next,
.swiper-button-prev {
    border: 2px solid black;
    padding: 2em;
    color: red;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: white; /* Change this to the desired arrow color */
}
.sub-head{
    color: rgb(61, 61, 61)
}

.counter-section i { display:block; margin:0 0 10px}
.counter-section span.counter { font-size:40px; color:#000; line-height:60px; display:block; font-family: "Oswald",sans-serif; letter-spacing: 2px}
.counter-title{ font-size:12px; letter-spacing:2px; text-transform: uppercase}
.counter-icon {top:25px; position:relative}
.counter-style2 .counter-title {letter-spacing: 0.55px; float: left;}
.counter-style2 span.counter {letter-spacing: 0.55px; float: left; margin-right: 10px;}
.counter-style2 i {float: right; line-height: 26px; margin: 0 10px 0 0}
.counter-subheadline span {float: right;}  

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
} 

/* .container{
    margin-top:200px;
} */

.map-responsive {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    height: 300px;
    /* box-shadow: 2px 2px 10px 2px rgb(255, 255, 255); */
  }
  
  .map-responsive iframe {
    left: 0;
    top: 0;
    padding: 1em 1em 1em;
    height: 100%;
    width: 100%;
    position: absolute;
  }

.help{
    font-size: 1em;
    font-weight: 500;
}

.gooey{
    background-image: linear-gradient(120deg, #34e0f0 0%, #b400ff 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 150px; height: 144px;
    animation: morph 3s linear infinite; 
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
  }
  .gooey:before,
  .gooey:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0; top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, rgba(0,67,255,.55) 0%, rgba(0,103,255,.89) 100%);
  }
  
  .gooey:before{
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
  }
  
  .gooey:after{
    animation: morph 3s linear infinite;
    animation-delay: 400ms;
    opacity: .89;
    content: "";
    line-height: 120px;
    text-indent: -21px;
  }
  
  @keyframes morph{
    0%,100%{
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    34%{
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
      transform:  translate3d(0,5px,0) rotateZ(0.01deg);
    }
    50%{
      opacity: .89;
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    67%{
      border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
      transform: translate3d(0,-3px,0) rotateZ(0.01deg);
    }
  }
  
  /* @keyframes fadeIn{
    100%{
      transform: scale(1.03);
      opacity: 0;
    } */
    #mybutton {
      position: fixed;
      bottom: 400px;
      right: 0px;
      z-index: 10;
    }
    .feedback {
      background-color :  #04cc25;
      color: whitesmoke;
      padding: 15px 10px 5px;
      font-size: 25px;
      border-radius: 5px;
      text-align: center;
      justify-content: center;
      border: none;
      text-decoration: none;
      
    }
    .feedback:hover{
      font-family: "Poppins", sans-serif;
      background-color:#04aa04;
      color: whitesmoke;
  }
  .fa-brands{
    color: white;
    font-size: 1.5em;
    cursor: pointer;
   
  }
  .modal-backdrop {
    z-index: -1;
  }