/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4. fade-in
5.  About me 
6.  Profiles
7. Contact

/*-------------------------------------
        1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    color: #676a81;
    background: #fff;
    max-width:1920px;
    margin:0 auto;
    overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
    display:inline-block;
    text-decoration:none;
    color: #6a708e;
    font-size:16px;
    padding:0;
}
h1,h2,h3,h4,h5,h6 { 
    margin: 0;
    color:#43485c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
p {
    margin: 0;
    line-height:1.8;
    color:#43485c;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
    list-style: none;
    
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
    position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
@media (min-width: 1024px){}

/*WARNA NAVBAR D ATAS*/
nav.navbar.bootsnav.no-background { 
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 2px 50px rgba(0,0,0,.2);
}

/*.------------------------------navbar-logo-HDROMAS------------------------------*/
.navbar-header {
    display: flex;
    align-items: center; /* Pusatkan logo dan teks secara vertikal */
    gap: 10px; /* Bwerikan jarak */
  }
.navbar-logo{
    display: block;
}

.navbar-header img {
    width: auto; /* Sesuaikan lebar */
    height: 50px; /* Sesuaikan tinggi */
    margin-right: 10px; /* Jarak antara logo dan teks */
    vertical-align: middle; /* Posisikan logo sejajar dengan teks */
  }
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #59e346;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    text-transform: uppercase;
    
    /* gradient text */
    background: linear-gradient(to right, #59e346, #cbe346, #e39246, #59e346);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


     /* Animasi */
     will-change: background, transform;
     animation: animate-gradient 3s linear infinite, 
     text-move 1.5s ease-in-out infinite alternate;
}
/* Animasi Gradient Bergerak */
@keyframes animate-gradient {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 200%;
    }
}

/* Animasi Teks Geser */
@keyframes text-move {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}

/*=============================================================================================*/
/*warna pada navbar home, profle dan kontak saat scroll*/
/*=============================================================================================*/
nav.navbar.bootsnav ul.nav > li > a {padding: 30px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color:#59e346;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}


/*.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#6a708e;}*/
/*.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a {color: #59e346;}*/
/*.nav li*/

/*=============================================================================================*/


/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
/* .menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
} */
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #59e346;
}
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #59e346;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #59e346;}
/*.navbar-toggle */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/about/gardening.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:rgba(31,44,108,.65);
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}
.header-text h2 span {color: #59e346;}
.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #b636ff;
    border:1px solid #b636ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#9f00ff;border: 1px solid #9f00ff;}
/*.header-text-area*/

/*--------------------------------------------------------------------------
        4.  fade-in
---------------------------------------------------------------------------*/
.fade-in {
    opacity: 0; /* Konten dimulai dengan transparan */
    transform: translateY(20px); /* Sedikit bergeser ke bawah */
    transition: opacity 1s ease-out, transform 1s ease-out; /* Transisi untuk efek */
}

.fade-in.show {
    opacity: 1; /* Konten terlihat */
    transform: translateY(0); /* Tidak ada pergeseran */
}



/*--------------------------------------------------------------------------
        5.  About
---------------------------------------------------------------------------*/
.about {padding: 100px 0 100px;}
.about-content {padding-top: 100px;}

.tentang-saya{
    font-size: 25px;
}
/*.single-about-txt*/
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}
.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
    border-bottom: 1px solid #999fb3;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}
/*.single-about-txt*/

/*.single-about-img */
.single-about-img{position: relative;box-shadow: 0 5px 20px rgba(14,25,80,.30);}
.single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;

    background: rgba(0,44,108,.3);
}
.single-about-img img {
    max-width: 500px;
    height: 350px;
}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 109%;
    height: 90px;
    background: #1f2c6c;
}
/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}
.about-list-icon  ul li a {
    padding-right: 22px;
    cursor:pointer;
    color: #fff;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.about-list-icon ul li a i {
    margin-left: 6px;
}
/*.ab-list-icon */

/*.single-about-img */


/*--------------------------------------------------------------------------
                             8. Profiles
---------------------------------------------------------------------------*/
.profiles {
    padding:  50px 0 50px;
    font-size: 25px;
    margin: 0 0 0;
}

/*.profiles-content {padding-top: 80px;}*/
.profiles-content .col-sm-3{padding:0;}
.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.single-profile {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: 1px solid #b2c1ce;*/
    overflow:hidden;
    -webkit-transition:background 0.5s linear; 
    -moz-transition:background 0.5s linear; 
    -ms-transition:background 0.5s linear; 
    -o-transition:background 0.5s linear; 
    transition:background 0.5s linear;
}

/*profile-img dan .profile-img img untuk sesuaikan ukuran gampar */
.profile-img {
    display: flex;
    flex-direction: column;
    padding: 10px;
/*    align-items: center;
    text-align: center;*/
}

