@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&family=Prata&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: 'Prata', serif;
color: #fff;
}

.container{
  width:80%;
  margin:auto;
  overflow:hidden;
  }


a {
    text-decoration: none;
  color: #000;

  }
  
  ul {
    list-style: none;
  }
  

/* Header/Navbar */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* text-transform: uppercase; */
    height: 80px;
    padding: 0 100px;
  background: #fff;

  }

/* Logo */
.logo {
    width: 200px;
    height: auto;
  }
  
  .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Desktop Menu */
.desktop-main-menu {
  margin-right: 50px;
}

.desktop-main-menu ul {
  display: flex;
}


.desktop-main-menu ul li {
  position: relative;
  margin-right: 30px;
  padding-bottom: 2px;
}

/* Menu item bottom border */
.desktop-main-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: right center;
}

.desktop-main-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
  transition-duration: 0.4s;
}

/* Sections */
section {
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* text-transform: uppercase; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-inner {
  position: absolute;
  /* bottom: 200px;
  left: 150px; */
  /* max-width: 560px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.section-inner h2 {
  font: 18px/2  Helvetica, sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 300;
  animation: fadeInUp 0.5s ease-in-out;
}

.section-inner h4 {
  font-size: 60px;
  font-weight: 700;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both; 
}

.section-inner a {
  animation: fadeInUp 0.5s ease-in-out 0.4s;
  animation-fill-mode: both; 
}

/* Background images */
.section-a {
  background-image: url('../img/bgimg.png');
}

.section-b {
  color: #000;

}

.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 130px;
  padding: 15px 50px;
  margin-top: 20px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  z-index: 2;
  color: #fff;
}


.btn:hover span {
  color: #000;
}

.btn .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  z-index: -1;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover .hover {
  transform: translateY(0);
}

#about{
  margin: 50px 0;
  padding: 70px 0;
  color: #000;
}

/* .infowrap{
  border-top: 2px solid #1d3f3e;
padding-top: 20px;
} */
  .aboutimage{
    float: right;
    width: 45%;
    padding: 0;
  }

  .aboutimage img{
   max-width: 100%;
  }

  .aboutcontent{
    float: left;
    width:45%;
    margin-top: 30px;
  }
  
  .aboutcontent h1{
    font-size: 40px;
    margin-bottom: 20px;

  }
  
  .aboutcontent p{
    font: 18px/2  Helvetica, sans-serif;
    font-weight: 100;


  }
 
  

  #services{
  margin-top: 70px;
  padding: 70px 0;
    color: #000;
    background-color: #F5F3F1;
  }
  
  /* .infowrap{
    border-top: 2px solid #1d3f3e;
  padding-top: 20px;
  } */
    .serviceimage{
      float: left;
      width: 45%;
    }


    .serviceimage img{
     max-width: 100%;
    }
  
    .servicecontent{
      float: right;
      width:45%;
      margin-top: 60px;
    }
    
    .servicecontent h1{
      font-family: Helvetica;
      font-weight: 400;
      font-size: 26px;
      margin-bottom: 10px;
  
    }

    .service1{
      margin-bottom: 50px;

    }
    
    
    .servicecontent p{
      font: 18px/1.5  Helvetica, sans-serif;
      font-weight: 100;
      color: #333333;
  
    }
   

    .boxestitle{
      margin-top: 30px;
      margin-bottom: 60px;
    }
  
    .boxestitle h1{
    font-family: poppins 'Josefin Sans';
    font-size: 50px;
    text-align: center;
    line-height: 0.6;
    
    }

    #specification{
      background-image: url('../img/bna.png');
      height: 320px;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
   
  
      }
  

    .speccontent p{
      /* margin-top: 60px; */
      padding-top: 100px ;
      padding-bottom: 30px ;
     text-align: center;
      font-family: Helvetica;
      font-size: 18px;
       color: #fff;
    }
  
    .speccontent h1{
    /* padding: 150px ; */
    /* font-family: poppins 'Josefin Sans'; */
    font-size: 50px;
    text-align: center;
    line-height: 0.6;
    }


    #booking{
      margin-top: 70px;
      padding: 70px 0;
        color: #000;
        background-color: #fff;
      }

      .bookingform{
        float: left;
        width: 45%; 
    }

    .bookingform img{
      max-width: 100%;
  }

    .benefit{
      margin-top: 60px;
    }

    .benefitheading{
      float: right;
      width:45%;
      margin-top: 60px;
    }
  
    .benefitheading h1{
      font-family: Helvetica;
      font-weight: 400;
      font-size: 26px;
      margin-bottom: 10px;
    }

    .benefitheading p{
      font: 18px/1.5  Helvetica, sans-serif;
      color: #333333;
      font-weight: 100;

  
    }

    .biconsection{
      margin-top: 60px;
    }

    .iconrow1{
      width: 80%;
      justify-content: space-between;
      padding-bottom:  80px;
      margin-bottom:  80px;
    }

    .iconrow1 h4{
      font: 18px/1.5  Helvetica, sans-serif;
      color: #333333;
      font-weight: 300;
    }

    .ir{
      width:45%;
    }

    

    .icon1{
      float: left;
     

    }
    .icon2{
      float: right;
    }
  



    #contact{
      margin-top: 70px;
      padding: 70px 0;
        color: #000;
        background-color: #F5F3F1;
      }

      .contactform{
        float: right;
        width: 45%;
      }


    .contactcontent{
      float: left;
      width:45%;
      margin-top: 60px;
    }
    
    .contactcontent h1{
      /* font-family: Helvetica; */
      font-size: 34px;
      margin-bottom: 10px;
  
    }

    .contactch{
      margin-bottom: 50px;

    }
    
    
    .contactcontent p{
      font: 18px/1.5  Helvetica, sans-serif;
      color: #333333;
      font-weight: 100;

  
    }
   






    .quote {
      margin: 50px 0;
      /* border: 2px solid #1d3f3e; */

   
        display: grid;
        grid-gap: 1em;
        grid-template-columns: 45% 45%;
    
      
          display: block;
          width: 100%;
      
    }

    .message{
      /* display: grid; */
      grid-gap: 1em;

      /* display: block; */
      width: 90%;
  
  }

    .message input, textarea{
      width: 100%;
      padding: 15px;
      /* border-radius: 10px; */
      border: 1px solid #dadada;
      border-radius: 2px;
      margin: 10px 0;
  
  }
  
  .message label{
    font: 25px poppins bold;
    margin: 5px;
}

