/* ================================*/
   /* BASIC SETUP */
/* ================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family: 'Titillium Web',sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.3;
}
/* ================================*/
   /*REUSEABLE COMPONENTS */
/* ================================*/
.row{
    max-width: 114rem;
    margin: 0 auto;
}

/* section{
    padding: 8rem;
} */
ul li{
    list-style: none;
}

   /* HEADER */
   
   h1{
    font-size: 4.2rem;
    color: white;
   }

   h2{
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
   }

   h3{
    font-size: 2.4rem;
    font-weight: 600;
   }
   h4{
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 2.5rem;
   }
   .box{
    padding: 1%;
   }

   .box p{
    font-size: 1.6rem;
    font-weight: 300;

   }

   .clearfix::after{
    content:"";
    display:block;
    clear: both;
    height: 0;
    visibility: hidden;
   }

 
   /* paragraph */
 .little-description{
    font-size: 1.8rem;
    width: 60%;
    margin: 0 auto;
    line-height: 3rem;
 }

    

/* ================================*/
   /* SERVICES SECTION*/
/* ================================*/
.services-section{
    color:#fff;
    text-align: center;
    background: linear-gradient(#17c2a3d0,#17c2a3d0), url(img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 105vh; */
}

.service-icon{
    height: 12rem;
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
}


/* ================================*/
   /*FOOTER SECTION*/
/* ================================*/
.footer-section{
    padding-top: 1rem;
    height:auto;
    background:#1e2d46;
    padding: 0;
}
  .po{
    color:#e4d1d1;
    font-size: 2rem;
  }

  .footer-icon{
    font-size: 2.5rem;
    padding: 1rem;
  }
  .footer-link{
    text-decoration: none;
    color: #e4d1d1;
  }
  .footer-icon:hover{
      transform: scale(1.2) rotate(10deg); 
  color: #ff4c4c; /* Hover color */
  text-shadow: 0 0 10px rgba(255, 76, 76, 0.8);
  }
/* ================================*/
   /*COPY-RIGHT SECTION*/
/* ================================*/
.copyright-section{
    background:#38455b;
    text-align: center;
    padding: 1rem;
}

.p-copyright{
    font-size: 2rem;
    color:#dccece;
}




/* HOME MORE BUTTON */

.search-p{
  text-align: left;
}
.more-btn{
  color: white;
  padding: .3rem;
  border: .1px solid black;
  border-radius: .6rem;
  text-decoration: none;
}
.more-bttn{
  color: white;
  padding: .3rem;
  border: .1px solid black;
  border-radius: .6rem;
  text-decoration: none;
}

/* ================================*/
   /* ABOUT SECTION*/
/* ================================*/
.about-section{
    padding: 2rem;
    margin-top: 7.2rem;
    color:#fff;
    text-align: center;
    background: linear-gradient(#5a6563d0,#5a6563d0), url(img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 105vh;
}
.h3-abt{
    padding-bottom: 1rem;
}
.h3-abt2{
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.p-abt{
    font-size: 1.5rem;
}.p-abt2{
    font-size: 1.5rem;
}
/* ================================*/
   /*CONTACT SECTION*/
/* ================================*/
.contact-section{
    margin-top: 8.8rem;
    background: linear-gradient(#3c5399da,#3c5399da) ,url(img/bg8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}
.contact-section form{
    margin-top: 5rem;
    width: 70%;
    margin-left: 15%;
}
.fon{
    background: #273a71;
    border: .1rem solid #273a71;
    width: 100%;
    padding: 1.5rem;
    border-radius: .5rem;
    font-size: 1.8rem;
    margin: .5rem 0;
    color: #fff;
}
.contact-section form ::placeholder{
    color: #fff;
    opacity: 1;
}
.btn-submit{
    background: #30bae7;
    color:#fff;
    border: 0;
}

/* ================================*/
   /* BUS ROUTE SECTION*/
/* ================================*/
.rout-section{
    padding: 2rem;
    margin-top: 7.2rem;
    color:#3c3535;
    text-align: center;
    /* background: linear-gradient(#5a6563d0,#5a6563d0), url(img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    height:auto;
}

/* ================================*/
   /* WELCOME SCREEN */
/* ================================*/

    #welcome-screen {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(to top, #cceeff, #ffffff);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      animation: fadeOut 1s ease-in-out 1s forwards;
    }

    @keyframes fadeOut {
      to {
        opacity: 0;
        visibility: hidden;
      }
    }

    h1.welcome-text {
      font-size: 3.2rem;
      color: #00796b;
       margin-bottom: 55vh;
      margin-bottom: 60px;
    }

    .bus {
      width: 220px;
      position: absolute;
      bottom: 50px;
      left: -250px;
      animation: drive-right 4s linear forwards;
      background-color: #cceeff;
    }

    @keyframes drive-right {
      0% { left: -250px; }
      100% { left: 110%; }
    }

    /* Main content */
    #main-content {
      display: none;
      padding: 30px;
      animation: fadeIn 1s ease-in-out forwards;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }




    