*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#nav-container {
    display: flex;
    width: 100%;
  }
  
  .navbar {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
  }
  
  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-weight: 600;
  }
  
  .nav-item {
    margin: 0 15px;
  }
  
  .navbar-brand img {
    width: 130px;
  }
  
  .navbar-toggler {
    border-color: transparent;
  }
  
  .nav-link {
    color: black;
    padding: 8px 15px;
  }
  
  .nav-link:hover {
    color: white;
    border-radius: 5px;
  }
  
  .nav-item .btn-book {
    background-color: #009E9A;
    padding: 5px 15px;
    color: white;
    border: none;
  }
  
  .nav-item #number {
    color:  #009E9A;
    font-size: large;
  }
  
  /* banner 1 */
  .banner1{
    background-image: url('Skyrope/Banner.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .banner1 h1{
    font-size: 4rem;
  }
  .banner1 .banner-text{
    font-size: 1.59rem;
  }

  .banner1 .btn1{
    background-color: white;
    padding: 15px 30px;
    border: none;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .banner1 .box{
    background-color:#214570;
    padding: 30px 45px;
    border-radius: 10px;
  }
 .form-title{
   margin-top: 20px;
 }
 .banner1 form input,select{
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px;
  color: white;
 }
 .banner1 form input,select:focus{
  outline:none;
 }
 .banner1 option{
  color: black;
 }

 .box ::placeholder{
  color: white;
 }

 .submit-btn{
     padding: 12px 60px;
     font-size: 1.4rem;
     font-weight: 600;
     border-radius: 10px;
     border: none;
     background-color:FCA62D;
 }


 @media (max-width:920px){
  .submit-btn{
    font-weight: 400;
    font-size: 1rem;
    padding: 9px 40px;
  }
  .banner1 .number{
    font-size: 15px;
  }
 }



 /* section 2 */

 .sec2-title{
  font-weight: bold;
 }

 .sec2-para{
  line-height: 28px;
 }
 .sec2-btn a{
  text-decoration: none;
  
 }
 .sec2-btn button{
   border:none;
   background-color: transparent;

 }
 .readmore{
  padding: 13px 22px;
  background-color: #009E9A;
  border-radius: 10px;
  color: white;
  font-size: 1.2rem;
 }
 .getquote{
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid black;
  color: black;
 }
 .sectiontext .readmore:hover{
  color: white;

 }
 .sectiontext .getquote:hover{
  color: black;

 }
 @media (max-width:780px){
  .readmore{
    padding: 8px 15px;
    background-color: #009E9A;
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
   }

 }
 /* section 3 text over the image */



 .sec3-img {
  height: 450px; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white; 
  padding: 20px; 
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec3-img p{
  font-size: 1.1rem;
}

.sec3-getqoute {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  border: 2px solid white;
  display: inline-block; 
  padding: 10px 20px;
  white-space: nowrap;
  align-self: flex-start; 
}

.sec3-getqoute:hover{
  color: white;
}

.sec3-img {
  transition: all 0.3s ease-in-out;
}

.sec3-img:hover {
  cursor: pointer;
  transform: scale(1.03); 
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1); 
}



/* section 4 */

.sec4-title{
  font-size: 2.8rem;
}

.sec4-para{
  font-size: 1.15rem;
}
.sec4-knowMore{
  text-decoration: none;
  color: white;
  background-color: #009E9A;
  padding: 13px 25px;
  border-radius: 8px;
}
.sec4-knowMore:hover{
  color: white;
}

.sec4-img img {
  transition: transform 0.3s ease-in-out;
}

.sec4-img img:hover {
  cursor: pointer;
  transform: scale(1.1); 
}

/* section 5 clients */

.sec5-title{
  font-weight: bold;
  display: inline;
  border-bottom:2px solid black;
}


/* section 6 */
.sec6-img {
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
}


.sec6-title{
  display: inline-block;
  border-bottom: 2px solid white;
}
.sec6-imagebox{
 padding: 45px 0 35px 0;
  
}
.sec6-rev{
  line-height: 25px;
}

/* footer */
.footer-nav a{
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.footer-nav a:hover{
  color: black;
}