@font-face {
    font-family: Hatton-Ultralight;
    src: url(assets/fonts/Hatton-Ultralight.otf);
  }

  @font-face {
    font-family: Hatton-Medium;
    src: url(assets/fonts/Hatton-Medium.otf);
  }

  @font-face {
    font-family: Hatton-Semibold;
    src: url(assets/fonts/Hatton-Semibold.otf);
  }

.img1{
    width: 400px;
}

.img-logo{
    width:300px;

}

li{
    list-style: none;
}

header{
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}


.nav-phn li{
    color: white;
    margin-top: 50px;
    float:right
}

.sec1{
    background: url(assets/img/secimg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
   
}

.main-banner h1{
    font-family: Hatton-Medium;
    margin-top: 200px;
    font-size: 65px;
    color: #E3FF91;
    max-width: 850px;
}

.main-banner p{
   color: white;
   max-width: 850px;
}

.main-banner button{
    outline: none;
    padding: 14px 30px;
    margin-top: 30px;
    background: none;
    border: 1px solid white;
    border-radius: 2rem;
    
 }

 /* .btn1:hover{
   background-color: #35e550;
 } */



 .main-banner button a{
    color: white;
 }

 .main-banner button a:hover{
    color: white;
    text-decoration: none;
 }

.sec2{
  height: 600px;
  position: relative;
 
}

 .bg-color2{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E3FF91;
  height: 555px;
  width: 60%;
 }

 .sec2 h2{
  margin-top: 100px;
  font-family: Hatton-Medium;
  
 }



 .img2{
   width: 400px;
 }

 .sec3 h2{
  margin-top: 150px;
  font-family: Hatton-Medium;
 }












.ftrsec{
    background-color: black;
}

.ftrsec p{
    color: white;
}

.ftrsec a{
    color: white;
}

.ftr-logo{
    width: 200px;
}


.floating_btn2 {
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  .contact_icon2 {
    background-color: #42a0db;
    box-shadow: 0 0 0 0 #42a0db;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  .floating_btn {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }

  .text_icon{
    background-color: black;
    padding: 10px 30px;
    border-radius: 2rem;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }

  
  @media screen and (max-width: 1200px){
    .sec3 h2 {
      margin-top: 80px;
      font-family: Hatton-Medium;
    }
  }
  @media screen and (max-width: 992px){
    .main-banner h1 {
      font-size: 49px;
    }

    .sec2{
      /* background-color: #E3FF91; */
      height: 900px;
    }

    .bg-color2{
      
      width: 100%;
      height: 700px;
     }

     .sec3 h2 {
      margin-top: 20px;
      font-family: Hatton-Medium;
    }
  }

  @media screen and (max-width: 768px){
    .sec2{
      /* background-color: #E3FF91; */
      height: 1000px;
    }
  }

  @media screen and (max-width: 576px){
    .main-banner h1 {
      font-size: 32px;
    }

    .main-banner button {
      margin-top: 17px;
    }

    .sec1 {
      height: 450px;
    }

    .main-banner h1 {
      
      margin-top: 50px;
      
    }

    .sec2 h2 {
      margin-top: 51px;
    }
  }

