
/*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

/*on mobile*/
@media only screen and (max-width: 768px) {
    p, li{
    font-size: 16px;
}
h1{
    font-size: 35px;
    
}

h2{
    font-size: 31px;
}
h3{
    font-size: 27px;
    padding: 20px 0px;
}

 h4{
 font-size: 25px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 19px;
}

.top-header li{
        font-size: 15px;
}

.navbar-brand img{
    width: 90%;
}
/*.modal-content{*/
/*    width: 100%; */
/*    height: auto; */
/*}*/
/*---------hero------------*/
.hero-section {
    color: white;
}

.hero-section .hero-1{
   padding: 50px;
   padding-top: 75px;
}

.hero-section h2{
    font-size: 35px;
    font-weight: 1000;
}

.hero-section span{
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}

.hero-section p{
    font-size: 16px;
    font-weight: 800;
}

.hero-section .hero-2{
    height: 425px;
}

.hero-section .hero-1{
    height: 425px;
}

.slide-btns {
    margin: 20px;
}

.slide-btns a{
 color: white;
}

.slide-btns a:first-child{
    background-color: var(--second-color);
    padding: 12px 25px;
    border-radius: 5px;
    margin-right: 15px;
}
/*hero end*/
/*service*/
.service{
    background-color:#f0f4f5;
    margin: 20px 0px;
}

.service .card{
    height: 220px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    padding: 20px;
    border-radius: 8px;
    background-color: transparent;
}

.service .card:hover{
    background-color: var(--third-color);
    color: white;
    transition-delay: .2s;
    transition: all 0.9s ease;
}

.service-page h1{
    font-size: 38px;
}
/*service end*/
/*benefits*/

.sec-4-benefits .card {
    border: 2px solid black;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-top-style: solid;
    border-top-color: coral;
    border-style: solid;
    border-bottom-color: coral;
    height: 350px;
    text-align: center;
    word-spacing: 2px;
}

.sec-4-benefits .card:hover{
    border-left-color: coral; 
    border-right-color: coral;
    border-top-color: white;
    border-bottom-color: white;
    transition: all ease-in .4s;
    background-color:#98dee9;
}

/*benefits*/

/*sec-5*/
.sec-5 h2{
  font-size: 35px;
  margin: 20px 1px;
}

.sec-5 .content{
    border: 2px dashed green;
}
footer .top-footer button{
    font-size: 20px;
}

footer .social-icons a {
    font-size: 17px;
    padding: 5px; 
    border: 1px solid;
    border-radius: 50%; 
    margin: 0 4px; 
}

footer li{
    font-size: 15px;
}

/*mobile-about*/
.about-hero-section {
    color: white;
}

.about-hero-section .hero-1{
   padding: 3px;
   padding-top: 75px;
}

.about-hero-section h2{
    font-size: 35px;
    font-weight: 1000;
}

.about-hero-section span{
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    display:none;
}

.about-hero-section p{
    font-size: 16px;
    font-weight: 800;
}

.about-hero-section .hero-2{
    height: 425px;
}

.about-hero-section .hero-1{
    height: 425px;
}
/*our services*/
.services-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
}

.service-item {
    width: 20rem;
    margin: 1rem;
    padding: 10px;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.1s linear;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 3px 3px 10px 0px rgb(0, 0, 0, 0.1);
}
/*our service end*/
/*service-page*/

.service-page h5{
    font-size: 19px;
    font-weight: 700;
}
.service-page .form{
   background-color: #fff;
   padding: 20px 20px;
   box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 60%); 
   width: 95%; 
   margin: 0px auto;  
}
.service-page .form form input{
    margin: 15px 0px;
    box-shadow: 1px solid white ;
}
.service-page button{
    background-color: var(--second-color);
    padding: 5px 9px;
    border-radius: 4px;
    margin-right: 11px;
    border: none;
    color: white;
}

/*contact-page*/
 .contact-form .wrapper header{
    text-align: center;
  }
  .contact-form .wrapper form{
    margin: 35px 20px;
  }
  .contact-form form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  .contact-form form .dbl-field .field{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  .contact-form form .message textarea{
    resize: none;
  }
  .contact-form form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .contact-form .button-area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .contact-form .button-area span{
    margin: 20px 0 0;
    text-align: center;
  }

/*cities-pages*/

.cities .hero {
    padding: 0px !important;
    border-radius: 0 !important;
}
.cities .hero .slide-content h2{
    font-weight: 400 !important;
}

.cities .hero .slide-btns a{
    padding: 3px 10px;
}

/*--------------hero section start-----------*/
.cities-page-hero{
  height: 360px;
}
.cities-page-hero h1{
    font-size: 41px;
letter-spacing: 5px;
}

/*--------------hero section end-----------*/

/*mobile end */
}


@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .pulse {
    animation: pulse 4s;
  }



  