/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');  */
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');

html {
    scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #198754;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #192a54;
  }
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: 'ABeeZee', sans-serif;

}

::before {
    box-sizing: border-box;
    transition: all 1s ease-in-out;

}

::after {
    box-sizing: border-box;
    transition: all 1s ease-in-out;
    overflow-x: hidden!important;

}

body {
    margin: 0px auto;
    width: 100%;
    height: 100%; 
    position: relative;
    min-height: 100%;
    top: 0px!important;
    /* overflow-x: hidden!important; */
}

a {
    text-decoration: none;
    color: #17A564;
}

a:hover {
    text-decoration: none;
    color: #192a54;
}

a:focus {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

p {
    color: #1A2D40;
}

li {
    list-style: none;
}

#red-text {
    color: #ff5a6e;
}

h1, h2, h3, h4, h5, h6 {
    color: #17A564;
    padding-bottom: 10px;
}

.order-2 {
    order: 1 !important;
}

/* swiper */
.swiper-button-next, .swiper-button-prev {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

/* end swiper */

@keyframes up {
    0% {
        transform: translate(0, 0) skew(0);
    }

    40% {
        transform: translate(0, -80%) skew(1deg);
    }

    80% {
        transform: translate(0, -160%) skew(4deg);
    }

    100% {
        transform: translate(0, -200%) skew(0);
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.2;
    }
}

.goog-logo-link {
    display: none !important;
}
.goog-te-banner-frame{
    display: none !important;
    height: 0px!important;
    width: 0px!important;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 0px!important;
}
.goog-te-combo{
    padding: 5px;
    color: green;
    border: 0px;
    background: #f4f4f4;
}
.goog-te-gadget .goog-te-combo {

    margin: 0px!important;
    padding: 0px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}