.message textarea{
  height: 200px;
}

.button_2{
  height: 48px;
  background: #1576A8;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.message button{
  width: 100%;
 

  /* border-radius: 10px; */
  border: 0 solid #1d3f3e;
  border-radius: 4px;

}

.contactaddress{
  margin-top: 20px;
}
.contactitem{
  margin-top: 20px;
}



    /* .footer {
      background-color: var(--background_color_two);
  }
  
  .footer_inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4.375rem 0;
  } */


  footer{
    padding:20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #1576A8;
    text-align: center;
  
  }
  




@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(140px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }

  40% {
    opacity: 1;
    transform: translateY(0);
  }
}




/*	----------------------------------------------------------
	Home responsive
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media(max-width: 850px){
  /* header #branding,
  header nav,
  header nav li{
    float: none;
    text-align: center;

  } */
  .contactform,
  .contactcontent,
  .aboutimage, 
  .aboutcontent,
   .aboutimage img,
   .serviceimage, 
   .servicecontent,
    .serviceimage img,
    .bookingform, 
    .benefit,
    .benefitheading,
     .bookingform img
   {
    float: none;
    width: 100%;
  }



  .program,
  .wrapper
  {
    display: block;
    
  }

  .wrapper img{
    margin: 10px 0;
  }
  
  .listitems,
  .article{
    display: block;
    width: 100%;
  }

  /* .event-bar,
  .event-bar-text,
  .event-text,
   {
    display: block;
    width: 100%;
    margin: 5px;
  } */

  .er,
  .er img{
    display: block;
    width: 100%;

  }

  .quote{
    display: block;
    width: 100%;
  }
  .message{
    display: block;
    width: 90%;

}
}

/* Media Queries */

@media (max-width: 960px) {
  /* Hide desktop menu */
  .desktop-main-menu {
    display: none;
  }

  /* Show main mobile items */
  .mobile-only {
    display: block;
  }

  .section-inner-center h3 {
    font-size: 75px;
  }
}

@media (max-width: 600px) {
  .section-inner {
    bottom: 75px;
    left: 20px;
  }

  .section-inner h2 {
    font-size: 40px;
  }

  footer ul li:first-child {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  footer ul li {
    margin-right: 15px;
  }

  .logo {
    width: 150px;
    margin: auto;
  }

  .section-inner-center h3 {
    font-size: 50px;
  }

  /* Stats */
  .stats {
    flex-direction: column;
  }

  .stats div {
    margin-bottom: 20px;
  }
}
