#btnwhatsapp{
  background-color: #25D366;
}


/*** Start Floating Mango Banner ***/
.floatingmango {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: 1;
  position:relative;
  /* margin-top:-270px; */
}

/*** End Floating Mango Banner ***/

/*** Start Floating Animation ***/
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
    position:relative;
    margin-top: -190px;
}


@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
/*** End Floating Animation ***/



.myfont{
    font-family: 'Berkshire Swash', cursive;
}

.mytextbox {
    margin-top:-190px;
}

.myfontsize {
    font-size : 66px;
    /* line-height: 110px; */
}



/*** Start Section Background ***/

#section3{ 
    background-repeat: no-repeat; 
    background-size: cover; 
}

/*** End Section Background ***/



/*** Start Side Navigation Menu ***/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: linear-gradient(120deg, rgba(255,180,24,1) 0%, rgba(243,101,47,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 25px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;

  }  

/*** End Side Navigation Menu ***/
 
.copyright { text-align: center!important; }


/*** Start Top Function ***/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 15;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #F3652F;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  #myBtn:hover {
    background-color: #dd5722;
  }
/*** End Top Function ***/




/*********************** Start Media Break Points ***********************/

/* Start Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
    
    #section3 { background-repeat: no-repeat; background-size: cover; }

    .copyright { text-align: center!important; }


/*** Start Side Navigation Menu ***/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: linear-gradient(120deg, rgba(255,180,24,1) 0%, rgba(243,101,47,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 25px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;

  }  

/*** End Side Navigation Menu ***/

/*** Start Top Function ***/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 15;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #F3652F;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  #myBtn:hover {
    background-color: #dd5722;
  }
/*** End Top Function ***/
    
 }

/* end Small devices (landscape phones, 576px and up) */


/* Start Medium devices (tablets, 768px and up) */

@media (min-width: 768px) { 
    
    #section3{ background-repeat: no-repeat; background-size: cover; }

    .copyright { text-align: center!important; }

    /*** Start Side Navigation Menu ***/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: linear-gradient(120deg, rgba(255,180,24,1) 0%, rgba(243,101,47,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 25px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;

  }  

/*** End Side Navigation Menu ***/

/*** Start Top Function ***/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 15;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #F3652F;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  #myBtn:hover {
    background-color: #dd5722;
  }
/*** End Top Function ***/

 }

/* End Medium devices (tablets, 768px and up) */


/* Start Large devices (desktops, 992px and up) */

@media (min-width: 992px) { 
    
    #section3{ background-repeat: no-repeat; background-size: cover; }

    .copyright { text-align: center!important; }

    /*** Start Side Navigation Menu ***/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: linear-gradient(120deg, rgba(255,180,24,1) 0%, rgba(243,101,47,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 25px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;

  }  

/*** End Side Navigation Menu ***/

/*** Start Top Function ***/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 15;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #F3652F;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  #myBtn:hover {
    background-color: #dd5722;
  }
/*** End Top Function ***/

 }

/* End Large devices (desktops, 992px and up) */


/* Start Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { 
    
    #section3{ background-repeat: no-repeat; background-size: cover; }

    .copyright { text-align: center!important; }

    /*** Start Side Navigation Menu ***/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: linear-gradient(120deg, rgba(255,180,24,1) 0%, rgba(243,101,47,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 25px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;

  }  

/*** End Side Navigation Menu ***/

/*** Start Top Function ***/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 15;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #F3652F;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  #myBtn:hover {
    background-color: #dd5722;
  }
/*** End Top Function ***/

 }

/* End Large devices (desktops, 992px and up) */