.profile-img img {
    width: 100%; /* Gambar akan mengikuti lebar elemen pembungkus */
    aspect-ratio: 2 / 3; /* Memastikan gambar berbentuk persegi */
    object-fit: cover; /* Memotong gambar agar memenuhi elemen */
    overflow: hidden; /* Memastikan elemen anak yang keluar dari batas terpotong */
}

.profile-img label {
    margin-top: 20px; /* Memberikan jarak antara gambar dan label */
    font-size: 16px; /* Opsional: mengatur ukuran teks label */
    font-weight: bold; /* Opsional: membuat teks label tebal */
}

.profile-img p{
    color: #999fb3; /* Warna abu-abu */
    font-size: 14px; /* Ukuran font (opsional) */
    line-height: 1.5; /* Memberikan jarak antar baris teks (opsional) */
    margin: 0 0 50px;
}


.carousel-inner {
    width: 100%; /* Memastikan carousel menggunakan lebar penuh */
    height: 500px; /* Atur tinggi carousel */
}

.carousel-item img {
    width: 100%; /* Gambar memenuhi lebar carousel */
    height: 100%; /* Gambar memenuhi tinggi carousel */
    object-fit: cover; /* Gambar akan disesuaikan tanpa merusak proporsi */
}
.mylogo{
    color: #e9ecef;
    font-size: 16px;
    margin-top: 0;
}

/*.profile-icon-name {
    text-transform: capitalize;
    color: #636a82;
    font-size: 16px;
}*/
/*.single-profile.profile-no-border{border-right:transparent;}
.profile-border {
    border-bottom: 1px solid #b2c1ce;
}*/
/*.single-profile-overlay{
    display:flex;
    align-items:center;
    text-transform: capitalize;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width:100%;
    height: 100%;
    background: #59e346;
    background: -moz-linear-gradient(left, #59e346 0%, #b636ff 100%);
    background: -webkit-linear-gradient(left, #59e346 0%,#b636ff 100%);
    background: linear-gradient(to right, #59e346 0%,#b636ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59e346', endColorstr='#b636ff',GradientType=1 );
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}*/
/*.single-profile:hover .single-profile-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}
.single-profile:hover .profile-icon-name,.single-profile:hover .profile-txt a>i{color: #fff;}
.single-profile:hover .profile-border {border:transparent;}
*/

/*--------------------------------------------------------------------------
               kata customer
--------------------------------------------------------------------------*/
.customer-container {
    background-color: #f9f9f9;
    padding: 70px 0;
    display: flex;
    flex-direction: column; /* Agar h3 dan gambar stack vertikal */
    justify-content: center; /* Vertical center */
    align-items: center; /* Horizontal center */
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  
}

.customer h3 {
    font-size: 25px;
    margin-top: 100px;
    margin-bottom: 50px;
    color: #333;

}


/* Styling Carousel */
.carousel {
    position: relative;
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 3%;
    overflow: hidden;
    border-radius: 5px;
   
}
/* Wrapper untuk slide agar bisa digeser */
.carousel-inner {
    display: flex;
    transition: transform 1s ease-in-out;
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-radius: 1px;
    min-width: 100%;
    transition: opacity 5s ease-in-out;
}


.slide.active {
    display: block;
}

.client-img {
    width: 100%;
    height: 50%;
    aspect-ratio: 2 / 3; /* Memastikan gambar berbentuk persegi */
    object-fit: cover; /* Memotong gambar agar memenuhi elemen */
    overflow: hidden; /* Memastikan elemen anak yang keluar dari batas terpotong */
    border-radius: 5px;

}

.testimonial-text {
    padding: 20px;
    font-size: 16px;
    color: #333;
    border-style: none;
}

.testimonial-text p {
    font-style: italic;
    margin-bottom: 12px;
}

.client-name {
    font-weight: bold;
    color: #555;
}

/* Styling Tombol Navigasi */
.prev, .next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color:  #59e346;
    color: #fff;
    border: none;
    padding: 15px;
    cursor: pointer;
    border-radius: none;
    font-size: 1.5rem;
    transition: background-color 0.2s ease;
}

.prev:hover, .next:hover {
    background-color:  #25641d;
}

.prev {
    left: 1px;
}

.next {
    right: 1px;
}






/*-------------------------------------------------------------------------
        11. Contact
---------------------------------------------------------------------------*/
.contact {
    background: #ebeaea;
    padding: 100px 0 100px;

}

.contact-me{
     font-size: 25px;
     
}

.single-contact-box {padding-top: 100px;}
.contact-form  .form-group {
    margin-bottom: 20px;
    
}

/*mengatur inputan text*/
.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: #fff;
    color: #636a82;
    resize: none;
}

/* CSS pada form select sayuran============================================================ */
.contact-form .form-select {
    padding: 14px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: #fff;
    color: #8f93a1;
    resize: none;
    width: 100%;
    margin-bottom: 25px;
}
select.form-select {
    text-align: left; /* Ubah dari center ke left */
    text-align-last: left; /* Untuk browser modern */
    -moz-text-align-last: left; /* Untuk Firefox */
    display: block; /* Jangan gunakan flex untuk select */
    align-items: center; /* Tidak perlu untuk select */
    color: black;
    padding: 10px; /* Tambahkan padding agar teks tidak terlalu rapat */
}

/* Memastikan opsi terlihat */
select.form-select option {
    color: black; /* Pastikan teks dalam opsi tetap terlihat */
    background: white; /* Warna latar belakang opsi */
    padding: 5px; /* Ruang tambahan untuk visibilitas */
}

/*akhr form select sayuran==================================================================*/



/*--contct button--*/
.contact-form .single-contact-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    text-transform:capitalize;
    margin-top: 3px;
    background: #59e346;
    border: 1px solid #59e346;
    cursor:pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}


/*nama pesan ke wa*/
.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    border-radius: 0px;
    font-size:14px;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}
/* Efek Hover */
.single-contact-btn:hover {
    border: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    
    /* Gradient Animasi */
    background: linear-gradient(to right, #59e346, #cbe346, #e3a446, #cbe346, #59e346);
    background-size: 200%;
    
    animation: animate-gradient 2s linear infinite;
}

/* Efek untuk Mobile (Saat Tombol Ditekan) */
.single-contact-btn:active,
.single-contact-btn:focus {
    background: linear-gradient(to right, #59e346, #cbe346, #e39246, #59e346);
    background-size: 200%;
    animation: animate-gradient 2s linear infinite;
}


/* Keyframes untuk Gradient Bergerak */
@keyframes animate-gradient {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 200%;
    }
}


/*--contact button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size:  24px;
    color:  #3c4258;
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  #636a82;
    font-weight:  300;
    margin-top:  6px;
}
/* contact-adress */

/*.contact-add-info */
.contact-add-info { margin: 42px 0 52px;}
.single-contact-add-info h3 {
    color:  #636a82;
    font-weight:  500;
}
.single-contact-add-info p {
    color:  #999fb3;
    font-size:  16px;
    margin-top:  18px;
}
.single-contact-add-info {
    margin-bottom:  26px;
    flex-direction: row;
}
.social-icons {
    display: flex; /* Ikon sejajar */

    gap: 15px; /* Beri jarak antar ikon */
    margin-top: 10px;

}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #999fb3;
    margin-top: 18px;
    margin-bottom: 26px;
    font-size:  20px;
    padding: 5;
    border-radius: 100%;


}
 
.social-icons a:hover {
    color: #59e346;
}



/*.contact-add-info */

/*hm-foot-icon*/
/* .hm-foot-icon {
   
} */
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #636a82;
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #b636ff;
}/*hm-foot-icon*/

.hm-footer-copyright p{
    color: #888ea5;
    text-transform: capitalize;
    padding: 38px 0;
}
.hm-footer-copyright p a {color: #888ea5;}

input[readonly] {
    background-color: #e9ecef; /* Warna abu-abu seperti input yang dinonaktifkan */
    cursor: not-allowed; /* Ubah cursor agar terlihat tidak bisa diedit */
    pointer-events: none; /* Nonaktifkan event klik */
}

.subject{
    background-color: #e9ecef; /* Warna abu-abu seperti input yang dinonaktifkan */
    cursor: not-allowed; /* Ubah cursor agar terlihat tidak bisa diedit */
    pointer-events: none; /* Nonaktifkan event klik */
}



/*=========================================================*/
                /*toogle btn order */
/*=========================================================*/

/* Flexbox untuk sejajarkan teks dan switch */
.toggle-container {

    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px; /* Beri jarak antara teks dan switch */
    justify-content: center;
}



/* Gaya untuk switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    

}

/* Warna saat hover */
.switch:hover .icon-cart {
    color: #59e346;
    cursor: pointer;
}

/* Gaya ikon keranjang */
.icon-cart {
    font-size: 18px;
    color:  #636a82;
}


.icon-cart.active {
    color: #59e346;
}

/* Saat checkbox dicentang, ubah warna ikon */
.switch input:checked + .icon-cart {
    color: #59e346;
}

#toggleText {
    color:  #636a82;
    font-weight: 600;
}


 /* hilangkan class ceckbox */
input[type="checkbox"].hide-checkbox {
    display: none;
  }


/* toogle kesamping : efek code dibawah

====================================================================================*/
/* Sembunyikan checkbox 
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

 Tampilan slider 
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Warna default transparan 
   
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white; /* Warna tombol default abu-abu 
    transition: 0.4s;
    border-radius: 50%;
}

/* Warna jika aktif 
input:checked + .slider {
    background-color: #59e346;
    border: none; /* Hilangkan border saat aktif 
}

input:checked + .slider:before {
    transform: translateX(24px);
     background-color: white; /* Tetap putih saat aktif 
}


/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#59e346;
    border:1px solid #59e346;
    border-radius:50%;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #59e346;
    border:1px solid #59e346;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================
